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

The layer cannot exceed 17 layers. If the layer exceeds 17 layers, some layer functions will have errors. #17960

Closed
jeromeli002 opened this issue Aug 9, 2022 · 4 comments

Comments

@jeromeli002
Copy link

The layer cannot exceed 17 layers. If the layer exceeds 17 layers, some layer functions will have errors. For example, when qmk has 20 layers, when TO (0) is set, the output is TO (16). Is this a qmk problem or a vial problem?

@tzarc
Copy link
Member

tzarc commented Aug 9, 2022

Is this still a problem when you add #define LAYER_STATE_32BIT to config.h?

@jeromeli002
Copy link
Author

Is this still a problem when you add #define LAYER_STATE_32BIT to config.h?

Invalid, still the same situation,

@zvecr
Copy link
Member

zvecr commented Aug 9, 2022

https://github.com/qmk/qmk_firmware/blob/master/quantum/quantum_keycodes.h#L792

16 layers max

Not a problem, its by design.

@zvecr
Copy link
Member

zvecr commented Aug 14, 2022

17989

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants