diff options
Diffstat (limited to 'keyboards/ergodox_ez/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/rules.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index fd8f5722d..617ffea85 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk | |||
@@ -19,10 +19,10 @@ BOOTLOADER = halfkay | |||
19 | # Build Options | 19 | # Build Options |
20 | # comment out to disable the options. | 20 | # comment out to disable the options. |
21 | # | 21 | # |
22 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 22 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
23 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 23 | MOUSEKEY_ENABLE = yes # Mouse keys |
24 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 24 | EXTRAKEY_ENABLE = yes # Audio control and System control |
25 | CONSOLE_ENABLE = no # Console for debug(+400) | 25 | CONSOLE_ENABLE = no # Console for debug |
26 | COMMAND_ENABLE = yes # Commands for debug and configuration | 26 | COMMAND_ENABLE = yes # Commands for debug and configuration |
27 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ | 27 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ |
28 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 28 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |