diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-22 17:22:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 17:22:49 -0800 |
commit | 33d8af50c3484ced6b4bb38e7f49fb323090ddab (patch) | |
tree | 12b7853568e944cd593b222c925b4073f107a669 | |
parent | 48a17b45157ef2f75676bbd33d695688c6fb3b9e (diff) | |
download | qmk_firmware-33d8af50c3484ced6b4bb38e7f49fb323090ddab.tar.gz qmk_firmware-33d8af50c3484ced6b4bb38e7f49fb323090ddab.zip |
[Keyboard] Disable features on SplitKB boards to fit under size (#15262)
-rw-r--r-- | keyboards/splitkb/kyria/rules.mk | 4 | ||||
-rw-r--r-- | keyboards/splitkb/zima/keymaps/via/rules.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/splitkb/kyria/rules.mk b/keyboards/splitkb/kyria/rules.mk index f0e5cfc3d..42016a3ca 100644 --- a/keyboards/splitkb/kyria/rules.mk +++ b/keyboards/splitkb/kyria/rules.mk | |||
@@ -7,8 +7,8 @@ BOOTLOADER = atmel-dfu | |||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
diff --git a/keyboards/splitkb/zima/keymaps/via/rules.mk b/keyboards/splitkb/zima/keymaps/via/rules.mk index 1eb438e46..5ddd38bb0 100644 --- a/keyboards/splitkb/zima/keymaps/via/rules.mk +++ b/keyboards/splitkb/zima/keymaps/via/rules.mk | |||
@@ -1,2 +1,6 @@ | |||
1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
2 | HAPTIC_ENABLE = no | 2 | HAPTIC_ENABLE = no |
3 | |||
4 | SPACE_CADET_ENABLE = no | ||
5 | GRAVE_ESC_ENABLE = no | ||
6 | MAGIC_ENABLE = no | ||