aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/stm32f0_disco
Commit message (Collapse)AuthorAgeFilesLines
* Enable memcore to fix malloc/rand crashes (#8695)Joel Challis2020-04-051-1/+1
|
* 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
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-51/+417
|
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-282-4/+4
|
* Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ↵Joel Challis2020-01-101-34/+2
| | | | | | | | | | (#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 - 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/+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
* Remove duplicate test keyboards (#6539)Joel Challis2019-08-156-0/+1110
* Remove test keyboards now onekey and splittest have been extended * Add f072 for testing