From ed6321298910b4df6bbb4183dfa50c42ae526d8f Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 13 Aug 2026 15:44:24 +0200 Subject: [PATCH] relocated rules.mk --- avalanche/v4/keymaps/custom/rules.mk | 18 ------------------ avalanche/v4/rules.mk | 28 +++++++++++++++++----------- 2 files changed, 17 insertions(+), 29 deletions(-) delete mode 100644 avalanche/v4/keymaps/custom/rules.mk diff --git a/avalanche/v4/keymaps/custom/rules.mk b/avalanche/v4/keymaps/custom/rules.mk deleted file mode 100644 index 44c67b1..0000000 --- a/avalanche/v4/keymaps/custom/rules.mk +++ /dev/null @@ -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 \ diff --git a/avalanche/v4/rules.mk b/avalanche/v4/rules.mk index 49b945d..44c67b1 100644 --- a/avalanche/v4/rules.mk +++ b/avalanche/v4/rules.mk @@ -1,12 +1,18 @@ -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio outpuarsttrsatrsatrsaartstt -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. -SWAP_HANDS_ENABLE = no # Enable one-hand typing +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 # Audio control and System control -OLED_ENABLE = yes # OLED display \ No newline at end of file +EXTRAKEY_ENABLE = yes +OLED_ENABLE = yes +WPM_ENABLE = yes +VIA_ENABLE = yes +SPLIT_KEYBOARD = yes + +SRC += ./lib/layer_state_reader.c \ + ./lib/keylogger.c \