mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
10 lines
115 B
C
10 lines
115 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
enum keycodes {
|
|
DYNAMIC_MACRO_RANGE = QK_KB_0
|
|
};
|
|
|
|
#include "dynamic_macro.h"
|