-
Notifications
You must be signed in to change notification settings - Fork 6.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
Build fails when using ¯o_press, ¯o_wait_for_release, and ¯o_release in macros.dtsi #11
Comments
@mpentecost I had exact same issue trying to create macros to execute
Not sure what the root cause is, but I noticed Kinesis uses key codes like |
@arogulin is correct to the best of our knowledge. |
I should have read the whole documentation page instead of making my assumptions: these are called
|
@arogulin Thank you, those modifier functions work out well for my use case. |
I can confirm that macro syntax like:
Works w/ the new V2.0-beta branch. |
Likely not supported until v2 * KinesisCorporation#11 * https://zmk.dev/docs/behaviors/macros
# This is the 1st commit message: Updated keymap # The commit message KinesisCorporation#2 will be skipped: # Updated keymap # The commit message KinesisCorporation#3 will be skipped: # feat: Add basic changes to make me feel more at home # The commit message KinesisCorporation#4 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#5 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#6 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#7 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#8 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#9 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#10 will be skipped: # Reduce brightness of leds # The commit message KinesisCorporation#11 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#12 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#13 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#14 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#15 will be skipped: # Updated adv360.keymap # The commit message KinesisCorporation#16 will be skipped: # Updated adv360.keymap
When adding a macro that uses syntax from the ZMK Macro Documentation, the build fails with the errors:
I added a macro following the documentation creating a macro w/
¯o_press
like in the below example pulled from the docs:I am attempting to create a macro that will run the VSCode format keyboard shortcut, which entails chording 3 keys together, I added my macro as:
And got the above referenced build error.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: