mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 12:34:39 +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
|
|
};
|