diff options
author | Drashna Jaelre <drashna@live.com> | 2021-12-29 20:17:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 20:17:34 -0800 |
commit | c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf (patch) | |
tree | 67dc381a45d59626132c4c59b71c4b36fa971f8b /keyboards/splitkb | |
parent | 1a8a842cfb3e87a82afb57ba29ca59c5fa6fe97b (diff) | |
download | qmk_firmware-c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf.tar.gz qmk_firmware-c4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf.zip |
[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)
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 | ||