Add Vial keymap for Drop TheKey v2 (#662)
Add Vial keymap for Drop TheKey v2 (no lighting).
This commit is contained in:
parent
ac3f6d5eee
commit
0ae9fc6152
11
keyboards/drop/thekey/v2/keymaps/vial/config.h
Normal file
11
keyboards/drop/thekey/v2/keymaps/vial/config.h
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright 2023 Oleg Titov <oleg.titov@gmail.com>
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
// Unique keyboard id
|
||||
#define VIAL_KEYBOARD_UID {0x08, 0x3B, 0x57, 0xCA, 0xC1, 0xE4, 0x65, 0xB4}
|
||||
|
||||
// Unlock with left + right keys
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 2 }
|
7
keyboards/drop/thekey/v2/keymaps/vial/keymap.c
Normal file
7
keyboards/drop/thekey/v2/keymaps/vial/keymap.c
Normal file
@ -0,0 +1,7 @@
|
||||
// Copyright 2023 Massdrop, Inc.
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(KC_LCTL, KC_C, KC_V)
|
||||
};
|
4
keyboards/drop/thekey/v2/keymaps/vial/rules.mk
Normal file
4
keyboards/drop/thekey/v2/keymaps/vial/rules.mk
Normal file
@ -0,0 +1,4 @@
|
||||
VIA_ENABLE = yes # Enable VIA
|
||||
VIAL_ENABLE = yes # Enable VIAL
|
||||
LTO_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = no
|
13
keyboards/drop/thekey/v2/keymaps/vial/vial.json
Normal file
13
keyboards/drop/thekey/v2/keymaps/vial/vial.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"lighting": "none",
|
||||
"matrix": { "rows": 1, "cols": 3 },
|
||||
"layouts": {
|
||||
"keymap":[
|
||||
[
|
||||
"0,0",
|
||||
"0,1",
|
||||
"0,2"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user