0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-17 04:35:41 +00:00
qmk_firmware/users/billypython/tap_dance.h
Danilo Vulicevic 1e6797b4e7 [Keymap] Add my personal userspace and update my keymaps ()
* Add billypython userspace and dz60 keymap

* Disable Bootmagic in dz60:billypython keymap

* Update whitefox:billypython keymap with userspace changes

Also remove numpad layer
2019-02-14 12:09:27 -08:00

10 lines
102 B
C

#pragma once
#include "quantum.h"
#define RSF_RCT TD(TD_RSF_RCT)
enum tap_dance {
TD_RSF_RCT,
};