Sync keyboards with qmk, switch via->vial keymap where applicable

This commit is contained in:
Ilya Zhuravlev 2021-12-11 22:05:45 -05:00
parent 2fc27b48b6
commit 88bf44797d
122 changed files with 977 additions and 1038 deletions

View file

@ -60,8 +60,3 @@
#define NO_ACTION_FUNCTION
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
/* Vial settings */
#define VIAL_KEYBOARD_UID { 0x03, 0xB7, 0xC6, 0x97, 0x0B, 0xB1, 0x6B, 0x19 }
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 15 }

View file

@ -0,0 +1,7 @@
#pragma once
/* Vial settings */
#define VIAL_KEYBOARD_UID { 0x03, 0xB7, 0xC6, 0x97, 0x0B, 0xB1, 0x6B, 0x19 }
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 15 }