mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-16 02:19:31 +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,
|
||
|
|
};
|