cleanup
This commit is contained in:
parent
ee5bf03767
commit
c87d88be4d
1 changed files with 0 additions and 3 deletions
|
@ -40,8 +40,6 @@ enum custom_keycodes {
|
|||
CSPEAK,
|
||||
PARADOWN,
|
||||
PMERGE,
|
||||
ULEFT,
|
||||
URIGHT,
|
||||
WREFRESH,
|
||||
REMCAPS,
|
||||
SPEAK1,
|
||||
|
@ -50,7 +48,6 @@ enum custom_keycodes {
|
|||
SPEAK4
|
||||
};
|
||||
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
case SPEAKDASH:
|
||||
|
|
Loading…
Reference in a new issue