summaryrefslogtreecommitdiffstats
path: root/users/drashna/drashna.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-01-17 11:28:23 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2018-01-17 11:28:23 -0800
commitccaacde4d663f50b04fcd67d1477db7e0bd46091 (patch)
tree4f5a90b6fd5100e30da28c7dc6265e3516338f57 /users/drashna/drashna.h
parent5836d1a06a7265781fa37acf13e3ba9df7224247 (diff)
Update to drashna keymaps (#2281)
* Move faux clicky into userspace * Get Audio and RGB enabled on Orthodox-rev1 * Add faux click to userspace * Add Orthodox Rev3 check to macros * Hack Orthodox Name for drashna keymap * No more One Shots * Ergodox product name hack * Enable Audio on Orthodox by default
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r--users/drashna/drashna.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h
index 2475c99d4f..aa9c83086e 100644
--- a/users/drashna/drashna.h
+++ b/users/drashna/drashna.h
@@ -101,6 +101,7 @@ enum userspace_custom_keycodes {
KC_SECRET_3,
KC_SECRET_4,
KC_SECRET_5,
+ KC_FXCL,
NEW_SAFE_RANGE //use "NEWPLACEHOLDER for keymap specific codes
};
@@ -133,4 +134,12 @@ enum {
#define IGNORE_MOD_TAP_INTERRUPT // this makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
+#ifdef FAUXCLICKY_ENABLE
+#define AUD_ON FC_ON
+#define AUD_OFF FC_OFF
+#else
+#define AUD_ON AU_ON
+#define AUD_OFF AU_OFF
+#endif
+
#endif