diff options
author | Drashna Jael're <drashna@live.com> | 2020-01-15 19:44:33 -0800 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-02-26 10:15:12 +0900 |
commit | 2feb42ddb0de261c6568c65f6918f51cbb871b50 (patch) | |
tree | 7c34e091f526be89c67a31a3aed9a78d389aa4cf /keyboards/planck | |
parent | a8e4c490bf337afb2fb50c21498abaedd1154344 (diff) |
Limit number of layers due to eeprom size contstraints
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/oryx/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/oryx/config.h b/keyboards/planck/keymaps/oryx/config.h index b3fc2707d6..d46cb36945 100644 --- a/keyboards/planck/keymaps/oryx/config.h +++ b/keyboards/planck/keymaps/oryx/config.h @@ -12,3 +12,5 @@ Set any config.h overrides for your specific keymap here. See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file */ + +#define LAYER_STATE_8BIT |