Skip to content

Commit

Permalink
update keymap
Browse files Browse the repository at this point in the history
Signed-off-by: Dušan <[email protected]>
  • Loading branch information
Dušan committed Dec 14, 2022
1 parent c638f21 commit c0d73d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/redragon/k530/keymaps/uvera/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{ _______, _______, KC_UP, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_HOME, KC_END, _______, },
{ _______, KC_LEFT, KC_DOWN, KC_RIGHT, _______, _______, _______, _______, _______, _______, KC_PGUP, KC_PGDN, _______, _______, },
{ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_INS, KC_DEL, _______, KC_LOCK, },
{ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, },
{ _______, _______, _______, _______, _______, _______, KC_CAPS, _______, _______, _______, _______, _______, _______, RESET, },
},

[_FN2] = { { _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_MOD, RGB_VAD, RGB_TOG, RGB_VAI, _______,},
Expand Down Expand Up @@ -109,4 +109,4 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
// return false;
// }
// return true;
// }
// }

0 comments on commit c0d73d7

Please sign in to comment.