summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_2pp
Commit message (Collapse)AuthorAge
* Onekey: migrate some stuff to data driven (#18502)Ryan2022-09-30
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-20
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)Ryan2022-08-20
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-06
| |
* | [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-11
|/ | | | | | | | | | | | | | | | | | | | | | | | * Use polled waiting on platforms that support it Due to context switching overhead waiting a very short amount of time on a sleeping thread is often not accurate and in fact not usable for timing critical usage i.e. in a driver. Thus we use polled waiting for ranges in the us range on platforms that support it instead. The fallback is the thread sleeping mechanism. This includes: * ARM platforms with CYCCNT register (ARMv7, ARMv8) this is incremented at CPU clock frequency * GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at CPU clock frequency * RP2040 ARMv6 port which uses the integrated timer peripheral which is incremented with a fixed 1MHz frequency * Use wait_us() instead of chSysPolledDelayX ...as it is powered by busy waiting now. * Add chibios waiting methods test bench
* Onekey cleanup (#13786)Ryan2021-07-30
|
* Exclude more keyboards from CI (#11436)Zach White2021-01-13
| | | | | * exclude all of handwired * exclude more keyboards from CI
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-21
|
* Update handwired/onekey/teensy_2pp readme (#9784)Sergey Vlasov2020-07-22
| | | | In commit 297aad6ebd85 pins for handwired/onekey/teensy_2pp were changed from B2/B1 to F4/F5; update readme.md to match that change.
* Set backlight and RGB pins for AVR onekeys (#8533)Ryan2020-03-24
| | | | | | | | | | | * Set backlight and RGB pins for AVR onekeys * Set pin for ADC as well * Define ADC_PIN for F4 blackpills * Use A0 for F4 ADCs * Set ADC pins for F0 and F1
* Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark2019-09-19
|
* [Keyboard] Refactor of onekey to support multiple development boards (#6017)Joel Challis2019-06-26
* Initial refactor of onekey to support multiple development boards * Fixes to get teensy lc && 3.2 working * Add pin tables * Add caveats to Teensy boards * Correct bootloader for Elite-C