summaryrefslogtreecommitdiffstats
path: root/quantum/backlight/backlight_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add central location for ChibiOS defines (#7542)Joel Challis2019-12-211-4/+0
| | | | | | | | | | * Add central location for chibios defines * Add central location for chibios defines - actually add files this time.... * Add Copyright header * Update include order to resolve i2cv1 build errors
* ARM - Initial backlight support (#6487)Joel Challis2019-10-051-0/+218
* 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