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

@ -56,10 +56,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_CAPS_LOCK_PIN B5
#define LED_PIN_ON_STATE 0
/* Vial setup */
#ifdef VIAL_ENABLE
#define VIAL_KEYBOARD_UID {0xB2, 0x57, 0x48, 0xED, 0x67, 0x80, 0x12, 0x18}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
#endif

View file

@ -19,3 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* this is for rgb underglow capslock indicator */
#define RGBLIGHT_LAYERS
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
/* Vial setup */
#define VIAL_KEYBOARD_UID {0xB2, 0x57, 0x48, 0xED, 0x67, 0x80, 0x12, 0x18}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }

View file

@ -19,3 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* this is for rgb underglow capslock indicator */
#define RGBLIGHT_LAYERS
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
/* Vial setup */
#define VIAL_KEYBOARD_UID {0xB2, 0x57, 0x48, 0xED, 0x67, 0x80, 0x12, 0x18}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }