~ruther/qmk_firmware

ref: 8cd9f07c305b704a8fd163bd2dbc1891e80c3b18 qmk_firmware/users/billypython/tap_dance.h -rw-r--r-- 102 bytes
8cd9f07c — blindassassin111 [Keyboard] Adding OSAv2 Topre PCB (#21080) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

#include "quantum.h"

#define RSF_RCT TD(TD_RSF_RCT)

enum tap_dance {
  TD_RSF_RCT,
};