relocated rules.mk

This commit is contained in:
2026-08-13 15:44:24 +02:00
parent f3ecba4e3a
commit ed63212989
2 changed files with 17 additions and 29 deletions
-18
View File
@@ -1,18 +0,0 @@
BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
NKRO_ENABLE = no
BACKLIGHT_ENABLE = no
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
SWAP_HANDS_ENABLE = no
LTO_ENABLE = no
EXTRAKEY_ENABLE = yes
OLED_ENABLE = yes
WPM_ENABLE = yes
VIA_ENABLE = yes
SPLIT_KEYBOARD = yes
SRC += ./lib/layer_state_reader.c \
./lib/keylogger.c \
+17 -11
View File
@@ -1,12 +1,18 @@
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = no # Mouse keys MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no # Console for debug CONSOLE_ENABLE = no
COMMAND_ENABLE = no # Commands for debug and configuration COMMAND_ENABLE = no
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality BACKLIGHT_ENABLE = no
AUDIO_ENABLE = no # Audio outpuarsttrsatrsatrsaartstt AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. RGBLIGHT_ENABLE = no
SWAP_HANDS_ENABLE = no # Enable one-hand typing SWAP_HANDS_ENABLE = no
LTO_ENABLE = no LTO_ENABLE = no
EXTRAKEY_ENABLE = yes # Audio control and System control EXTRAKEY_ENABLE = yes
OLED_ENABLE = yes # OLED display OLED_ENABLE = yes
WPM_ENABLE = yes
VIA_ENABLE = yes
SPLIT_KEYBOARD = yes
SRC += ./lib/layer_state_reader.c \
./lib/keylogger.c \