mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-28 02:18:59 +00: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,
|
||
|
|
};
|