Sync keyboards with qmk, switch via->vial keymap where applicable
This commit is contained in:
parent
2fc27b48b6
commit
88bf44797d
122 changed files with 977 additions and 1038 deletions
|
|
@ -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 }
|
||||
7
keyboards/ilumkb/primus75/keymaps/vial/config.h
Normal file
7
keyboards/ilumkb/primus75/keymaps/vial/config.h
Normal 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 }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue