mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
Delete keyboards/atset/at2/keymaps/default/via directory
This commit is contained in:
parent
d2c7446ec6
commit
bbcba5861b
@ -1,6 +0,0 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
/* Because we use vibl, this has to be defined here instead of under keymaps/vial/config.h */
|
|
||||||
#define VIAL_KEYBOARD_UID {0x88, 0x38, 0x5C, 0x6F, 0xEA, 0xED, 0x55, 0xC2}
|
|
@ -1,30 +0,0 @@
|
|||||||
#include QMK_KEYBOARD_H
|
|
||||||
enum {
|
|
||||||
_L0,
|
|
||||||
_L1,
|
|
||||||
_L2,
|
|
||||||
_L3
|
|
||||||
} keyboard_layers;
|
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
||||||
|
|
||||||
[ _L0] = LAYOUT_ortho_3x3(
|
|
||||||
|
|
||||||
KC_7, KC_8
|
|
||||||
),
|
|
||||||
|
|
||||||
[ _L1] = LAYOUT_ortho_3x3(
|
|
||||||
|
|
||||||
KC_NO, KC_NO
|
|
||||||
),
|
|
||||||
|
|
||||||
[_L2] = LAYOUT_ortho_3x3(
|
|
||||||
|
|
||||||
KC_NO, KC_NO
|
|
||||||
),
|
|
||||||
|
|
||||||
[_L3] = LAYOUT_ortho_3x3(
|
|
||||||
|
|
||||||
KC_NO, KC_NO
|
|
||||||
)
|
|
||||||
};
|
|
@ -1,3 +0,0 @@
|
|||||||
VIA_ENABLE = yes
|
|
||||||
VIAL_ENABLE = yes
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Atset AT2",
|
|
||||||
"vendorId": "0x4141",
|
|
||||||
"productId": "0x6174",
|
|
||||||
"matrix": {
|
|
||||||
"rows": 1,
|
|
||||||
"cols": 2
|
|
||||||
},
|
|
||||||
|
|
||||||
"layouts": {
|
|
||||||
"keymap": [
|
|
||||||
["1\n\n\n\n\n\nA","2\n\n\n\n\n\nS"]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user