diff options
Diffstat (limited to 'keyboards/splitkb')
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/drashna/rules.mk | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/drashna/rules.mk b/keyboards/splitkb/kyria/keymaps/drashna/rules.mk index 2f4f4d091..3cdfe1bec 100644 --- a/keyboards/splitkb/kyria/keymaps/drashna/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/drashna/rules.mk | |||
| @@ -1,20 +1,27 @@ | |||
| 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 2 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
| 3 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 4 | CONSOLE_ENABLE = yes # Console for debug | 4 | CONSOLE_ENABLE = no # Console for debug |
| 5 | COMMAND_ENABLE = no # Commands for debug and configuration | 5 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 6 | NKRO_ENABLE = yes # USB Nkey Rollover | 6 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 7 | UNICODE_ENABLE = yes # Unicode | ||
| 8 | OLED_ENABLE = yes | 7 | OLED_ENABLE = yes |
| 9 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
| 10 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | 8 | ENCODER_ENABLE = yes # Enables the use of one or more encoders |
| 11 | |||
| 12 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 9 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 13 | RGBLIGHT_STARTUP_ANIMATION = yes | ||
| 14 | RGB_MATRIX_ENABLE = yes | ||
| 15 | TAP_DANCE_ENABLE = yes | ||
| 16 | KEY_LOCK_ENABLE = no | 10 | KEY_LOCK_ENABLE = no |
| 17 | WPM_ENABLE = yes | 11 | WPM_ENABLE = yes |
| 18 | SWAP_HANDS_ENABLE = yes | 12 | |
| 19 | LTO_ENABLE = no | 13 | ifeq ($(strip $(KEYBOARD)), splitkb/kyria/rev1/proton_c) |
| 20 | CTPC = yes | 14 | RGB_MATRIX_ENABLE = yes |
| 15 | CONSOLE_ENABLE = yes # Console for debug | ||
| 16 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 17 | TAP_DANCE_ENABLE = yes | ||
| 18 | SWAP_HANDS_ENABLE = yes | ||
| 19 | LTO_ENABLE = no | ||
| 20 | CTPC = yes | ||
| 21 | AUTOCORRECTION_ENABLE = yes | ||
| 22 | CAPS_WORD_ENABLE = yes | ||
| 23 | else | ||
| 24 | LTO_ENABLE = yes | ||
| 25 | BOOTLOADER = qmk-hid | ||
| 26 | BOOTLOADER_SIZE = 512 | ||
| 27 | endif | ||
