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

adds veilid SAO macropad #23868

Merged
merged 14 commits into from
Jul 13, 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/rot13labs/veilid_sao/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
c0ldbru and zvecr committed Jun 5, 2024
commit 7e7764639753e024b61971661b6dfde8fd9d86a3
2 changes: 1 addition & 1 deletion keyboards/rot13labs/veilid_sao/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_sao_1x1(QK_MACRO_0),
[0] = LAYOUT_ortho_1x1(QK_MACRO_0),
c0ldbru marked this conversation as resolved.
Show resolved Hide resolved
};
Loading