ARM - Initial backlight support (#6487)

* 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
This commit is contained in:
Joel Challis
2019-10-05 16:57:00 +01:00
committed by Florian Didron
parent 9db7651e7b
commit d1dc2d5389
7 changed files with 910 additions and 704 deletions
+4
View File
@@ -26,6 +26,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# error "Maximum value of BACKLIGHT_LEVELS is 31"
#endif
#ifndef BREATHING_PERIOD
# define BREATHING_PERIOD 6
#endif
typedef union {
uint8_t raw;
struct {