Remove custom keycodes from nullbitsco/snap (#24017)
This commit is contained in:
parent
bd5da148ec
commit
0947299864
2 changed files with 19 additions and 77 deletions
|
@ -18,15 +18,3 @@
|
|||
#include "quantum.h"
|
||||
#include "common/remote_kb.h"
|
||||
#include "common/bitc_led.h"
|
||||
|
||||
#ifdef VIA_ENABLE
|
||||
enum custom_keycodes {
|
||||
DISC_MUTE = QK_USER_0,
|
||||
SUPER_ALT_TAB
|
||||
};
|
||||
#else
|
||||
enum custom_keycodes {
|
||||
DISC_MUTE = SAFE_RANGE,
|
||||
SUPER_ALT_TAB
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue