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.
pull/13333/head
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
1 changed files with 2 additions and 0 deletions

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