VIA Protocol 12 + fixes (#19916)

Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
Nick Brassel 2023-02-23 09:19:00 +11:00 committed by GitHub
parent 95c2b25b62
commit 2fd4fddf1b
61 changed files with 137 additions and 140 deletions

View file

@ -26,6 +26,11 @@ typedef union {
user_config_t user_config;
enum custom_keycodes {
USER00 = QK_KB_0,
USER01
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(

View file

@ -27,6 +27,11 @@ typedef union {
user_config_t user_config;
enum custom_keycodes {
USER00 = QK_KB_0,
USER01
};
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {