Ryan
d46b8ef67c
Add STM32Duino to bootloader selection ( #10558 )
2020-10-13 03:19:50 +11:00
Ryan
9ef4526a2f
Remove unused CORTEX_VTOR_INIT ( #10053 )
2020-08-29 14:30:02 -07:00
Joel Challis
6c8e205fc0
Remove keyboard level ws2812 spi drivers ( #7694 )
2020-04-06 21:31:34 +01:00
Joel Challis
7901006753
Refactor cannonkeys f103 boards to use core backlight ( #8089 )
...
* Refactor to use core backlight
* Remove custom implementation
2020-04-06 21:10:30 +01:00
Ryan
bff56aa46c
Remove "ugly hack in usb_main.c" comments ( #8296 )
2020-03-02 23:56:46 +00:00
James Young
26eef35f07
2020 February 29 Breaking Changes Update ( #8064 )
2020-02-29 11:59:30 -08:00
Nick Brassel
4d06d2835c
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
2020-01-28 23:45:42 +11:00
Joel Challis
7342c335d2
Refactor stm32duino f103 keyboards to use new central board config files ( #7706 )
...
* Create central board for bluepill
* Remove duplicate board files
* Refactor to use new central board config files
* Fix cannonkeys f103 boards
2020-01-27 22:39:30 +00:00
Joel Challis
50855593ff
Migrate common ld scripts to common location ( #7887 )
...
* Migrate common ld scripts to common location
* Remove duplicate ld scripts
* Update build to look at common ld location
2020-01-27 22:38:55 +00:00
Joel Challis
9a0245b778
Fix boards which were overriding backlight without setting custom ( #7970 )
2020-01-27 22:31:54 +00:00
zvecr
ee86be9dca
Refactor to use new central board config files
2020-01-26 23:35:57 +00:00
zvecr
98e5555705
Remove duplicate board files
2020-01-26 23:33:03 +00:00
Joel Challis
e34af631c2
Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ( #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'
2020-01-10 01:31:01 +00:00
Joel Challis
207ebc42a9
[Keyboard] Correct name of community layout for ortho75 ( #6434 )
2019-07-29 22:42:39 -07:00
Drashna Jaelre
f6c7e11426
Remove the need to specify NUM_OF_ENCODERS for the Encoder feature ( #6328 )
...
* Remove the need to set NUM_OF_ENCODERS
Instead, calculate the size of the array, and use that instead
* Add hack for split common support
* Remove NUM_OF_ENCODERS from keyboard config
Can be reverted, if needed
2019-07-16 01:40:54 -07:00
Andrew Kannan
cd59fe78be
[Keyboard] Add Ortho75 ( #6177 )
...
* Add Ortho75
* fix typo
* Add dfu args to rules.mk
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/cannonkeys/ortho75/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-06-24 00:28:38 -07:00