Files
cheapino_qmk_firmware/keyboards/ymdk/sp64/keymaps/vial/config.h
Will Fuller 2c19604a9c Port YMDK SP64 (#990)
* Add matrix_is_on function, to fix 'undefined reference' build error

* Add Vial keymap
2026-02-22 01:16:56 -06:00

10 lines
257 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0xF7, 0x20, 0x5E, 0xE3, 0x8E, 0x8D, 0x0F, 0xC9}
#define VIAL_UNLOCK_COMBO_ROWS { 5, 4 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 4