summaryrefslogtreecommitdiffstats
path: root/keyboards/kinesis/kint36/config.h
Commit message (Collapse)AuthorAgeFilesLines
* kint36: set correct EEPROM size (#12946)Michael Stapelberg2021-06-241-0/+2
| | | | | | 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.
* add kinesis/kint36 (#10171)Michael Stapelberg2021-03-311-0/+66
This moves the config_common.h into the files that include ../config.h, so that the kint36/config.h does not include it (which would cause compilation errors).