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: Ryan <fauxpark@gmail.com>
  • Loading branch information
c0ldbru and fauxpark authored Jun 16, 2024
commit 5ba054ea05978222070adc906236d7fffc8b4bb7
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 @@ -22,7 +22,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
SEND_STRING(SS_DOWN(X_LGUI) SS_TAP(X_SPACE) SS_UP(X_LGUI));
c0ldbru marked this conversation as resolved.
Show resolved Hide resolved
_delay_ms(1000);
SEND_STRING(SS_TAP(X_LGUI));
tap_code(KC_LEFT_GUI);
_delay_ms(1000);
SEND_STRING("terminal");
_delay_ms(1000);
Expand Down
Loading