Skip to content

Commit

Permalink
[Keyboard] Valor FRL TKL update - EEPROM change (qmk#11163)
Browse files Browse the repository at this point in the history
* valor fix

* change eeprom

* fix up eeprom
  • Loading branch information
Xelus22 authored Dec 9, 2020
1 parent 01c7108 commit cd67074
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions keyboards/xelus/valor_frl_tkl/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd67074

Please sign in to comment.