[Keyboard] Valor FRL TKL update - EEPROM change (#11163)
* valor fix * change eeprom * fix up eeprom
This commit is contained in:
parent
01c7108db5
commit
cd67074f72
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue