···14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
0000001718const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 [0] = LAYOUT_all( /* Base */
···14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
0000001718const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19 [0] = LAYOUT_all( /* Base */
···82 unregister_code16(KC_MS_BTN3);
83 }
84 /*
85- * Encoder sets ALL values when center is pressed so bail out at this point\
86 * to avoid the rest of the encoder buttons registering events
87 */
88 return;
···82 unregister_code16(KC_MS_BTN3);
83 }
84 /*
85+ * Encoder sets ALL values when center is pressed so bail out at this point
86 * to avoid the rest of the encoder buttons registering events
87 */
88 return;