b291cd2586
* Add Koolertron AMAG09 9 key macropad * Fix default keymap for koolertron/amag09 * Move as much as possible from C into info.json, fix layout name, and remove unnecessary LOCKING_ flags
10 lines
197 B
C
10 lines
197 B
C
/* Vial configuration */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x1C, 0xA6, 0x8B, 0xCD, 0xCB, 0x42, 0x5C, 0x6F}
|
|
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 2, 0 }
|