summaryrefslogtreecommitdiff
path: root/keyboards/sofle/keymaps/michal/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-20 00:56:25 +0000
committerQMK Bot <hello@qmk.fm>2022-07-20 00:56:25 +0000
commitfa44f2b21e7d2ecc198ccb3fb07564ae9e3f9f7d (patch)
tree61846bde90d80773100ba1d734745b1033e4e276 /keyboards/sofle/keymaps/michal/config.h
parent12eb6444c67456d522c815120de8eed431ead2f8 (diff)
parent00c8e24c6a10e80588bd6c47cda2c67351b2948e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sofle/keymaps/michal/config.h')
-rw-r--r--keyboards/sofle/keymaps/michal/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/sofle/keymaps/michal/config.h b/keyboards/sofle/keymaps/michal/config.h
new file mode 100644
index 0000000000..6ab3602dfd
--- /dev/null
+++ b/keyboards/sofle/keymaps/michal/config.h
@@ -0,0 +1,23 @@
+// Copyright 2022 Michal S. (@ihatethefrench)
+// SPDX-License-Identifier: GPL-2.0-only
+
+#pragma once
+
+// Enables features such as octave changer, suspend, etc.
+#define MIDI_ADVANCED
+
+// This autoshift delay feels most natural for me I think
+#define AUTO_SHIFT_TIMEOUT 165
+
+// I don't use too many layers, so this is more than enough
+#define LAYER_STATE_8BIT
+
+// Saving space
+#define NO_ACTION_ONESHOT
+#define NO_ACTION_TAPPING
+#define NO_MUSIC_MODE
+
+// If I recall correctly, these aren't necessary for the sofle
+// so i disable them to save more space.
+#undef LOCKING_SUPPORT_ENABLE
+#undef LOCKING_RESYNC_ENABLE \ No newline at end of file