summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/drashna/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-01-17 20:28:23 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2018-01-17 20:28:23 +0100
commitccaacde4d663f50b04fcd67d1477db7e0bd46091 (patch)
tree4f5a90b6fd5100e30da28c7dc6265e3516338f57 /keyboards/orthodox/keymaps/drashna/config.h
parent5836d1a06a7265781fa37acf13e3ba9df7224247 (diff)
downloadqmk_firmware-ccaacde4d663f50b04fcd67d1477db7e0bd46091.tar.gz
qmk_firmware-ccaacde4d663f50b04fcd67d1477db7e0bd46091.tar.xz
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 'keyboards/orthodox/keymaps/drashna/config.h')
-rw-r--r--keyboards/orthodox/keymaps/drashna/config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h
index f39c34e76..d83b77927 100644
--- a/keyboards/orthodox/keymaps/drashna/config.h
+++ b/keyboards/orthodox/keymaps/drashna/config.h
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Use I2C or Serial, not both */
#define USE_SERIAL
-// #define USE_I2C
+#undef USE_I2C
/* Select hand configuration */
@@ -71,4 +71,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define STARTUP_SONG SONG(ZELDA_TREASURE)
#endif
+#undef PRODUCT
+#ifdef KEYBOARD_orthodox_rev1
+#define PRODUCT Drashna Hacked Orthodox Rev.1
+#elif KEYBOARD_orthodox_rev3
+#define PRODUCT Drashna Hacked Orthodox Rev.3
+#endif
#endif