qmk-keychron-q3-colemak-dh/keyboards/hhkb/yang/keymaps/vial/config.h
Alberto f598a92355
Add vial keymap to HHKB Yang (#216)
* feat: added vial keymap to hhkb/yang

* fix: removed bad modifier
2022-08-02 03:56:01 -06:00

14 lines
449 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0xD5, 0x89, 0xA1, 0x76, 0x9E, 0xCE, 0xC0, 0x58}
#define VIAL_UNLOCK_COMBO_ROWS { 3, 5 }
#define VIAL_UNLOCK_COMBO_COLS { 1, 3 }
// Reduce firmware size by decreasing number of functions
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
#define DYNAMIC_KEYMAP_MACRO_COUNT 16
#define VIAL_COMBO_ENTRIES 4
#define VIAL_KEY_OVERRIDE_ENTRIES 4
#define VIAL_TAP_DANCE_ENTRIES 4