qmk-keychron-q3-colemak-dh/keyboards/flehrad/bigswitch/keymaps/vial/config.h
Ed Griebel ac3f6d5eee
flehrad/bigswitch: adding Vial port, expand flash documentation (#649)
* blehrad/bigswitch: adding Vial port, expand flash docu

* flehrad/bigswitch: default to SECURE mode

* typo

* Apply suggestions from code review

single key as an unlock combo

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* remove redundant setup info

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2024-01-28 19:36:21 -06:00

12 lines
298 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0x6D, 0x2C, 0x7B, 0xB2, 0xEA, 0xD4, 0xCB, 0x5A}
/* no sense having layers with a single key */
#define DYNAMIC_KEYMAP_LAYER_COUNT 1
#define VIAL_UNLOCK_COMBO_ROWS { 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0 }