Skip to content

Commit

Permalink
Fix IJ debugger shortcut (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTufa authored and dan-white3 committed Dec 23, 2023
1 parent 369e3b5 commit 9dc25c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/1up60hse/keymaps/badger/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[_MOVE] = LAYOUT_60_ansi(\
MAC_FRC, MM_LEFT, MM_RGHT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, P_PAREN, KC_RPRN, KC_UNDS, KC_PLUS, WD_DELE, \
_______, IJ_STEP, IJ_INTO, IJ_OUT, IJ_RUN, IJ_STOP, IJ_TOP, WD_BACK, KC_HOME, KC_END, WD_FRWD, IJ_BACK, IJ_FWD, KC_PIPE, \
_______, IJ_STEP, IJ_INTO, IJ_OUT, IJ_NEXT, IJ_STOP, IJ_TOP, WD_BACK, KC_HOME, KC_END, WD_FRWD, IJ_BACK, IJ_FWD, KC_PIPE, \
_______, MM_LH, MM_MAX, MM_RH, IJ_FIND, IJ_LINE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_COLN, KC_DQUO, \
_______, MM_UH, MM_BH, MAC_CPY, MAC_SPS, SHEBANG, IJ_BOTT, IJ_REN, IJ_IMPL, IJ_DECL, IJ_USAG, _______, _______, \
_______, _______, _______, _______, _______, _______, _______, _______),
Expand Down
1 change: 1 addition & 0 deletions users/badger/badger.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ enum CustomKeys {
#define IJ_REN LSFT(KC_F6)
#define IJ_USAG LALT(KC_F7)
#define IJ_RUN LCTL(LALT(KC_D))
#define IJ_NEXT KC_F9
#define IJ_STEP KC_F8
#define IJ_INTO LSFT(KC_F7)
#define IJ_OUT LSFT(KC_F8)
Expand Down

0 comments on commit 9dc25c7

Please sign in to comment.