~ruther/qmk_firmware

ref: b630df1aa739c285f290333ff2cf7de024b4693e qmk_firmware/users/billypython/tap_dance.h -rw-r--r-- 102 bytes
b630df1a — Wilhelm Schuster Reword mention of personal keymaps from PR checklist (#22258) 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,
};