summaryrefslogtreecommitdiffstats
path: root/quantum/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)JayceFayne2021-09-081-1/+1
|
* `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)JayceFayne2021-09-081-1/+1
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* Fix issues with VIA EEPROM init and bring in line with eeconfig ↵Drashna Jaelre2021-08-201-3/+3
| | | | | functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+569
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum