Skip to content

Commit

Permalink
added ability to change unicode input method (qmk#6666)
Browse files Browse the repository at this point in the history
  • Loading branch information
VegaDeftwing authored and Philip Karlsson committed Dec 3, 2019
1 parent bec5685 commit da8a475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/ergodone/keymaps/vega/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[FNLR] = LAYOUT_ergodox(
// left hand
KC_NO, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_NO,
KC_NO,KC_F11, KC_F12, KC_F13,KC_F14, KC_F15, KC_NO,
UC_M_LN, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_NO,
UC_M_WC,KC_F11, KC_F12, KC_F13,KC_F14, KC_F15, KC_NO,
KC_NO,KC_F21, KC_F22, KC_F23,KC_F24, KC_NO,
KC_NO,KC_PAUSE,KC_PSCR,KC_SLCK,KC_NO,KC_NO,KC_NO,
EEP_RST,TO(BASE),TO(BASE),TO(BASE),TO(BASE),
Expand Down

0 comments on commit da8a475

Please sign in to comment.