diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-09-25 21:35:54 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-25 21:35:54 -0700 |
commit | d143ddc06265652b2e9eb01e454ead135169712d (patch) | |
tree | 6b83981991dbc1a8b6f63c41d203fdbc459e239e /users/yanfali | |
parent | b3d41d9d6dd2af73e526c3c83ad9b623c97bfc38 (diff) | |
download | qmk_firmware-d143ddc06265652b2e9eb01e454ead135169712d.tar.gz qmk_firmware-d143ddc06265652b2e9eb01e454ead135169712d.zip |
[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')
-rw-r--r-- | users/yanfali/config.h | 10 | ||||
-rw-r--r-- | users/yanfali/rules.mk | 6 |
2 files changed, 16 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 diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk new file mode 100644 index 0000000000..bbd4d4bba6 --- /dev/null +++ b/users/yanfali/rules.mk @@ -0,0 +1,6 @@ +BOOTMAGIC = lite +DYNAMIC_KEYMAP_ENABLE = no +CONSOLE_ENABLE = yes +COMMAND_ENABLE = yes +AUDIO_ENABLE = yes +LINK_TIME_OPTIMIZATION_ENABLE = yes |