Skip to content

Commit

Permalink
Update keyboards/doio/kb19/keymaps/default/keymap.c
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <drashna@live.com>
  • Loading branch information
DOIO2022 and drashna committed Dec 18, 2023
1 parent f4cf22e commit c9b74ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/doio/kb19/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS, RGB_MOD,
KC_P7, KC_P8, KC_P9, KC_PPLS, RGB_TOG,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS, RGB_MOD,
KC_P7, KC_P8, KC_P9, KC_PPLS, RGB_TOG,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_P0, KC_PDOT, KC_MUTE
)
};
Expand Down

0 comments on commit c9b74ef

Please sign in to comment.