Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add STM32Duino to bootloader selection (#10558) | Ryan | 2020-10-13 | 2 | -16/+2 |
| | |||||
* | Remove unused CORTEX_VTOR_INIT (#10053) | Ryan | 2020-08-29 | 1 | -1/+0 |
| | |||||
* | Ortho48 VIA keymap (#10128) | Nick Blyumberg | 2020-08-22 | 3 | -1/+52 |
| | |||||
* | Remove keyboard level ws2812 spi drivers (#7694) | Joel Challis | 2020-04-06 | 2 | -6/+3 |
| | |||||
* | Refactor cannonkeys f103 boards to use core backlight (#8089) | Joel Challis | 2020-04-06 | 2 | -5/+4 |
| | | | | | * Refactor to use core backlight * Remove custom implementation | ||||
* | Remove "ugly hack in usb_main.c" comments (#8296) | Ryan | 2020-03-02 | 1 | -2/+0 |
| | |||||
* | 2020 February 29 Breaking Changes Update (#8064) | James Young | 2020-02-29 | 2 | -51/+417 |
| | |||||
* | Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files. | Nick Brassel | 2020-01-28 | 2 | -4/+4 |
| | |||||
* | Refactor stm32duino f103 keyboards to use new central board config files (#7706) | Joel Challis | 2020-01-27 | 4 | -228/+1 |
|\ | | | | | | | | | | | | | | | | | | | * Create central board for bluepill * Remove duplicate board files * Refactor to use new central board config files * Fix cannonkeys f103 boards | ||||
| * | Refactor to use new central board config files | zvecr | 2020-01-26 | 1 | -1/+1 |
| | | |||||
| * | Remove duplicate board files | zvecr | 2020-01-26 | 3 | -227/+0 |
| | | |||||
* | | Migrate common ld scripts to common location (#7887) | Joel Challis | 2020-01-27 | 2 | -193/+0 |
| | | | | | | | | | | | | | | | | * Migrate common ld scripts to common location * Remove duplicate ld scripts * Update build to look at common ld location | ||||
* | | Fix boards which were overriding backlight without setting custom (#7970) | Joel Challis | 2020-01-27 | 1 | -0/+1 |
|/ | |||||
* | Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ↵ | Joel Challis | 2020-01-10 | 1 | -36/+8 |
| | | | | | | | | | | (#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' | ||||
* | Remove keymap_config extern from default keymaps (#7399) | Drashna Jaelre | 2019-11-20 | 1 | -1/+0 |
| | | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com> | ||||
* | Moving cannonkeys boards to one place, eeprom fix (#4999) | Andrew Kannan | 2019-01-29 | 16 | -0/+1896 |
* Move boards to cannonkeys and share resources * Share common files between cannonkey boards * Fix ortho60 keymap * update LED numbers * Add RGB keys to Ortho60 and Ortho48 * Add Backlight control to default layout Ortho60 and 48 * Remove unnecessary ws2812.c SRC from rules.mk |