summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kint36
AgeCommit message (Collapse)Author
2021-06-24kint36: set correct EEPROM size (#12946)Michael Stapelberg
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.
2021-05-14[Keymap] Fix QWERTY/DVORAK status output for kzar keymap (#12895)Dave Vandyke
2021-04-20[Keyboard] kint36: switch to sym_eager_pk debouncing (#12626)Michael Stapelberg
2021-04-13[Keymap] Add kzar keymap for Kinesis Advantage (#12444)Dave Vandyke
2021-03-31add kinesis/kint36 (#10171)Michael Stapelberg
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).