mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
d143ddc062
* 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
10 lines
144 B
C
10 lines
144 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_maartenwut_plain60
|
|
|
|
#define B7_AUDIO
|
|
#ifdef AUDIO_ENABLE
|
|
#define STARTUP_SONG SONG(GUITAR_SOUND)
|
|
#endif
|
|
|
|
#endif
|