add mellow keyboard

This commit is contained in:
dztech 2024-08-24 07:43:18 +08:00
parent 46bac5fbd3
commit 37e64a1bad
10 changed files with 9 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{ {
"manufacturer": "dztech", "manufacturer": "dztech",
"keyboard_name": "neu", "keyboard_name": "mellow",
"maintainer": "moyi4681", "maintainer": "moyi4681",
"bootloader": "rp2040", "bootloader": "rp2040",
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
@ -11,6 +11,9 @@
"extrakey": true, "extrakey": true,
"mousekey": true, "mousekey": true,
"nkro": true "nkro": true
},
"indicators": {
"caps_lock": "GP25"
}, },
"matrix_pins": { "matrix_pins": {
"cols": ["GP29", "GP28", "GP27", "GP26", "GP0", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5"], "cols": ["GP29", "GP28", "GP27", "GP26", "GP0", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5"],
@ -22,6 +25,11 @@
"pid": "0x0007", "pid": "0x0007",
"vid": "0x445A" "vid": "0x445A"
}, },
"community_layouts": [
"60_ansi",
"60_hhkb",
"60_iso"
],
"layouts": { "layouts": {
"LAYOUT_60_ansi": { "LAYOUT_60_ansi": {
"layout": [ "layout": [

View File

@ -1,20 +0,0 @@
// Copyright 2023 dztech (@moyi4681)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/
/* disable debug print */
//#define NO_DEBUG
/* disable print */
//#define NO_PRINT
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT

View File

@ -1 +0,0 @@
# This file intentionally left blank