-
Notifications
You must be signed in to change notification settings - Fork 1.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
core: typedef'ed uint32_t to layer_state_t #526
base: master
Are you sure you want to change the base?
Conversation
Only part that may not be compatible when changing definition of layer_state_t is:
since it relies on it being 32bits and references in 8 chunks of 4. Possibly document what action.layer_bitop does, seeing as there are 6 parts to it? |
THanks. Yea, that code shifts 4-bit nibble('bits') into plate that 'part' indicates.
|
Yup. I'll do changing NUM_LAYERS as a different request since this request stands fine on its own. |
This allows easy further modifications in future such as changing typedef based on number of layers.