Skip to content

Commit

Permalink
[Keyboard] Fix kay65 - Missing keycode (#16849)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Apr 13, 2022
1 parent f3004d9 commit 46c0db4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions keyboards/mechlovin/kay65/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_PGUP,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGDN,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_END,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
),


KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
)
};

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
Expand Down

0 comments on commit 46c0db4

Please sign in to comment.