!> If you return `true`, this will allow the keyboard level code to run, as well. Returning `false` will override the keyboard level code. Depending on how the keyboard level function is set up.
## Hardware
## Hardware
The A an B lines of the encoders should be wired directly to the MCU, and the C/common lines should be wired to ground.
The A an B lines of the encoders should be wired directly to the MCU, and the C/common lines should be wired to ground.
if(matrix_is_on(6,10)){/* Use the knob to change layers when holding down Menu key. Unfortunately using layers to initiate this behavior is not possible. */
if(matrix_is_on(6,10)){/* Use the knob to change layers when holding down Menu key. Unfortunately using layers to initiate this behavior is not possible. */