Skip to content

Commit

Permalink
moved pgup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicsuzor committed Nov 7, 2023
1 parent 7d361cb commit 9eb7cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions users/nic/nic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ enum userspace_custom_keycodes {
RGB_IDL, // RGB Idling animations
RGBRST, // Reset RGB
EPRM, // Reset eeprom
DBG_KEY,
DBG_KEY,
DBG_MX,
NEW_SAFE_RANGE // use "NEWPLACEHOLDER for keymap specific codes
};
#define LOWER TL_LOWR //MO(_LOWER)
#define RAISE TL_UPPR //MO(_RAISE)
#define LOWER MO(_LOWER) //TL_LOWR //MO(_LOWER)
#define RAISE MO(_RAISE) //TL_UPPR //MO(_RAISE)

/* OSM keycodes, to keep things clean and easy to change */
#define OS_LGUI OSM(MOD_LGUI)
Expand All @@ -50,4 +50,4 @@ enum userspace_custom_keycodes {
#define KC_DT1 LCTL(KC_F1)
#define KC_DT2 LCTL(KC_F2)
#define KC_DT3 LCTL(KC_F3)
#define KC_DT4 LCTL(KC_F4)
#define KC_DT4 LCTL(KC_F4)
2 changes: 1 addition & 1 deletion users/nic/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ expanded before being used as arguments to the LAYOUT_xxx macro.
#define _______________GRID_BOTTOM_ROW_____________ KC_LCTL, KC_LGUI, QK_DEBUG_TOGGLE, KC_LALT, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_UP, KC_DOWN, KC_RIGHT
#define _____________DOUBLE_BOTTOM_ROW_____________ KC_LCTL, KC_LGUI, KC_NO, KC_LALT,LOWER, KC_SPC, RAISE, KC_LEFT, KC_UP, KC_DOWN, KC_RIGHT

#define ________________NAV_LEFT_1_________________ EPRM, KC_HOME, KC_PGUP, KC_UP, KC_END, KC_BSPC
#define ________________NAV_LEFT_1_________________ EPRM, KC_HOME, KC_PGUP, KC_UP, KC_END, KC_BSPC
#define ________________NAV_LEFT_2_________________ QK_BOOT, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_ENT

#define _________________NUMPAD_1__________________ ________________NUMBER_RIGHT_______________
Expand Down

0 comments on commit 9eb7cee

Please sign in to comment.