mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
10 lines
102 B
C
10 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#define RSF_RCT TD(TD_RSF_RCT)
|
||
|
|
||
|
enum tap_dance {
|
||
|
TD_RSF_RCT,
|
||
|
};
|