diff options
Diffstat (limited to 'keyboards/dk60/rules.mk')
-rw-r--r-- | keyboards/dk60/rules.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/dk60/rules.mk b/keyboards/dk60/rules.mk index 17ee5d961..b7518eee3 100644 --- a/keyboards/dk60/rules.mk +++ b/keyboards/dk60/rules.mk | |||
@@ -11,15 +11,15 @@ MCU = atmega32u4 | |||
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
13 | 13 | ||
14 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 14 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration |
15 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 15 | MOUSEKEY_ENABLE = no # Mouse keys |
16 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 16 | EXTRAKEY_ENABLE = yes # Audio control and System control |
17 | # CONSOLE_ENABLE = yes # Console for debug(+400) | 17 | # CONSOLE_ENABLE = yes # Console for debug |
18 | # COMMAND_ENABLE = yes # Commands for debug and configuration | 18 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
19 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | 19 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
20 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 20 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
21 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) | 21 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality |
22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality (+1150) | 22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
23 | MIDI_ENABLE = no # MIDI controls | 23 | MIDI_ENABLE = no # MIDI controls |
24 | AUDIO_ENABLE = no | 24 | AUDIO_ENABLE = no |
25 | UNICODE_ENABLE = yes # Unicode | 25 | UNICODE_ENABLE = yes # Unicode |