summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/teensy_35
Commit message (Collapse)AuthorAgeFilesLines
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+1
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Onekey: migrate some stuff to data driven (#18502)Ryan2022-09-303-10/+7
|
* Move keyboard USB IDs and strings to data driven: develop (#18152)Ryan2022-08-242-2/+3
| | | | | * Move keyboard USB IDs and strings to data driven: develop * Also do new onekeys
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Tentative Teensy 3.5 support (#14420)Ryan2022-07-035-0/+146
* Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz