* Add keyboard: hillside/48 and hillside/46 * Delete keyboards/hillside/46/keymaps/vial/readme.md * Delete keyboards/hillside/48/keymaps/vial/readme.md * Apply suggestions from code review Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> --------- Co-authored-by: Nureev Insaf <nureev.i@selectel.org> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
14 lines
522 B
C
14 lines
522 B
C
// Copyright 2022 Michael McCoyd (@mmccoyd)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Some boards have issues detecting handedness using the vbus voltage.
|
|
// Such as Elite-C v3, but not v3.1 on. Also apparently some ProMicro boards.
|
|
// For those boands, use usb detection instead.
|
|
// #define SPLIT_USB_DETECT
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
|
#define VIAL_KEYBOARD_UID {0x8A, 0x71, 0x42, 0xA2, 0xF0, 0x99, 0xA5, 0x24}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|