mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08: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"
|