kint36: set correct EEPROM size (#12946)
The Teensy 3.6 comes with 4096 bytes of EEPROM. This is commit 1 of 2 to make the EEPROM work. The next commit changes the core code to wire up the EEPROM.
This commit is contained in:
parent
c6d5049fb1
commit
143ded332d
1 changed files with 2 additions and 0 deletions
|
@ -64,3 +64,5 @@
|
||||||
#define LED_CAPS_LOCK_PIN C7
|
#define LED_CAPS_LOCK_PIN C7
|
||||||
#define LED_SCROLL_LOCK_PIN A5
|
#define LED_SCROLL_LOCK_PIN A5
|
||||||
#define LED_COMPOSE_PIN E26
|
#define LED_COMPOSE_PIN E26
|
||||||
|
|
||||||
|
#define EEPROM_SIZE 4096
|
||||||
|
|
Loading…
Reference in a new issue