mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-06 21:31:58 +00:00
10 lines
107 B
C
10 lines
107 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define TD_BRC TD(TD_BRACES)
|
|
|
|
enum tapdance_id {
|
|
TD_BRACES = 0
|
|
};
|