From d143ddc06265652b2e9eb01e454ead135169712d Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Wed, 25 Sep 2019 21:35:54 -0700 Subject: [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 --- users/yanfali/config.h | 10 ++++++++++ users/yanfali/rules.mk | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 users/yanfali/config.h create mode 100644 users/yanfali/rules.mk (limited to 'users') 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 -- cgit v1.2.3