Skip to content

Commit

Permalink
Remove duplication of EEPROM defaults (#22011)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Sep 14, 2023
1 parent f739fa1 commit 97464e4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 25 deletions.
6 changes: 1 addition & 5 deletions keyboards/binepad/bnr1/v2/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +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
4 changes: 0 additions & 4 deletions keyboards/doio/kb16/rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions keyboards/gmmk/gmmk2/p65/ansi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions keyboards/gmmk/gmmk2/p65/iso/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions keyboards/phage_studio/pila87/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions keyboards/xelus/kangaroo/rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 0 additions & 3 deletions keyboards/xelus/rs60/rev2_1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97464e4

Please sign in to comment.