aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorXyverz <xyverz@gmail.com>2020-05-12 17:59:47 -0700
committerGitHub <noreply@github.com>2020-05-13 10:59:47 +1000
commit774384ce310588bd39a162465d90bdb19c87961c (patch)
treeee75fdaf343387cdde2cf6fd6b7c6bbc70b5a62e /layouts
parent361ac2f32ac8b906dbb29cd0a6c5f971dad298c3 (diff)
downloadfirmware-774384ce310588bd39a162465d90bdb19c87961c.tar.gz
firmware-774384ce310588bd39a162465d90bdb19c87961c.tar.bz2
firmware-774384ce310588bd39a162465d90bdb19c87961c.zip
Added defines for RAISE and LOWER (#9083)
I like being able to use layers. This fixes my screw-up from my last code overhaul.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/xyverz/keymap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/keymap.c b/layouts/community/ortho_4x12/xyverz/keymap.c
index de270b469..727ea0080 100644
--- a/layouts/community/ortho_4x12/xyverz/keymap.c
+++ b/layouts/community/ortho_4x12/xyverz/keymap.c
@@ -2,13 +2,15 @@
enum layer_names { _QWERTY, _COLEMAK, _DVORAK, _LOWER, _RAISE, _ADJUST };
-enum custom_keycodes { QWERTY = SAFE_RANGE, COLEMAK, DVORAK, LOWER, RAISE, ADJUST };
+enum custom_keycodes { QWERTY = SAFE_RANGE, COLEMAK, DVORAK, ADJUST };
// Aliases to keep the keymap tidy
#define GUIBSPC GUI_T(KC_BSPC) // GUI when held, BSPC when tapped.
#define RGB_SWR RGB_M_SW // Swirl Animation alias
#define RGB_SNK RGB_M_SN // Snake Animation alias
#define MACLOCK LGUI(LCTL(KC_Q)) // Lock my MacBook!
+#define RAISE MO(_RAISE)
+#define LOWER MO(_LOWER)
// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {