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