Skip to content

Commit

Permalink
kint36: set correct EEPROM size (#12946)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stapelberg authored Jun 24, 2021
1 parent c6d5049 commit 143ded3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/kinesis/kint36/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 143ded3

Please sign in to comment.