qmk-keychron-q3-colemak-dh/keyboards/feker/ik75/keymaps/vial/config.h
Dicko 80b6695ffa
[Keyboard] Support for Feker ik75 (#271)
* 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
2022-10-29 10:58:38 -06:00

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 }