Skip to content

Commit

Permalink
Update keyboards/meletrix/zoom65/keymaps/vial/keymap.c
Browse files Browse the repository at this point in the history
Remove filler KC_TRNS layers

Co-authored-by: Less/Rikki <[email protected]>
  • Loading branch information
OTLabs and lesshonor authored Oct 13, 2023
1 parent 3e65281 commit a64e74d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions keyboards/meletrix/zoom65/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
#ifdef ENCODER_MAP_ENABLE
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[1] = { ENCODER_CCW_CW(KC_MPRV, KC_MNXT) },
[2] = { ENCODER_CCW_CW(_______, _______) },
[3] = { ENCODER_CCW_CW(_______, _______) },
[1] = { ENCODER_CCW_CW(KC_MPRV, KC_MNXT) }
};
#endif

0 comments on commit a64e74d

Please sign in to comment.