Skip to content

Commit

Permalink
Adds Menu key on right side.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigob committed Mar 6, 2023
1 parent 806b07f commit 8cd39ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/pinky/3/keymaps/rodrigo2023/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// diacritics on left side: Circumflex,Grave,Two overdots/Diaeresis,Acute,Tilde, (lower row: Cedilla); right side mirrored
[L_COMMANDS] = LAYOUT(
_______, X(DCIR), X(DGRV), X(DIAE), X(ACUT), X(DTIL), _______, _______, _______, _______, _______, _______, _______, _______,
_______, KC_LGUI, OSM(MOD_LALT), OSM(MOD_LCTL), OSM(MOD_LSFT), KC_TAB, _______, _______, KC_TAB, OSM(MOD_LSFT), OSM(MOD_LCTL), OSM(MOD_LALT), _______, _______,
_______, KC_APP, OSM(MOD_RALT), KC_MRWD, KC_MFFD, X(CDEL), _______, _______, _______, KC_VOLD, KC_VOLU, OSM(MOD_RALT), _______, _______,
_______, KC_LGUI, OSM(MOD_LALT), OSM(MOD_LCTL), OSM(MOD_LSFT), KC_TAB, _______, _______, KC_TAB, OSM(MOD_LSFT), OSM(MOD_LCTL), OSM(MOD_LALT), KC_LGUI, _______,
_______, KC_APP, OSM(MOD_RALT), KC_MRWD, KC_MFFD, X(CDEL), _______, _______, _______, KC_VOLD, KC_VOLU, OSM(MOD_RALT), KC_APP, _______,
// _______, KC_DELETE, KC_BSPC, KC_DELETE, _______, _______, _______, _______ // handles Enter+Esc and Enter+E
_______, DF(L_MOTION), KC_BSPC, DF(L_MOTION), _______, _______, _______, _______ // handles Enter+Esc and Enter+E
),
Expand Down

0 comments on commit 8cd39ed

Please sign in to comment.