* lbs 4 initial * LBS 4 Completed firmware * LBS 6 Completed Firmware * Cleanup LBS4 * Cleanup LBS6 * fixed keymap * Update readme.md * LBS 6 modified to info.json * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Added default QMK keymaps
9 lines
265 B
C
9 lines
265 B
C
// Copyright 2022 Markus Knutsson (@TweetyDaBird)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x74, 0x05, 0x9C, 0x91, 0xD1, 0x15, 0xB2, 0x59}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 1, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 2 } |