summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-09 17:29:35 +0000
committerQMK Bot <hello@qmk.fm>2020-12-09 17:29:35 +0000
commit5e04ed9f53209cf44dc90ce1eba9d563564ac404 (patch)
tree2c88e66f7b382a87bd4cc453393370becf99b894 /keyboards
parent5689df74902ca0e6c484c8c10dc7f21571d18d22 (diff)
parentcd67074f72119c70ab91bf64d1c5bff60dcf2f91 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/xelus/valor_frl_tkl/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/xelus/valor_frl_tkl/config.h b/keyboards/xelus/valor_frl_tkl/config.h
index 09af443dd5..ad29555eca 100644
--- a/keyboards/xelus/valor_frl_tkl/config.h
+++ b/keyboards/xelus/valor_frl_tkl/config.h
@@ -60,7 +60,13 @@
#define I2C1_TIMINGR_SCLL 9U
// I2C EEPROM
-#define EEPROM_I2C_CAT24C512
+// 24LC64
+#define EXTERNAL_EEPROM_BYTE_COUNT 65535
+#define EXTERNAL_EEPROM_PAGE_SIZE 32
+#define EXTERNAL_EEPROM_ADDRESS_SIZE 2
+#define EXTERNAL_EEPROM_WRITE_TIME 5
// Dynamic EEPROM
-#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 65535
+// Something sensible or else VIA may crash
+// Users may enable more if they wish
+#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 4095