Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Adding TX_Roundup_Pad PCB #23526

Merged
merged 15 commits into from
May 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/viktus/tx_roundup_pad/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
blindassassin111 and drashna committed Apr 30, 2024
commit d43b0b711d0a820259f45fcb968de8fa00b50d61
6 changes: 3 additions & 3 deletions keyboards/viktus/tx_roundup_pad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
[0] = LAYOUT_numpad_6x4(
KC_F1, KC_F2, KC_F3, KC_F4,
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P7, KC_P8, KC_P9,
KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_P1, KC_P2, KC_P3,
KC_P0, KC_PDOT, KC_PENT
)
Expand Down
Loading