[Keyboard] Updates to ZSA boards (#6513)
authorDrashna Jaelre <drashna@live.com>
Thu, 22 Aug 2019 00:19:07 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 00:19:07 +0000 (17:19 -0700)
commit94efa18c28c8c0e08526c9665a8f0d6a4e7d3e96
treef45a54ddfa7a8ec4539c78bbadeb1d3960727f2e
parent1c5b0cbbeb049b1ce3fb2da6a81fbf83dd9a3ea7
[Keyboard] Updates to ZSA boards  (#6513)

* Update Layer functions to use layer_state_t in ZSA Boards

* Update Music Mask for ZSA boards

Fixes an issue with the board getting stuck on Adjust layer when activating music mode

* Add Support for SMART LED Toggle to Planck EZ

* Add support for SMART LED toggle in Ergodox EZ

* Ifdef swiss cheeze for Oryx Configurator

* Documentation and updates

* Add Oryx Keymap

* Add option to configure the layers for the Layer Indicator

* Update keymap with better examples

* Make sure eeprom is initialized before reading from it

* Force flush of LED matrix when suspending board

This fixes an issue where the LEDs don't fully clear sometimes when the host system goes to sleep

* Enable RGB Sleeping by default

* Add clarification about planck ez led layer config
12 files changed:
keyboards/ergodox_ez/config.h
keyboards/ergodox_ez/ergodox_ez.c
keyboards/ergodox_ez/ergodox_ez.h
keyboards/ergodox_ez/keymaps/default/keymap.c
keyboards/planck/ez/config.h
keyboards/planck/ez/ez.c
keyboards/planck/ez/ez.h
keyboards/planck/ez/readme.md
keyboards/planck/keymaps/default/keymap.c
keyboards/planck/keymaps/oryx/config.h [new file with mode: 0644]
keyboards/planck/keymaps/oryx/keymap.c [new file with mode: 0644]
keyboards/planck/keymaps/oryx/rules.mk [new file with mode: 0644]