mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
9 lines
109 B
C
9 lines
109 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
enum user_keycodes {
|
||
|
MC_ALTT = SAFE_RANGE,
|
||
|
KEYMAP_SAFE_RANGE,
|
||
|
};
|