diff options
author | Joel Challis <git@zvecr.com> | 2023-09-14 20:46:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 20:46:50 +0100 |
commit | 97464e470c363bc5d50b088886cc4330bc7dddae (patch) | |
tree | cc9ee0f998ae4513a78221ceaeef9107031116e5 /keyboards/binepad/bnr1 | |
parent | f739fa19e7bfda1645b164a88978adddc86cec81 (diff) |
Remove duplication of EEPROM defaults (#22011)
Diffstat (limited to 'keyboards/binepad/bnr1')
-rw-r--r-- | keyboards/binepad/bnr1/v2/rules.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/binepad/bnr1/v2/rules.mk b/keyboards/binepad/bnr1/v2/rules.mk index 77b90d035d..6e7633bfe0 100644 --- a/keyboards/binepad/bnr1/v2/rules.mk +++ b/keyboards/binepad/bnr1/v2/rules.mk @@ -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 |