Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up APA102 config and add DD mapping (#20159) | Ryan | 2023-03-20 | 1 | -2/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 1 | -1/+5 |
| | |||||
* | [Core] PWM Backlight for RP2040 (#17706) | Stefan Kerkmann | 2022-10-04 | 1 | -0/+1 |
| | |||||
* | Onekey: migrate some stuff to data driven (#18502) | Ryan | 2022-09-30 | 1 | -6/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-20 | 1 | -2/+0 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079) | Ryan | 2022-08-20 | 1 | -2/+0 |
| | | |||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -1/+0 |
|/ | |||||
* | Onekey cleanup (#13786) | Ryan | 2021-07-30 | 1 | -3/+5 |
| | |||||
* | Fix backlight for F401/F411 blackpill onekey examples (#10320) | Sergey Vlasov | 2020-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix configs to make the `handwired/onekey/blackpill_f401:backlight` and `handwired/onekey/blackpill_f411:backlight` examples actually compile and work: - Use `PWMD5` instead of `PWMD2` for backlight, which matches the default value of `BACKLIGHT_PAL_MODE` (AF02 for pin A0 is `TIM5_CH1`) and does not conflict with the default value of `STM32_ST_USE_TIMER`. - Enable `HAL_USE_PWM` in halconf.h and `STM32_PWM_USE_TIM5` in mcuconf.h, so that `PWMD5` could be used. | ||||
* | Set backlight and RGB pins for AVR onekeys (#8533) | Ryan | 2020-03-24 | 1 | -0/+2 |
| | | | | | | | | | | | * 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 | ||||
* | Add f401 and f411 blackpill examples (#7930) | Joel Challis | 2020-03-06 | 1 | -0/+29 |
* Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS |