cleanup
This commit is contained in:
parent
ee5bf03767
commit
c87d88be4d
@ -40,8 +40,6 @@ enum custom_keycodes {
|
|||||||
CSPEAK,
|
CSPEAK,
|
||||||
PARADOWN,
|
PARADOWN,
|
||||||
PMERGE,
|
PMERGE,
|
||||||
ULEFT,
|
|
||||||
URIGHT,
|
|
||||||
WREFRESH,
|
WREFRESH,
|
||||||
REMCAPS,
|
REMCAPS,
|
||||||
SPEAK1,
|
SPEAK1,
|
||||||
@ -50,7 +48,6 @@ enum custom_keycodes {
|
|||||||
SPEAK4
|
SPEAK4
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||||
switch (keycode) {
|
switch (keycode) {
|
||||||
case SPEAKDASH:
|
case SPEAKDASH:
|
||||||
|
Loading…
Reference in New Issue
Block a user