diff options
Diffstat (limited to 'keyboards/c39/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/c39/keymaps/drashna/rules.mk | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/keyboards/c39/keymaps/drashna/rules.mk b/keyboards/c39/keymaps/drashna/rules.mk index 2cfa2e483..c05f6a4be 100644 --- a/keyboards/c39/keymaps/drashna/rules.mk +++ b/keyboards/c39/keymaps/drashna/rules.mk | |||
@@ -5,22 +5,14 @@ BOARD = QMK_PROTON_C | |||
5 | # Bootloader selection | 5 | # Bootloader selection |
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 8 | BOOTMAGIC_ENABLE = yes |
9 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 9 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 10 | EXTRAKEY_ENABLE = yes |
11 | CONSOLE_ENABLE = yes # Console for debug(+400) | 11 | CONSOLE_ENABLE = yes |
12 | COMMAND_ENABLE = yes # Commands for debug and configuration | 12 | COMMAND_ENABLE = yes |
13 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 13 | NKRO_ENABLE = yes |
14 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 14 | AUDIO_ENABLE = yes |
15 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 15 | UNICODE_ENABLE = yes |
16 | NKRO_ENABLE = yes # USB Nkey Rollover | 16 | HAPTIC_ENABLE = SOLENOID |
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
18 | MIDI_ENABLE = no # MIDI controls | ||
19 | UNICODE_ENABLE = yes # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
22 | RGBLIGHT_ENABLE = yes # RGB Enable / Disable | ||
23 | 17 | ||
24 | RGBLIGHT_STARTUP_ANIMATION = yes | 18 | RGBLIGHT_STARTUP_ANIMATION = yes |
25 | |||
26 | HAPTIC_ENABLE = SOLENOID | ||