summaryrefslogtreecommitdiffstats
path: root/keyboards/mt40/keymaps/default/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-05-14 16:11:12 +0200
committerJack Humbert <jack.humb@gmail.com>2018-05-14 16:11:12 +0200
commit678fae6ccef96ee1f7a722d4781e18c8314e3b29 (patch)
tree32641bb9b1b7533085cb59b146adddfa5bba65c3 /keyboards/mt40/keymaps/default/config.h
parent38f204db3031475aef2252e1ad11e4c87fb559f1 (diff)
downloadqmk_firmware-678fae6ccef96ee1f7a722d4781e18c8314e3b29.tar.gz
qmk_firmware-678fae6ccef96ee1f7a722d4781e18c8314e3b29.tar.xz
Reformat 40% Ortho boards to work with Layouts feature (#2804)
* Reformat 40% Ortho boards to work with Layouts feature * Fix krusli keymap to compile properly * Fix mt40 compile errors * Fix layouts * fix RGB?
Diffstat (limited to 'keyboards/mt40/keymaps/default/config.h')
-rw-r--r--keyboards/mt40/keymaps/default/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/mt40/keymaps/default/config.h b/keyboards/mt40/keymaps/default/config.h
new file mode 100644
index 000000000..9f9a9fc10
--- /dev/null
+++ b/keyboards/mt40/keymaps/default/config.h
@@ -0,0 +1,11 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#define TAPPING_TERM 200
+
+
+#define RGBLIGHT_HUE_STEP 12
+#define RGBLIGHT_SAT_STEP 15
+#define RGBLIGHT_VAL_STEP 18
+
+#endif