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 | |
| parent | b3d41d9d6dd2af73e526c3c83ad9b623c97bfc38 (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')
| -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 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #ifdef KEYBOARD_maartenwut_plain60 | ||
| 4 | |||
| 5 | #define B7_AUDIO | ||
| 6 | #ifdef AUDIO_ENABLE | ||
| 7 | #define STARTUP_SONG SONG(GUITAR_SOUND) | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #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 @@ | |||
| 1 | BOOTMAGIC = lite | ||
| 2 | DYNAMIC_KEYMAP_ENABLE = no | ||
| 3 | CONSOLE_ENABLE = yes | ||
| 4 | COMMAND_ENABLE = yes | ||
| 5 | AUDIO_ENABLE = yes | ||
| 6 | LINK_TIME_OPTIMIZATION_ENABLE = yes | ||
