Add Vial keymap for converter/adb_usb (#317)

* adb_usb_vial

* enable vial security features

* revert changes to info.json

* move matrix_is_on method
This commit is contained in:
ryanlau 2023-01-07 17:59:56 -05:00 committed by GitHub
parent e0af24a398
commit 2c117fc733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0xB5, 0xF2, 0x94, 0x09, 0x83, 0x76, 0x8D, 0x53}
#define VIAL_UNLOCK_COMBO_ROWS { 6, 4 }
#define VIAL_UNLOCK_COMBO_COLS { 5, 4 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 2

View File

@ -0,0 +1,19 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_ext_ansi(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR,KC_SLCK,KC_PAUS, KC_EJCT,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP, KC_NLCK, KC_EQL, KC_PSLS, KC_PAST,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PMNS,
KC_LCAP, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_P1, KC_P2, KC_P3,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT
),
};
/* whether a switch is on */
bool matrix_is_on(uint8_t row, uint8_t col)
{
return (matrix_get_row(row) & (1<<col));
}

View File

@ -0,0 +1,7 @@
VIA_ENABLE = yes
VIAL_ENABLE = yes
# reduce firmware size
LTO_ENABLE = yes
QMK_SETTINGS = no
KEY_OVERRIDE_ENABLE = no

View File

@ -0,0 +1,159 @@
{
"lighting": "none",
"matrix": {
"rows": 16,
"cols": 8
},
"layouts": {
"keymap":
[
[
{
"x": 5,
"w": 2
},
"15,7"
],
[
{
"y": 0.25
},
"6,5",
"2,2",
"2,3",
"2,4",
"2,5",
"2,7",
"2,6",
"3,2",
"3,4",
"3,1",
"3,5",
"3,3",
"3,0",
{
"w": 1.5
},
"6,3",
{
"x": 1
},
"8,7",
"10,1",
"9,3",
"8,3"
],
[
{
"w": 1.5
},
"6,0",
"1,4",
"1,5",
"1,6",
"1,7",
"2,1",
"2,0",
"4,0",
"4,2",
"3,7",
"4,3",
"4,1",
"3,6",
{
"x": 2
},
"11,1",
"11,3",
"11,4",
"8,5"
],
[
{
"w": 1.75
},
"6,6",
"0,0",
"0,1",
"0,2",
"0,3",
"0,5",
"0,4",
"4,6",
"5,0",
"4,5",
"5,1",
"4,7",
{
"w": 1.75,
"w2": 1,
"h2": 2,
"x2": 0.75,
"y2": -1
},
"4,4",
{
"x": 1
},
"10,6",
"10,7",
"11,0",
"9,6"
],
[
{
"w": 2.25
},
"7,0",
"0,6",
"0,7",
"1,0",
"1,1",
"1,3",
"5,5",
"5,6",
"5,3",
"5,7",
"5,4",
{
"w": 2.25
},
"15,3",
{
"x": 1
},
"10,3",
"10,4",
"10,5",
{
"h": 2
},
"9,4"
],
[
"7,1",
"7,2",
{
"w": 1.75
},
"6,7",
"6,2",
{
"w": 4.75
},
"6,1",
"5,2",
"7,3",
"7,4",
"7,5",
"7,6",
{
"x": 1,
"w": 2
},
"10,2",
"8,1"
]
]
}
}