summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/bluepill/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-201-2/+0
|
* 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-301-6/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-201-2/+0
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)Ryan2022-08-201-2/+0
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Onekey cleanup (#13786)Ryan2021-07-301-3/+5
|
* Set backlight and RGB pins for AVR onekeys (#8533)Ryan2020-03-241-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
* ARM - ws2812 bitbang (#7173)Joel Challis2019-11-071-0/+2
| | | | | | | | | | | | | | | | | | | | * Initial ARM bitbang ws2812 driver * Unify chibios platform to run rgblight_task * Remove 'avr only' comments from ws2812 docs * Remove 'avr only' comments from ws2812 docs * Unify chibios platform to run rgblight_task - review comments * Remove debug flags from keymap * Add comments from review * Add defines for STM32L0XX * Attempt to get arm ws2812 working on multiple gcc versions
* ARM - Initial backlight support (#6487)Joel Challis2019-10-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move AVR backlight to own file, add borrowed ARM implementation * Tiny fix for backlight custom logic * Remove duplicate board from rebase * Fix f303 onekey example * clang-format * clang-format * Remove backlight keymap debug * Initial pass of ARM backlight docs * Initial pass of ARM backlight docs - resolve todos * fix rules validation logic * Add f072 warning * Add f072 warning * tidy up breathing in backlight keymap * tidy up breathing in backlight keymap * add missing break to backlight keymap
* [Keyboard] Refactor of onekey to support multiple development boards (#6017)Joel Challis2019-06-261-0/+23
* 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