Addtional Tweaks to combos

- Moved the backspace / delete combos to the top
- removed contrl backspace shortcuts
- Adjusted keymap.yaml
This commit is contained in:
Victor 2024-04-20 15:14:45 -05:00
parent e1fcb05c8d
commit 33be21734f
Failed to generate hash of commit
3 changed files with 14 additions and 19 deletions

View file

@ -56,14 +56,11 @@ enum keycodes {
#define SC_SNIP LGUI(LSFT(KC_S))
#define SC_FILE LGUI(KC_E)
// Zoom
// Zoom for encoders
#define ZOOMIN LCTL(LSFT(KC_EQL))
#define ZOOMOUT LCTL(KC_MINS)
#define ZOOMRST LCTL(KC_0)
// Macros
#define BACKWRD LCTL(KC_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