forked from forks/qmk_firmware
1e6797b4e7
* Add billypython userspace and dz60 keymap * Disable Bootmagic in dz60:billypython keymap * Update whitefox:billypython keymap with userspace changes Also remove numpad layer
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,
|
|
};
|