mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +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
9 lines
102 B
C
9 lines
102 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define RSF_RCT TD(TD_RSF_RCT)
|
|
|
|
enum tap_dance {
|
|
TD_RSF_RCT,
|
|
};
|