Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add STM32Duino to bootloader selection (#10558) | Ryan | 2020-10-13 | 1 | -7/+2 |
| | |||||
* | Remove unused CORTEX_VTOR_INIT (#10053) | Ryan | 2020-08-29 | 1 | -1/+0 |
| | |||||
* | Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files. | Nick Brassel | 2020-01-28 | 1 | -0/+4 |
| | |||||
* | Refactor to use new central board config files | zvecr | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ↵ | Joel Challis | 2020-01-10 | 1 | -36/+5 |
| | | | | | | | | | | (#7705) * refactor keyboards using ST_STM32F072B_DISCOVERY to use 'MCU = STM32F072' * refactor keyboards using GENERIC_STM32_F042X6 to use 'MCU = STM32F042' * refactor keyboards using GENERIC_STM32_F103 to use 'MCU = STM32F103' | ||||
* | ARM - Initial backlight support (#6487) | Joel Challis | 2019-10-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Challis | 2019-06-26 | 1 | -0/+37 |
* 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 |