summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5453c02..e7b1bcc 100644
--- a/config.h
+++ b/config.h
@@ -16,12 +16,25 @@
#pragma once
+// not more than 8 layers
+#define LAYER_STATE_8BIT
+
// ensure home row modifiers don't cause havoc
#define IGNORE_MOD_TAP_INTERRUPT
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
+// no music mode used
+#define NO_MUSIC_MODE
+
+// we don't need locking
+#undef LOCKING_SUPPORT_ENABLE
+#undef LOCKING_RESYNC_ENABLE
+
+// we don't use one shot keys
+#define NO_ACTION_ONESHOT
+
// no lights if we sleep
#define RGBLIGHT_SLEEP