~ruther/qmk_firmware

97464e470c363bc5d50b088886cc4330bc7dddae — Joel Challis 1 year, 8 months ago f739fa1
Remove duplication of EEPROM defaults (#22011)

M keyboards/binepad/bnr1/v2/rules.mk => keyboards/binepad/bnr1/v2/rules.mk +1 -5
@@ 1,5 1,1 @@
# This file only contains EFL/WL settings and enables F103 low-power mode

EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

# This file intentionally left blank

M keyboards/doio/kb16/rev2/rules.mk => keyboards/doio/kb16/rev2/rules.mk +0 -4
@@ 25,7 25,3 @@ RGB_MATRIX_ENABLE = yes

# Encoder enabled
ENCODER_ENABLE = yes

# Wear-levelling driver
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

M keyboards/gmmk/gmmk2/p65/ansi/rules.mk => keyboards/gmmk/gmmk2/p65/ansi/rules.mk +0 -2
@@ 11,5 11,3 @@ BACKLIGHT_ENABLE = no        # Enable keyboard backlight functionality.
RGBLIGHT_ENABLE = no         # Enable keyboard RGB underglow.
AUDIO_ENABLE = no            # Audio output.
RGB_MATRIX_ENABLE = yes      # Enable RGB matrix effects.
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

M keyboards/gmmk/gmmk2/p65/iso/rules.mk => keyboards/gmmk/gmmk2/p65/iso/rules.mk +0 -2
@@ 11,5 11,3 @@ BACKLIGHT_ENABLE = no        # Enable keyboard backlight functionality.
RGBLIGHT_ENABLE = no         # Enable keyboard RGB underglow.
AUDIO_ENABLE = no            # Audio output.
RGB_MATRIX_ENABLE = yes      # Enable RGB matrix effects.
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

M keyboards/phage_studio/pila87/rules.mk => keyboards/phage_studio/pila87/rules.mk +0 -4
@@ 16,7 16,3 @@ AUDIO_ENABLE = no           # Audio output

# RGB Matrix enabled
RGB_MATRIX_ENABLE = yes

# Wear-levelling driver
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

M keyboards/xelus/kangaroo/rev2/rules.mk => keyboards/xelus/kangaroo/rev2/rules.mk +0 -5
@@ 9,8 9,3 @@ COMMAND_ENABLE = yes        # Commands for debug and configuration
NKRO_ENABLE = yes           # Enable N-Key Rollover
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output
EEPROM_DRIVER = i2c

EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash


M keyboards/xelus/rs60/rev2_1/rules.mk => keyboards/xelus/rs60/rev2_1/rules.mk +0 -3
@@ 11,9 11,6 @@ BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output

EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash

# Save hid interface
KEYBOARD_SHARED_EP = yes


Do not follow this link