~ruther/qmk_firmware

ref: 0774381f81ba69c2c37fd002a846d03f9e9e7cfd qmk_firmware/users/billypython/tap_dance.h -rw-r--r-- 102 bytes
0774381f — Nick Brassel Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282) 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,
};