aboutsummaryrefslogtreecommitdiff
path: root/keyboards/splitkb
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-12-29 20:17:34 -0800
committerGitHub <noreply@github.com>2021-12-29 20:17:34 -0800
commitc4551d7ef1ed2c1069f23cc8499b7c7fc30f3ecf (patch)
tree67dc381a45d59626132c4c59b71c4b36fa971f8b /keyboards/splitkb
parent1a8a842cfb3e87a82afb57ba29ca59c5fa6fe97b (diff)
downloadqmk_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.mk29
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 @@
1BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 1BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2MOUSEKEY_ENABLE = yes # Mouse keys 2MOUSEKEY_ENABLE = no # Mouse keys
3EXTRAKEY_ENABLE = yes # Audio control and System control 3EXTRAKEY_ENABLE = yes # Audio control and System control
4CONSOLE_ENABLE = yes # Console for debug 4CONSOLE_ENABLE = no # Console for debug
5COMMAND_ENABLE = no # Commands for debug and configuration 5COMMAND_ENABLE = no # Commands for debug and configuration
6NKRO_ENABLE = yes # USB Nkey Rollover 6NKRO_ENABLE = yes # USB Nkey Rollover
7UNICODE_ENABLE = yes # Unicode
8OLED_ENABLE = yes 7OLED_ENABLE = yes
9OLED_DRIVER = SSD1306 # Enables the use of OLED displays
10ENCODER_ENABLE = yes # Enables the use of one or more encoders 8ENCODER_ENABLE = yes # Enables the use of one or more encoders
11
12RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 9RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
13RGBLIGHT_STARTUP_ANIMATION = yes
14RGB_MATRIX_ENABLE = yes
15TAP_DANCE_ENABLE = yes
16KEY_LOCK_ENABLE = no 10KEY_LOCK_ENABLE = no
17WPM_ENABLE = yes 11WPM_ENABLE = yes
18SWAP_HANDS_ENABLE = yes 12
19LTO_ENABLE = no 13ifeq ($(strip $(KEYBOARD)), splitkb/kyria/rev1/proton_c)
20CTPC = 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
23else
24 LTO_ENABLE = yes
25 BOOTLOADER = qmk-hid
26 BOOTLOADER_SIZE = 512
27endif