keyboards: wuque: tata80: copy configs from qmk (#464)
Copy the keyboard entry for the tata80 from the tip of qmk/master:
a4771e4fe4
This only adds support for the wk version as that's all I can test right
now. Also add a vial keymap.
Signed-off-by: StaticRocket <35777938+StaticRocket@users.noreply.github.com>
This commit is contained in:
parent
6ed58d55b2
commit
facabd2138
31
keyboards/wuque/tata80/wk/config.h
Normal file
31
keyboards/wuque/tata80/wk/config.h
Normal file
@ -0,0 +1,31 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6, F7 }
|
||||
#define MATRIX_COL_PINS { C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D1, D0, B7, B3, B2, B1, B0 }
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define FORCE_NKRO
|
115
keyboards/wuque/tata80/wk/info.json
Normal file
115
keyboards/wuque/tata80/wk/info.json
Normal file
@ -0,0 +1,115 @@
|
||||
{
|
||||
"keyboard_name": "Tata80_wk",
|
||||
"manufacturer": "wuque studio",
|
||||
"url": "https://shop.wuquestudio.com/products/tata80-keyboard-kit",
|
||||
"maintainer": "Koichi Katano",
|
||||
"usb": {
|
||||
"vid": "0x2365",
|
||||
"pid": "0x0168",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"indicators": {
|
||||
"caps_lock": "E6"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "label": "Esc", "x": 0, "y": 0 },
|
||||
{ "label": "F1", "x": 1.25, "y": 0 },
|
||||
{ "label": "F2", "x": 2.25, "y": 0 },
|
||||
{ "label": "F3", "x": 3.25, "y": 0 },
|
||||
{ "label": "F4", "x": 4.25, "y": 0 },
|
||||
{ "label": "F5", "x": 5.5, "y": 0 },
|
||||
{ "label": "F6", "x": 6.5, "y": 0 },
|
||||
{ "label": "F7", "x": 7.5, "y": 0 },
|
||||
{ "label": "F8", "x": 8.5, "y": 0 },
|
||||
{ "label": "F9", "x": 9.75, "y": 0 },
|
||||
{ "label": "F10", "x": 10.75, "y": 0 },
|
||||
{ "label": "F11", "x": 11.75, "y": 0 },
|
||||
{ "label": "F12", "x": 12.75, "y": 0 },
|
||||
{ "label": "F13", "x": 14, "y": 0 },
|
||||
{ "label": "Print", "x": 15.25, "y": 0 },
|
||||
{ "label": "Scroll", "x": 16.25, "y": 0 },
|
||||
{ "label": "Pause", "x": 17.25, "y": 0 },
|
||||
|
||||
{ "label": "~", "x": 0, "y": 1.25 },
|
||||
{ "label": "1", "x": 1, "y": 1.25 },
|
||||
{ "label": "2", "x": 2, "y": 1.25 },
|
||||
{ "label": "3", "x": 3, "y": 1.25 },
|
||||
{ "label": "4", "x": 4, "y": 1.25 },
|
||||
{ "label": "5", "x": 5, "y": 1.25 },
|
||||
{ "label": "6", "x": 6, "y": 1.25 },
|
||||
{ "label": "7", "x": 7, "y": 1.25 },
|
||||
{ "label": "8", "x": 8, "y": 1.25 },
|
||||
{ "label": "9", "x": 9, "y": 1.25 },
|
||||
{ "label": "0", "x": 10, "y": 1.25 },
|
||||
{ "label": "-", "x": 11, "y": 1.25 },
|
||||
{ "label": "=", "x": 12, "y": 1.25 },
|
||||
{ "label": "Backspace", "x": 13, "y": 1.25, "w": 2 },
|
||||
{ "label": "Insert", "x": 15.25, "y": 1.25 },
|
||||
{ "label": "Home", "x": 16.25, "y": 1.25 },
|
||||
{ "label": "PageUp", "x": 17.25, "y": 1.25 },
|
||||
|
||||
{ "label": "Tab", "x": 0, "y": 2.25, "w": 1.5 },
|
||||
{ "label": "Q", "x": 1.5, "y": 2.25 },
|
||||
{ "label": "W", "x": 2.5, "y": 2.25 },
|
||||
{ "label": "E", "x": 3.5, "y": 2.25 },
|
||||
{ "label": "R", "x": 4.5, "y": 2.25 },
|
||||
{ "label": "T", "x": 5.5, "y": 2.25 },
|
||||
{ "label": "Y", "x": 6.5, "y": 2.25 },
|
||||
{ "label": "U", "x": 7.5, "y": 2.25 },
|
||||
{ "label": "I", "x": 8.5, "y": 2.25 },
|
||||
{ "label": "O", "x": 9.5, "y": 2.25 },
|
||||
{ "label": "P", "x": 10.5, "y": 2.25 },
|
||||
{ "label": "[", "x": 11.5, "y": 2.25 },
|
||||
{ "label": "]", "x": 12.5, "y": 2.25 },
|
||||
{ "label": "\\", "x": 13.5, "y": 2.25, "w": 1.5 },
|
||||
{ "label": "Delete", "x": 15.25, "y": 2.25 },
|
||||
{ "label": "End", "x": 16.25, "y": 2.25 },
|
||||
{ "label": "PageDown", "x": 17.25, "y": 2.25 },
|
||||
|
||||
{ "label": "Caps Lock", "x": 0, "y": 3.25, "w": 1.75 },
|
||||
{ "label": "A", "x": 1.75, "y": 3.25 },
|
||||
{ "label": "S", "x": 2.75, "y": 3.25 },
|
||||
{ "label": "D", "x": 3.75, "y": 3.25 },
|
||||
{ "label": "F", "x": 4.75, "y": 3.25 },
|
||||
{ "label": "G", "x": 5.75, "y": 3.25 },
|
||||
{ "label": "H", "x": 6.75, "y": 3.25 },
|
||||
{ "label": "J", "x": 7.75, "y": 3.25 },
|
||||
{ "label": "K", "x": 8.75, "y": 3.25 },
|
||||
{ "label": "L", "x": 9.75, "y": 3.25 },
|
||||
{ "label": ";", "x": 10.75, "y": 3.25 },
|
||||
{ "label": "'", "x": 11.75, "y": 3.25 },
|
||||
{ "label": "Enter", "x": 12.75, "y": 3.25, "w": 2.25 },
|
||||
|
||||
{ "label": "Shift", "x": 0, "y": 4.25, "w": 2.25 },
|
||||
{ "label": "Z", "x": 2.25, "y": 4.25 },
|
||||
{ "label": "X", "x": 3.25, "y": 4.25 },
|
||||
{ "label": "C", "x": 4.25, "y": 4.25 },
|
||||
{ "label": "V", "x": 5.25, "y": 4.25 },
|
||||
{ "label": "B", "x": 6.25, "y": 4.25 },
|
||||
{ "label": "N", "x": 7.25, "y": 4.25 },
|
||||
{ "label": "M", "x": 8.25, "y": 4.25 },
|
||||
{ "label": ",", "x": 9.25, "y": 4.25 },
|
||||
{ "label": ".", "x": 10.25, "y": 4.25 },
|
||||
{ "label": "/", "x": 11.25, "y": 4.25 },
|
||||
{ "label": "Shift", "x": 12.25, "y": 4.25, "w": 2.75 },
|
||||
{ "label": "\u2191", "x": 16.25, "y": 4.25 },
|
||||
|
||||
{ "label": "Ctrl", "x": 0, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Win", "x": 1.25, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Alt", "x": 2.5, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Space", "x": 3.75, "y": 5.25, "w": 6.25 },
|
||||
{ "label": "Alt", "x": 10, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Fn", "x": 11.25, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Win", "x": 12.5, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "Ctrl", "x": 13.75, "y": 5.25, "w": 1.25 },
|
||||
{ "label": "\u2190", "x": 15.25, "y": 5.25 },
|
||||
{ "label": "\u2193", "x": 16.25, "y": 5.25 },
|
||||
{ "label": "\u2192", "x": 17.25, "y": 5.25 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
36
keyboards/wuque/tata80/wk/keymaps/default/keymap.c
Normal file
36
keyboards/wuque/tata80/wk/keymaps/default/keymap.c
Normal file
@ -0,0 +1,36 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
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_F13, KC_PSCR, KC_SCRL, KC_PAUS,
|
||||
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_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_CAPS, 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_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_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
_______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
)
|
||||
};
|
51
keyboards/wuque/tata80/wk/keymaps/via/keymap.c
Normal file
51
keyboards/wuque/tata80/wk/keymaps/via/keymap.c
Normal file
@ -0,0 +1,51 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
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_F13, KC_PSCR, KC_SCRL, KC_PAUS,
|
||||
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_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_CAPS, 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_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_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
_______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
),
|
||||
[3] = LAYOUT(
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
)
|
||||
};
|
2
keyboards/wuque/tata80/wk/keymaps/via/rules.mk
Normal file
2
keyboards/wuque/tata80/wk/keymaps/via/rules.mk
Normal file
@ -0,0 +1,2 @@
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
12
keyboards/wuque/tata80/wk/keymaps/vial/config.h
Normal file
12
keyboards/wuque/tata80/wk/keymaps/vial/config.h
Normal file
@ -0,0 +1,12 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x6F, 0x39, 0x42, 0x3A, 0x41, 0x83, 0xFD, 0x60}
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
||||
#define VIAL_TAP_DANCE_ENTRIES 4
|
||||
#define VIAL_COMBO_ENTRIES 4
|
||||
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
|
36
keyboards/wuque/tata80/wk/keymaps/vial/keymap.c
Normal file
36
keyboards/wuque/tata80/wk/keymaps/vial/keymap.c
Normal file
@ -0,0 +1,36 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
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_F13, KC_PSCR, KC_SCRL, KC_PAUS,
|
||||
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_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_CAPS, 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_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_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
_______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
)
|
||||
};
|
3
keyboards/wuque/tata80/wk/keymaps/vial/rules.mk
Normal file
3
keyboards/wuque/tata80/wk/keymaps/vial/rules.mk
Normal file
@ -0,0 +1,3 @@
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
186
keyboards/wuque/tata80/wk/keymaps/vial/vial.json
Normal file
186
keyboards/wuque/tata80/wk/keymaps/vial/vial.json
Normal file
@ -0,0 +1,186 @@
|
||||
{
|
||||
"name": "Tata80",
|
||||
"vendorId": "0x2365",
|
||||
"productId": "0x0168",
|
||||
"lighting": "none",
|
||||
"matrix": {"rows": 6, "cols": 17},
|
||||
"layouts": {
|
||||
"keymap": [
|
||||
[
|
||||
"0,0",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,1",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11",
|
||||
"0,12",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,13",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"0,14",
|
||||
"0,15",
|
||||
"0,16"
|
||||
],
|
||||
[
|
||||
{
|
||||
"y": 0.25
|
||||
},
|
||||
"1,0",
|
||||
"1,1",
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10",
|
||||
"1,11",
|
||||
"1,12",
|
||||
{
|
||||
"w": 2
|
||||
},
|
||||
"1,13",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"1,14",
|
||||
"1,15",
|
||||
"1,16"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"2,0",
|
||||
"2,1",
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10",
|
||||
"2,11",
|
||||
"2,12",
|
||||
{
|
||||
"w": 1.5
|
||||
},
|
||||
"2,13",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"2,14",
|
||||
"2,15",
|
||||
"2,16"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 1.72
|
||||
},
|
||||
"3,0",
|
||||
"3,1",
|
||||
"3,2",
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6",
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10",
|
||||
"3,11",
|
||||
{
|
||||
"w": 2.25
|
||||
},
|
||||
"3,13"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 2.25
|
||||
},
|
||||
"4,0",
|
||||
"4,2",
|
||||
"4,3",
|
||||
"4,4",
|
||||
"4,5",
|
||||
"4,6",
|
||||
"4,7",
|
||||
"4,8",
|
||||
"4,9",
|
||||
"4,10",
|
||||
"4,11",
|
||||
{
|
||||
"w": 2.75
|
||||
},
|
||||
"4,13",
|
||||
{
|
||||
"x": 1.25
|
||||
},
|
||||
"4,15"
|
||||
],
|
||||
[
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,0",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,1",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,2",
|
||||
{
|
||||
"w": 6.25
|
||||
},
|
||||
"5,6",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,9",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,10",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,11",
|
||||
{
|
||||
"w": 1.25
|
||||
},
|
||||
"5,13",
|
||||
{
|
||||
"x": 0.25
|
||||
},
|
||||
"5,14",
|
||||
"5,15",
|
||||
"5,16"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
19
keyboards/wuque/tata80/wk/readme.md
Normal file
19
keyboards/wuque/tata80/wk/readme.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Tata80
|
||||
|
||||
Support Atmega32u4 keyboard, with a specific configuration
|
||||
|
||||
* Keyboard Maintainer: [zoumeiguang2000](https://github.com/zoumeiguang2000)
|
||||
* Hardware Supported: Atmega32u4
|
||||
|
||||
## Bootloader
|
||||
|
||||
* **Physical reset button**: Short press the button on the back of the PCB to enter the Bootloader and flash the firmware
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make wuque/tata80/wk:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make wuque/tata80/wk:default:flash
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
13
keyboards/wuque/tata80/wk/rules.mk
Normal file
13
keyboards/wuque/tata80/wk/rules.mk
Normal file
@ -0,0 +1,13 @@
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
16
keyboards/wuque/tata80/wk/wk.c
Normal file
16
keyboards/wuque/tata80/wk/wk.c
Normal file
@ -0,0 +1,16 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "wk.h"
|
44
keyboards/wuque/tata80/wk/wk.h
Normal file
44
keyboards/wuque/tata80/wk/wk.h
Normal file
@ -0,0 +1,44 @@
|
||||
/* Copyright 2022 wuque
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
/* This is a shortcut to help you visually see your layout.
|
||||
*
|
||||
* The first section contains all of the arguments representing the physical
|
||||
* layout of the board and position of the keys.
|
||||
*
|
||||
* The second converts the arguments into a two-dimensional array which
|
||||
* represents the switch matrix.
|
||||
*/
|
||||
#define LAYOUT( \
|
||||
k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, k013, k014, k015, k016, \
|
||||
k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k114, k115, k116, \
|
||||
k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, k214, k215, k216, \
|
||||
k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k313, \
|
||||
k400, k402, k403, k404, k405, k406, k407, k408, k409, k410, k411, k413, k415, \
|
||||
k500, k501, k502, k506, k509, k510, k511, k513, k514, k515, k516 \
|
||||
) \
|
||||
{ \
|
||||
{ k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, k013, k014, k015, k016 }, \
|
||||
{ k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k114, k115, k116 }, \
|
||||
{ k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, k214, k215, k216 }, \
|
||||
{ k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, KC_NO, k313, KC_NO, KC_NO, KC_NO }, \
|
||||
{ k400, KC_NO, k402, k403, k404, k405, k406, k407, k408, k409, k410, k411, KC_NO, k413, KC_NO, k415, KC_NO }, \
|
||||
{ k500, k501, k502, KC_NO, KC_NO, KC_NO, k506, KC_NO, KC_NO, k509, k510, k511, KC_NO, k513, k514, k515, k516 } \
|
||||
}
|
Loading…
Reference in New Issue
Block a user