summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2020-01-15 19:44:33 -0800
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit2feb42ddb0de261c6568c65f6918f51cbb871b50 (patch)
tree7c34e091f526be89c67a31a3aed9a78d389aa4cf /keyboards
parenta8e4c490bf337afb2fb50c21498abaedd1154344 (diff)
Limit number of layers due to eeprom size contstraints
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_ez/keymaps/oryx/config.h3
-rw-r--r--keyboards/planck/keymaps/oryx/config.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/oryx/config.h b/keyboards/ergodox_ez/keymaps/oryx/config.h
new file mode 100644
index 0000000000..bad98d2c0e
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/oryx/config.h
@@ -0,0 +1,3 @@
+#pragma once
+
+#define LAYER_STATE_8BIT
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