summaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/trigotometry/config.h
diff options
context:
space:
mode:
authorTrigotometry <25544371+Trigotometry@users.noreply.github.com>2018-10-20 02:40:46 +1100
committerDrashna Jaelre <drashna@live.com>2018-10-19 08:40:46 -0700
commitae31eb564a340cab53f18fe5290ee5033704be1f (patch)
treec95dd8899aa70b9e46ce219ef72bca23dfd29f4f /keyboards/preonic/keymaps/trigotometry/config.h
parent7222e3691b18128c4822f6bb5db008010f5e41dd (diff)
Keymap: Trigotometry's Preonic (#4158)
* adding my keymap * updated pull request comments from dashna, including redundancies and DVORAK entirely * changed over visual representation to use 'LAYOUT_preonic_grid()' * added a ReadMe and commented out AUDIO_ENABLED related stuff in keymap.c until I can align with current QMK standards * Update readme.md * readme corrections and adjustments
Diffstat (limited to 'keyboards/preonic/keymaps/trigotometry/config.h')
-rw-r--r--keyboards/preonic/keymaps/trigotometry/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/trigotometry/config.h b/keyboards/preonic/keymaps/trigotometry/config.h
new file mode 100644
index 0000000000..eaf6997db1
--- /dev/null
+++ b/keyboards/preonic/keymaps/trigotometry/config.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#define STARTUP_SONG SONG(PREONIC_SOUND)
+#define MUSIC_MASK (keycode != KC_NO)
+
+#define FORCE_NKRO 1
+#define PREVENT_STUCK_MODIFIERS
+#define GRAVE_ESC_GUI_OVERRIDE \ No newline at end of file