[Keyboard] Valor FRL TKL update - EEPROM change (#11163)

* valor fix

* change eeprom

* fix up eeprom
master
Xelus22 2020-12-09 17:28:58 +00:00 committed by GitHub
parent 01c7108db5
commit cd67074f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

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