Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-20 | Clean up APA102 config and add DD mapping (#20159) | Ryan | |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2022-12-02 | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | |
2022-10-04 | [Core] PWM Backlight for RP2040 (#17706) | Stefan Kerkmann | |
2022-09-30 | Onekey: migrate some stuff to data driven (#18502) | Ryan | |
2022-08-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-20 | Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079) | Ryan | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-05-15 | [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵ | Drashna Jaelre | |
engine (#15657) | |||
2021-07-30 | Onekey cleanup (#13786) | Ryan | |
2020-09-21 | Fix backlight for F401/F411 blackpill onekey examples (#10320) | Sergey Vlasov | |
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. | |||
2020-03-24 | Set backlight and RGB pins for AVR onekeys (#8533) | Ryan | |
* 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 | |||
2020-03-06 | Add f401 and f411 blackpill examples (#7930) | Joel Challis | |
* 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 |