mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
964ed17716
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks
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
|
|
};
|