Skip to content

Commit

Permalink
Merge pull request #4 from chofstede/patch-13
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee authored Jan 24, 2022
2 parents d1ddccb + 2a61acc commit eb30fbd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keyboards/idobao/montex/v2/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_numpad_6x5(
KC_GRAVE, KC_ESC, KC_TAB, MO(1), KC_BSPC,
KC_COMMA, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
KC_LGUI, KC_P7, KC_P8, KC_P9,
KC_LALT, KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_LSHIFT, KC_P1, KC_P2, KC_P3,
KC_LCTRL, KC_P0, KC_PDOT, KC_PENT
KC_LGUI, KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_LALT, KC_P4, KC_P5, KC_P6,
KC_LSHIFT, KC_P1, KC_P2, KC_P3, KC_PENT,
KC_LCTRL, KC_P0, KC_PDOT
),

/*
Expand All @@ -60,10 +60,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[1] = LAYOUT_numpad_6x5(
RESET, RGB_TOG, RGB_MOD, _______, _______,
_______, _______, _______, _______, _______,
RGB_SPI, RGB_HUI, RGB_SAI, RGB_VAI,
RGB_SPD, RGB_HUD, RGB_SAD, RGB_VAD, _______,
_______, _______, _______, _______,
_______, _______, _______, _______
RGB_SPI, RGB_HUI, RGB_SAI, RGB_VAI, _______,
RGB_SPD, RGB_HUD, RGB_SAD, RGB_VAD,
_______, _______, _______, _______, _______,
_______, _______, _______
)

};

0 comments on commit eb30fbd

Please sign in to comment.