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

firmware/qmk: sync #16

Merged
merged 1 commit into from
Jun 13, 2024
Merged

firmware/qmk: sync #16

merged 1 commit into from
Jun 13, 2024

Conversation

rgoulter
Copy link
Owner

@rgoulter rgoulter commented Jun 13, 2024

Currently, I have the commits in my qmk_firmware branch organised by commit-per-folder. (e.g. 'add userspace' is 1 commit, as is 'add keyboard pykey40').

Syncing, with two changes:

  • adjusting the leader-key sequences that I use (defined in userspace rgoulter.c). -- I wasn't using the other leader sequences. The new ones are: reboot (LEAD q b), capslock/caps word (LEAD c c, LEAD c w), and setting 'OS' for desktop shortcuts (LEAD o w, LEAD o l, LEAD o m).

    • I made an attempt at "set keymap", but ... the qmk combos (chords) are based on key; so, changing default layer to QWERTY doesn't quite work. Currently, I use ;q as LEAD (since this is Dvorak bottom row), but QWERTY, the ; is on a tap-hold key.. and these keys aren't adjacent. -- Might be able to 'hack' this by making use of the default layer callback, to update the chords?
    • Other things which might be useful: managing RGB (toggle/on/off, set to fav. theme, random), managing haptics.
  • formatting the C files per the editorconfig / clang format in qmk_firmware.

@rgoulter rgoulter force-pushed the firmware-qmk-sync branch from 1598667 to 9e34470 Compare June 13, 2024 06:46
@rgoulter
Copy link
Owner Author

"No space left on device". Hmm, this CI check does try to build too much.

@rgoulter rgoulter force-pushed the firmware-qmk-sync branch from 935ca20 to 9e34470 Compare June 13, 2024 07:39
@rgoulter rgoulter merged commit d78e80b into master Jun 13, 2024
1 of 2 checks passed
@rgoulter rgoulter deleted the firmware-qmk-sync branch June 13, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant