mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-05-28 18:51:17 +02: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
|
|
};
|