| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | onekey: Fix console output on AVR (#19930) | Sergey Vlasov | 2023-04-03 | 1 | -1/+1 |
| | | |||||
| * | Fix sendstring call in onekey ADC keymap (#10031) | Ryan | 2020-08-17 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263) | Ryan | 2020-06-08 | 1 | -3/+3 |
| | | |||||
| * | Set backlight and RGB pins for AVR onekeys (#8533) | Ryan | 2020-03-24 | 1 | -4/+0 |
| | | | | | | | | | | | | * 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 | ||||
| * | ARM - ADC cleanup (#8385) | Joel Challis | 2020-03-17 | 1 | -0/+38 |
| * Update switch to array to allow custom values * Add adc keymap * update docs to reflect alignment of default 10 bit * start conversion to USE_ADCVn * samplerate is hella wrong...stub out for now * basic f1 and f4 functionality * Tidy up current changes * Restore old pinToMux function * Add back sample rate for supported platforms * F0 compile fixes * wordsmithery Co-Authored-By: Ryan <fauxpark@gmail.com> * Remove reference to avr only function Co-authored-by: Ryan <fauxpark@gmail.com> | |||||