[Keymap] Add custom macro to launch RDP (#5502)
* Add keycodes for new macros to keymaps * add macros for commonly used shortcuts * FIx macro code and add comments * Replaced with build in QMK keycodes * Removed macros that duplicated QMK keycodes
This commit is contained in:
parent
188a1e66ff
commit
2352afb383
4 changed files with 15 additions and 3 deletions
|
@ -20,7 +20,8 @@
|
|||
#define TD_TCTL TD(TD_RCTL)
|
||||
|
||||
enum cust_keys {
|
||||
KC_MAKE = SAFE_RANGE
|
||||
KC_MAKE = SAFE_RANGE,
|
||||
KC_RDP
|
||||
};
|
||||
|
||||
enum tap_dance {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue