1
0
Fork 0

Remove custom keycodes from nullbitsco/snap (#24017)

This commit is contained in:
Joel Challis 2024-06-29 14:25:24 +01:00 committed by GitHub
parent bd5da148ec
commit 0947299864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 77 deletions

View file

@ -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