1
0
Fork 0

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:
Michael Stapelberg 2021-06-24 04:54:18 +02:00 committed by GitHub
parent c6d5049fb1
commit 143ded332d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,3 +64,5 @@
#define LED_CAPS_LOCK_PIN C7
#define LED_SCROLL_LOCK_PIN A5
#define LED_COMPOSE_PIN E26
#define EEPROM_SIZE 4096