summaryrefslogtreecommitdiff
path: root/keyboards/mode/m75s/rules.mk
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2023-02-18 14:12:44 -0300
committerGitHub <noreply@github.com>2023-02-18 10:12:44 -0700
commit7b5dee406441768e99e4fca1da042c630dd2baa7 (patch)
tree6fd66bf440a2a72c71b3c7fb1284afafaeba2c1d /keyboards/mode/m75s/rules.mk
parent609b23af344e7389503b197ba3594524a2ca8fad (diff)
Add caps lock indicator capabilities to M75S (#19552)
Diffstat (limited to 'keyboards/mode/m75s/rules.mk')
-rw-r--r--keyboards/mode/m75s/rules.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/mode/m75s/rules.mk b/keyboards/mode/m75s/rules.mk
index 76752ec1b3..128beaa0a6 100644
--- a/keyboards/mode/m75s/rules.mk
+++ b/keyboards/mode/m75s/rules.mk
@@ -9,15 +9,16 @@ BOOTLOADER = stm32-dfu
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # 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
+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
NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-EEPROM_DRIVER = i2c
+EEPROM_DRIVER = wear_leveling
+WEAR_LEVELING_DRIVER = legacy
LTO_ENABLE = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread