diff options
author | Drashna Jael're <drashna@live.com> | 2020-09-30 04:32:30 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 04:32:30 -0700 |
commit | 454684a8bbf41860dc9331bfc671ab80d53bf51f (patch) | |
tree | 89b9e9a98ed6c0cd7d68ec3027b16255efd82b82 /keyboards/moonlander/moonlander.h | |
parent | 396b86b92d8010ac929f30768cc98643ea019986 (diff) |
[Keyboard] Update to ZSA Boards (qmk#10119)
Diffstat (limited to 'keyboards/moonlander/moonlander.h')
-rw-r--r-- | keyboards/moonlander/moonlander.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/moonlander/moonlander.h b/keyboards/moonlander/moonlander.h index 399a6a6ec3..1fd1db8ad5 100644 --- a/keyboards/moonlander/moonlander.h +++ b/keyboards/moonlander/moonlander.h @@ -57,6 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. enum planck_ez_keycodes { TOGGLE_LAYER_COLOR = SAFE_RANGE, + LED_LEVEL, ML_SAFE_RANGE, }; @@ -65,6 +66,8 @@ typedef union { struct { bool disable_layer_led :1; bool rgb_matrix_enable :1; + bool led_level :1; + uint8_t led_level_res :2; // DO NOT REMOVE }; } keyboard_config_t; |