Browse Source

Remove duplication of EEPROM defaults (#22011)

pull/22034/head
Joel Challis 7 months ago
committed by GitHub
parent
commit
97464e470c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 25 deletions
  1. +1
    -5
      keyboards/binepad/bnr1/v2/rules.mk
  2. +0
    -4
      keyboards/doio/kb16/rev2/rules.mk
  3. +0
    -2
      keyboards/gmmk/gmmk2/p65/ansi/rules.mk
  4. +0
    -2
      keyboards/gmmk/gmmk2/p65/iso/rules.mk
  5. +0
    -4
      keyboards/phage_studio/pila87/rules.mk
  6. +0
    -5
      keyboards/xelus/kangaroo/rev2/rules.mk
  7. +0
    -3
      keyboards/xelus/rs60/rev2_1/rules.mk

+ 1
- 5
keyboards/binepad/bnr1/v2/rules.mk View File

@ -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

+ 0
- 4
keyboards/doio/kb16/rev2/rules.mk View File

@ -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

+ 0
- 2
keyboards/gmmk/gmmk2/p65/ansi/rules.mk View File

@ -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

+ 0
- 2
keyboards/gmmk/gmmk2/p65/iso/rules.mk View File

@ -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

+ 0
- 4
keyboards/phage_studio/pila87/rules.mk View File

@ -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

+ 0
- 5
keyboards/xelus/kangaroo/rev2/rules.mk View File

@ -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

+ 0
- 3
keyboards/xelus/rs60/rev2_1/rules.mk View File

@ -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

Loading…
Cancel
Save