ARM - ws2812 bitbang (#7173) 0.7.64
authorJoel Challis <git@zvecr.com>
Thu, 7 Nov 2019 13:10:29 +0000 (13:10 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 13:10:29 +0000 (13:10 +0000)
commit1ea0cac998cab60c8b2aa64ba4bd995acbece4b4
treeb0d66dee00794334767db6bec00dbf8c5576b28f
parentb9610091f520f7f20d20964101ae28f7b5f77de2
ARM - ws2812 bitbang (#7173)

* 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
14 files changed:
docs/feature_rgb_matrix.md
docs/feature_rgblight.md
docs/hardware_drivers.md
docs/ws2812_driver.md
drivers/arm/ws2812.c
drivers/arm/ws2812.h [new file with mode: 0644]
keyboards/handwired/onekey/bluepill/config.h
keyboards/handwired/onekey/keymaps/rgb/config.h [new file with mode: 0644]
keyboards/handwired/onekey/keymaps/rgb/keymap.c [new file with mode: 0644]
keyboards/handwired/onekey/keymaps/rgb/rules.mk [new file with mode: 0644]
keyboards/handwired/onekey/proton_c/config.h
keyboards/handwired/onekey/stm32f0_disco/config.h
quantum/stm32/proton_c.mk
tmk_core/protocol/chibios/main.c