forked from mirrors/qmk_userspace
Update Q1 and Q2 for keychron (#18713)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
This commit is contained in:
parent
6e6039995b
commit
1215fc2a78
175 changed files with 2394 additions and 2784 deletions
|
@ -15,10 +15,17 @@
|
|||
*/
|
||||
|
||||
#include "stdint.h"
|
||||
#ifdef VIA_ENABLE
|
||||
# include "via.h"
|
||||
#endif
|
||||
#include "quantum_keycodes.h"
|
||||
|
||||
enum custom_keycodes {
|
||||
#ifdef VIA_ENABLE
|
||||
KC_MISSION_CONTROL = USER00,
|
||||
#else
|
||||
KC_MISSION_CONTROL = SAFE_RANGE,
|
||||
#endif
|
||||
KC_LAUNCHPAD,
|
||||
KC_LOPTN,
|
||||
KC_ROPTN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue