-
-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Add userspace files for vosechu #4912
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config.h one is the main thing. Everything else is just formatting, and isn't as important.
@drashna Would love a second look at this. Will squash commits after review. |
@drashna Added the changes you suggested, thank you so much! Would love any additional thoughts! Am I doing the SAFE_RANGE thing correctly here: https://github.com/qmk/qmk_firmware/pull/4912/files#diff-d1e15f1985a2c8df7a7009bdf188b1aeR17 ? The reason I ask is that sometimes when I compile, PAWFIVE doesn't work at all, or sometimes it'll output 'e' or 'c'. That makes me think I'm doing something terribly wrong. Maybe it's the mixing of SAFE_RANGE for userspace_custom_keycodes while using integers for my userspace_custom_layers? |
Awesome! And yes, that's the proper way to handle the As for the pawfive, that may be related to the OS. While it says "pawfive", this is dependant on the host system's layout. So if you were using the OS colemak layout (eg, not in firmware), it would output jibberish. |
Wonderful! Thank you! |
Looks great! Thanks! |
* 'master' of https://github.com/qmk/qmk_firmware: Fix Command feature: use get_mods() instead of keyboard_report->mods (qmk#4955) [Keymap] Small improvements to Maxr1998's Contra keymap (qmk#4952) [Keymap] Minor updates to my dz60 keymap (qmk#4943) [Keyboard] UniGo66 keyboard added (qmk#4913) [Keymap] Move Iris via support to Via keymap (qmk#4893) Adds a default value for IS_COMMAND for COMMAND feature (qmk#4301) [Keyboard] drop unused i2c files (qmk#4948) [Keymap] Add Maxim keymap for Fourier (qmk#4534) use built-in arm stuff [Keymap] Add userspace files for vosechu (qmk#4912)
* Add userspace files for vosechu * Code review corrections * Few more code review corrections
* Add userspace files for vosechu * Code review corrections * Few more code review corrections
Description
Add the vosechu.h/c userspace files. Nothing really interesting to see here, but it's the foundation of a bunch of other PRs I'm going to send in.
I would love help making sure this is the latest thinking! Even though it works in my layouts, I am not well versed in the QMK way of thinking (yet!) so I would very much value feedback!
Types of changes
Issues Fixed or Closed by this PR
Checklist: