mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
964ed17716
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks
9 lines
107 B
C
9 lines
107 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define TD_BRC TD(TD_BRACES)
|
|
|
|
enum tapdance_id {
|
|
TD_BRACES = 0
|
|
};
|