mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-20 04:27:55 -04:00
Typo but adding new macro
- adding control backspace macro, but I might not use it
This commit is contained in:
parent
dae4f2b76a
commit
85f211b557
2 changed files with 17 additions and 11 deletions
|
@ -64,6 +64,9 @@ enum keycodes {
|
|||
#define ZOOMOUT LCTL(KC_MINS)
|
||||
#define ZOOMRST LCTL(KC_0)
|
||||
|
||||
// Macros
|
||||
#define BACKWRD LCTL(vcKC_BSPC)
|
||||
|
||||
/*
|
||||
- Any keycodes with prefix TR has behavior dependent on if the feature is enabled.
|
||||
- If the feature is disabled then the key is just the normal key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue