diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2021-06-24 04:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 12:54:18 +1000 |
commit | 143ded332d31ddd9ffdf54b0e93258ee02e2b871 (patch) | |
tree | 69746387897ebe9c9bf61899c3ba43f7232bcf1d /keyboards/kinesis/kint36/config.h | |
parent | c6d5049fb16116bcfd2360e605912fc2fc57fed9 (diff) |
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.
Diffstat (limited to 'keyboards/kinesis/kint36/config.h')
-rw-r--r-- | keyboards/kinesis/kint36/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/kinesis/kint36/config.h b/keyboards/kinesis/kint36/config.h index be57526036..8b46b3fc16 100644 --- a/keyboards/kinesis/kint36/config.h +++ b/keyboards/kinesis/kint36/config.h @@ -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 |