summaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/bucktooth/config.h
diff options
context:
space:
mode:
authorJ. Eric Mason <sifakamon@gmail.com>2018-03-23 15:59:56 -0700
committerDrashna Jaelre <drashna@live.com>2018-03-23 15:59:56 -0700
commitec5cc02bf01bc7094190024db84a686a82f2aa14 (patch)
tree782e1a4a94c0f21ecae30e84cda5c4fb8b9491eb /keyboards/preonic/keymaps/bucktooth/config.h
parent7a86a67d99601618301c0ee832c0671d37a8ffe3 (diff)
Preonic Ergodox-Like Mac keymap: Bucktooth (#2553)
* Preonic Ergodox-Like Mac keymap: Bucktooth This is a layout unlike most Preonics, it is taken partially from Ergodox and classic C64 keyboards with a ton of Mac-specific features. * Fix Mouse Left keycode
Diffstat (limited to 'keyboards/preonic/keymaps/bucktooth/config.h')
-rw-r--r--keyboards/preonic/keymaps/bucktooth/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/bucktooth/config.h b/keyboards/preonic/keymaps/bucktooth/config.h
new file mode 100644
index 0000000000..b988831207
--- /dev/null
+++ b/keyboards/preonic/keymaps/bucktooth/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+#define FORCE_NKRO 1
+#define PREVENT_STUCK_MODIFIERS
+
+#endif