mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
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,
|
|
};
|