Browse Source

[Keyboard] Disable features on SplitKB boards to fit under size (#15262)

pull/15285/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
33d8af50c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions
  1. +2
    -2
      keyboards/splitkb/kyria/rules.mk
  2. +4
    -0
      keyboards/splitkb/zima/keymaps/via/rules.mk

+ 2
- 2
keyboards/splitkb/kyria/rules.mk View File

@ -7,8 +7,8 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration


+ 4
- 0
keyboards/splitkb/zima/keymaps/via/rules.mk View File

@ -1,2 +1,6 @@
VIA_ENABLE = yes
HAPTIC_ENABLE = no
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no

Loading…
Cancel
Save