Skip to content

Commit

Permalink
change thumb cluster key to be shift
Browse files Browse the repository at this point in the history
  • Loading branch information
luc wastiaux committed Feb 12, 2017
1 parent 420a032 commit 5f8535b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/ergodox/keymaps/dvorak_programmer/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
MO(SHELL_NAV), KC_SCLN, KC_Q, KC_J, KC_K, KC_X, MO(KEY_NAV),
OSL(SHORTCUTS),OSM(MOD_LCTL), OSM(MOD_LALT),OSL(SYMBOL),MO(NUMBER),
// thumb cluster
MO(MOUSE), RCTL(KC_S),
RCTL(KC_DEL),
OSM(MOD_LSFT), RCTL(KC_S),
RCTL(KC_DEL),
KC_BSPC,RCTL(KC_BSPC),KC_DEL,
// right hand
KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_BSLS,
Expand Down

0 comments on commit 5f8535b

Please sign in to comment.