~ruther/qmk_firmware

143ded332d31ddd9ffdf54b0e93258ee02e2b871 — Michael Stapelberg 4 years ago c6d5049
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.
1 files changed, 2 insertions(+), 0 deletions(-)

M keyboards/kinesis/kint36/config.h
M keyboards/kinesis/kint36/config.h => keyboards/kinesis/kint36/config.h +2 -0
@@ 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