80b6695ffa
* feat: added ik75 still error - quantum/vial_ensure_keycode.h:164:1: error: static assertion failed: "" _Static_assert(KC_LSPO == 0x5CD7, ""); * fix: add via settings * fix: disable unused matrix for firmware size - remove matrix that causes error * feat: use home as default layout * fix: rotary click is K4F should be 4,15 not 0,14 * refactor: disable some matrix to free some bytes
9 lines
219 B
C
9 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x61, 0xF2, 0x04, 0xFA, 0xB8, 0xB2, 0x32, 0x42}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 1, 2 }
|