This commit is contained in:
skullY
2018-05-07 21:02:24 -07:00
parent 8184b96523
commit aaab18a18b
84 changed files with 847 additions and 770 deletions

View File

@@ -139,4 +139,4 @@ docker run -e keymap=default -e keyboard=ergodox_ez --rm -v D:/Users/Sacapuces/D
This will compile the targeted keyboard/keymap and leave it in your QMK directory for you to flash.
## Vagrant
If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [vagrant guide](01_Getting_Started/02_Vagrant.md).
If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [vagrant guide](01_Getting_Started/01_Install_Build_Tools/Vagrant.md).

View File

@@ -3,9 +3,9 @@
QMK has a staggering number of features for building your keyboard. It can take some time to understand all of them and determine which one will achieve your goal.
* [Advanced Keycodes](Advanced Keycodes.md) - Change layers, type shifted keys, and more. Go beyond typing simple characters.
* [Advanced Keycodes](Advanced_Keycodes.md) - Change layers, type shifted keys, and more. Go beyond typing simple characters.
* [Audio](Audio.md) - Connect a speaker to your keyboard for audio feedback, midi support, and music mode.
* [Auto Shift](Auto Shift.md) - Tap for the normal key, hold slightly longer for its shifted state.
* [Auto Shift](Auto_Shift.md) - Tap for the normal key, hold slightly longer for its shifted state.
* [Backlight](Backlight.md) - LED lighting support for your keyboard.
* [Bootmagic](Bootmagic.md) - Adjust the behavior of your keyboard using hotkeys.
* [Dynamic Macros](Dynamic_Macros.md) - Record and playback macros from the keyboard itself.

View File

@@ -22,13 +22,10 @@
"auto_toc": true,
"breadcrumbs": true,
"breadcrumbs_separator": " &emdash;> ",
"buttons": {
"QMK Website": "https://qmk.fm/"
},
"links": {
"QMK Link": "https://qmk.fm/"
},
"edit_on_github": "qmk/qmk_firmware/blob/master/docs",
"repo": "qmk/qmk_firmware",
"search": true,
"theme": "daux-navy",
"toggle_code": false
}
}