-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
Bandominedoni version output feature and a new keymap added #17947
Bandominedoni version output feature and a new keymap added #17947
Conversation
@@ -28,6 +29,10 @@ enum layer_names { | |||
_FN | |||
}; | |||
|
|||
enum custom_keycodes { | |||
VERSION = SAFE_RANGE |
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.
This would allow you to list it in VIA
VERSION = SAFE_RANGE | |
VERSION = USER00 |
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.
Wow! That’s cool. We’ve been waiting for such a feature on VIA!
I’ll update my codes as you suggested.
It seems you can use this as long as you have 16 or less custom codes.
https://github.com/qmk/qmk_firmware/blob/master/quantum/via.h
* SPLIT_USB_DETECT added. * lednotg keymap added. * lednotg missing modification fixed. * VERSION is available. * USER00 is used instead of SAFE_RANGE in via/keymap.c
* SPLIT_USB_DETECT added. * lednotg keymap added. * lednotg missing modification fixed. * VERSION is available. * USER00 is used instead of SAFE_RANGE in via/keymap.c
Description
A feature to output the name of the keyboard, keymap, QMK version, and the build date is added.
Types of Changes
Issues Fixed or Closed by This PR
Checklist