summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/eeprom_teensy.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-021-14/+1
| | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
* Default EEPROM implementation should be transient when not implemented. ↵Nick Brassel2022-01-241-58/+1
| | | | Removed the equivalent eeprom_teensy fallback. (#16020)
* Revert "core: make the full 4096 bytes of EEPROM work on Teensy 3.6 ↵Michael Stapelberg2022-01-101-199/+14
| | | | | | | (#12947)" (#15695) This reverts commit 7f8faa429e0c0662cec34a7d60e33ca58333d6d7. related to https://github.com/qmk/qmk_firmware/issues/15521
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-0/+795