summaryrefslogtreecommitdiff
path: root/users/yanfali/config.h
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2019-09-25 21:35:54 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-25 21:35:54 -0700
commitd143ddc06265652b2e9eb01e454ead135169712d (patch)
tree6b83981991dbc1a8b6f63c41d203fdbc459e239e /users/yanfali/config.h
parentb3d41d9d6dd2af73e526c3c83ad9b623c97bfc38 (diff)
[Keymap] Port personal keymap to 60_tsangan_hhkb (#6820)
* Port personal keymap to 60_tsangan_hhkb - add 60_tsangan_hhkb layout to plain60 - Fix bug in split rs in plain60 - use community and user based layout for 60_tsangan_hhkb - set up audio for plain60 only * Add LAYOUT_60_ansi_split_bs_rshift
Diffstat (limited to 'users/yanfali/config.h')
-rw-r--r--users/yanfali/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h
new file mode 100644
index 0000000000..f14bea2f84
--- /dev/null
+++ b/users/yanfali/config.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#ifdef KEYBOARD_maartenwut_plain60
+
+#define B7_AUDIO
+#ifdef AUDIO_ENABLE
+ #define STARTUP_SONG SONG(GUITAR_SOUND)
+#endif
+
+#endif