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 403b0addea
commit 7f805cc779
135 changed files with 761 additions and 572 deletions

View File

@@ -15,7 +15,7 @@
#include QMK_KEYBOARD_H
enum my_keycodes {
RMT = USER00,
RMT = QK_KB_0,
RMS,
RMIH,
RMDH,

View File

@@ -15,8 +15,8 @@
*/
#include QMK_KEYBOARD_H
#define LOWER FN_MO13
#define RAISE FN_MO23
#define LOWER TL_LOWR
#define RAISE TL_UPPR
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Qwerty

View File

@@ -26,8 +26,8 @@ enum layers {
};
#define FN MO(_FN)
#define LOWER FN_MO13
#define RAISE FN_MO23
#define LOWER TL_LOWR
#define RAISE TL_UPPR
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {