Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C // "ML"
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Team.Mechlovin
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Adelais",
|
||||
"manufacturer": "Team.Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_all": "LAYOUT_alice_split_bs"
|
||||
},
|
||||
|
@@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAEC1
|
||||
#define PRODUCT Adelais En Ciel
|
||||
|
||||
#define MATRIX_ROW_PINS { B1, A0, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B8, B4, B5, B3, C14, A15 }
|
||||
|
||||
|
6
keyboards/mechlovin/adelais/rgb_led/rev1/info.json
Normal file
6
keyboards/mechlovin/adelais/rgb_led/rev1/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais En Ciel",
|
||||
"usb": {
|
||||
"pid": "0xAEC1"
|
||||
}
|
||||
}
|
@@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAEC2
|
||||
#define PRODUCT Adelais En Ciel Rev2
|
||||
|
||||
#define MATRIX_ROW_PINS { B1, A0, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B8, B4, B5, B3, C14, A7 }
|
||||
|
||||
|
6
keyboards/mechlovin/adelais/rgb_led/rev2/info.json
Normal file
6
keyboards/mechlovin/adelais/rgb_led/rev2/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais En Ciel Rev2",
|
||||
"usb": {
|
||||
"pid": "0xAEC2"
|
||||
}
|
||||
}
|
@@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAEC3
|
||||
#define PRODUCT Adelais En Ciel Rev3
|
||||
|
||||
#define MATRIX_ROW_PINS { A4, A3, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { B10, B11, B2, B1, B0, A6, A5, A10, A9, A15, B3, B4, B5, B8, B9 }
|
||||
|
||||
|
6
keyboards/mechlovin/adelais/rgb_led/rev3/info.json
Normal file
6
keyboards/mechlovin/adelais/rgb_led/rev3/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais En Ciel Rev3",
|
||||
"usb": {
|
||||
"pid": "0xAEC3"
|
||||
}
|
||||
}
|
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT Adelais
|
||||
|
||||
#define MATRIX_ROW_PINS { B1, A0, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B8, B4, B5, B3, C14, A15 }
|
||||
|
||||
|
3
keyboards/mechlovin/adelais/standard_led/arm/info.json
Normal file
3
keyboards/mechlovin/adelais/standard_led/arm/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"keyboard_name": "Adelais"
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD01
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD01"
|
||||
}
|
||||
}
|
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD02
|
||||
|
||||
#define ENCODERS_PAD_A { A6, A4, B7 }
|
||||
#define ENCODERS_PAD_B { A5, A3, B6 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD02"
|
||||
}
|
||||
}
|
@@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD03
|
||||
|
||||
#define ENCODERS_PAD_A { A6, A4, B7 }
|
||||
#define ENCODERS_PAD_B { A5, A3, B6 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD03"
|
||||
}
|
||||
}
|
@@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD04
|
||||
#define PRODUCT Adelais AVR
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais AVR",
|
||||
"usb": {
|
||||
"pid": "0xAD04"
|
||||
}
|
||||
}
|
@@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define MANUFACTURER Mechlovin
|
||||
#define PRODUCT Mechlovin Delphine
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 4
|
||||
|
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Delphine",
|
||||
"manufacturer": "Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_6x4": {
|
||||
"layout": [
|
||||
|
@@ -1,10 +1,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xDEF1
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#define BACKLIGHT_PIN B6
|
||||
// #define BACKLIGHT_BREATHING
|
||||
|
6
keyboards/mechlovin/delphine/mono_led/info.json
Normal file
6
keyboards/mechlovin/delphine/mono_led/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xDEF1",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xDEF2
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGB_DI_PIN E2
|
||||
#define RGBLED_NUM 13
|
||||
|
6
keyboards/mechlovin/delphine/rgb_led/info.json
Normal file
6
keyboards/mechlovin/delphine/rgb_led/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xDEF2",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define PRODUCT_ID 0x0180
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Mechlovin Studio
|
||||
#define PRODUCT Foundation FRL
|
||||
|
||||
#define MATRIX_ROW_PINS { B12, B13, B14, A8, A2 }
|
||||
#define MATRIX_COL_PINS { B11, B10, B2, B1, B0, A7, A6, A5, A4, A3, A15, B9, B8, B7, B6, B5, B4, B3}
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Foundation",
|
||||
"keyboard_name": "Foundation FRL",
|
||||
"manufacturer": "Mechlovin Studio",
|
||||
"url": "",
|
||||
"maintainer": "Protozoa",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x0180",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [{"label":"0,0", "x":0.5, "y":0}, {"label":"0,1", "x":2.25, "y":0}, {"label":"0,2", "x":3.25, "y":0}, {"label":"0,3", "x":4.25, "y":0}, {"label":"0,4", "x":5.25, "y":0}, {"label":"0,5", "x":6.25, "y":0}, {"label":"0,6", "x":7.25, "y":0}, {"label":"0,7", "x":8.25, "y":0}, {"label":"0,8", "x":9.25, "y":0}, {"label":"0,9", "x":10.25, "y":0}, {"label":"0,10", "x":11.25, "y":0}, {"label":"0,11", "x":12.25, "y":0}, {"label":"0,12", "x":13.25, "y":0}, {"label":"0,13", "x":14.25, "y":0}, {"label":"0,14", "x":15.25, "y":0}, {"label":"2,15", "x":16.25, "y":0}, {"label":"0,15", "x":17.5, "y":0}, {"label":"0,16", "x":18.5, "y":0}, {"label":"0,17", "x":19.5, "y":0}, {"label":"1,0", "x":0.5, "y":1}, {"label":"1,1", "x":2.25, "y":1, "w":1.5}, {"label":"1,2", "x":3.75, "y":1}, {"label":"1,3", "x":4.75, "y":1}, {"label":"1,4", "x":5.75, "y":1}, {"label":"1,5", "x":6.75, "y":1}, {"label":"1,6", "x":7.75, "y":1}, {"label":"1,7", "x":8.75, "y":1}, {"label":"1,8", "x":9.75, "y":1}, {"label":"1,9", "x":10.75, "y":1}, {"label":"1,10", "x":11.75, "y":1}, {"label":"1,11", "x":12.75, "y":1}, {"label":"1,12", "x":13.75, "y":1}, {"label":"1,13", "x":14.75, "y":1}, {"label":"1,14", "x":15.75, "y":1, "w":1.5}, {"label":"1,15", "x":17.5, "y":1}, {"label":"1,16", "x":18.5, "y":1}, {"label":"1,17", "x":19.5, "y":1}, {"label":"2,0", "x":0.5, "y":2}, {"label":"2,1", "x":2.25, "y":2, "w":1.75}, {"label":"2,2", "x":4, "y":2}, {"label":"2,3", "x":5, "y":2}, {"label":"2,4", "x":6, "y":2}, {"label":"2,5", "x":7, "y":2}, {"label":"2,6", "x":8, "y":2}, {"label":"2,7", "x":9, "y":2}, {"label":"2,8", "x":10, "y":2}, {"label":"2,9", "x":11, "y":2}, {"label":"2,10", "x":12, "y":2}, {"label":"2,11", "x":13, "y":2}, {"label":"2,12", "x":14, "y":2}, {"label":"2,13", "x":15, "y":2}, {"label":"2,14", "x":16, "y":2, "w":1.25}, {"label":"3,0", "x":0.5, "y":3}, {"label":"3,1", "x":2.25, "y":3, "w":1.25}, {"label":"3,2", "x":3.5, "y":3}, {"label":"3,3", "x":4.5, "y":3}, {"label":"3,4", "x":5.5, "y":3}, {"label":"3,5", "x":6.5, "y":3}, {"label":"3,6", "x":7.5, "y":3}, {"label":"3,7", "x":8.5, "y":3}, {"label":"3,8", "x":9.5, "y":3}, {"label":"3,9", "x":10.5, "y":3}, {"label":"3,10", "x":11.5, "y":3}, {"label":"3,11", "x":12.5, "y":3}, {"label":"3,12", "x":13.5, "y":3}, {"label":"3,13", "x":14.5, "y":3, "w":1.75}, {"label":"3,14", "x":16.25, "y":3}, {"label":"3,16", "x":18.5, "y":3}, {"label":"4,0", "x":0.5, "y":4}, {"label":"4,1", "x":2.25, "y":4, "w":1.25}, {"label":"4,2", "x":3.5, "y":4, "w":1.25}, {"label":"4,3", "x":4.75, "y":4, "w":1.25}, {"label":"4,7", "x":6, "y":4, "w":6.25}, {"label":"4,11", "x":12.25, "y":4, "w":1.25}, {"label":"4,12", "x":13.5, "y":4, "w":1.25}, {"label":"4,13", "x":14.75, "y":4, "w":1.25}, {"label":"4,14", "x":16, "y":4, "w":1.25}, {"label":"4,15", "x":17.5, "y":4}, {"label":"4,16", "x":18.5, "y":4}, {"label":"4,17", "x":19.5, "y":4}]
|
||||
|
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C // ML-Mechlovin
|
||||
#define MANUFACTURER Team.Mechlovin
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6001
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Hannah60 RGB
|
||||
|
||||
#define RGB_DI_PIN A15
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define DRIVER_LED_TOTAL 72
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "hannah60rgb rev1",
|
||||
"keyboard_name": "Hannah60 RGB",
|
||||
"manufacturer": "Team.Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x6001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6002
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Hannah60 RGB Rev.2
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGB_DI_PIN A15
|
||||
# define RGBLED_NUM 18
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "hannah60rgb rev2",
|
||||
"keyboard_name": "Hannah60 RGB Rev.2",
|
||||
"manufacturer": "Team.Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x6002",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define MANUFACTURER Team Mechlovin
|
||||
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
||||
|
@@ -1,22 +0,0 @@
|
||||
/*
|
||||
Copyright 2021 Mechlovin' Studio
|
||||
|
||||
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
|
||||
|
||||
#define PRODUCT_ID 0x6500
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Haus Rev. 1
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "hannah65-rev1",
|
||||
"keyboard_name": "Haus Rev. 1",
|
||||
"manufacturer": "Team Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x6500",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
@@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C // ML-MechLovin'
|
||||
#define MANUFACTURER Mechlovin
|
||||
#define PRODUCT Mechlovin Hannah910
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,6 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x9101
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#define RGBLED_NUM 9
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Hannah910",
|
||||
"manufacturer": "Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x9101",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Back", "x":13, "y":0}, {"label":"Delete", "x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"INS", "x":15, "y":1}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"HOME", "x":15, "y":2}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"label":"Shift", "x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"Up", "x":14, "y":3}, {"label":"END", "x":15, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"label":"Space", "x":3.75, "y":4, "w":2.75}, {"label":"Space", "x":6.5, "y":4, "w":1.25}, {"label":"Space", "x":7.75, "y":4, "w":2.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Win", "x":11.25, "y":4, "w":1.25}, {"label":"Left", "x":13, "y":4}, {"label":"Down", "x":14, "y":4}, {"label":"Right", "x":15, "y":4}]
|
||||
|
@@ -1,6 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x9102
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define RGBLED_NUM 28
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Hannah910 Rev.2",
|
||||
"keyboard_name": "Hannah910",
|
||||
"manufacturer": "Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x9102",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -1,6 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x9103
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define RGBLED_NUM 28
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "hannah910-rev3",
|
||||
"keyboard_name": "Hannah910",
|
||||
"manufacturer": "Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x9103",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define PRODUCT_ID 0x0675 //Hex-75
|
||||
#define MANUFACTURER Mechlovin Studio
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Hex4B",
|
||||
"manufacturer": "Mechlovin Studio",
|
||||
"url": "",
|
||||
"maintainer": "Hex-Keyboard&Mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x0675"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_split_bs",
|
||||
"LAYOUT_all": "LAYOUT_split_bs"
|
||||
|
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Hex-4B Rev.1
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
6
keyboards/mechlovin/hex4b/rev1/info.json
Normal file
6
keyboards/mechlovin/hex4b/rev1/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Hex-4B Rev.1",
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define DEVICE_VER 0x0002
|
||||
#define PRODUCT Hex-4B Rev.2
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
6
keyboards/mechlovin/hex4b/rev2/info.json
Normal file
6
keyboards/mechlovin/hex4b/rev2/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Hex-4B Rev.2",
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
@@ -18,11 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C // ML
|
||||
|
||||
#define MANUFACTURER Mechlovin.Studio
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 17
|
||||
|
@@ -1,21 +0,0 @@
|
||||
/* Copyright 2020 Team Mechlovin'
|
||||
*
|
||||
* 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
|
||||
|
||||
#define PRODUCT_ID 0x8704
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Rogue87 Rev.1
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Rogue87",
|
||||
"keyboard_name": "Rogue87 Rev.1",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Mechlovin' Studio",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8704",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -1,21 +0,0 @@
|
||||
/* Copyright 2020 Team Mechlovin'
|
||||
*
|
||||
* 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
|
||||
|
||||
#define PRODUCT_ID 0x8703
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Rouge87 Rev.1
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Rouge87",
|
||||
"keyboard_name": "Rouge87 Rev.1",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Mechlovin' Studio",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8703",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -16,10 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x8701
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Infinity 87 rev1
|
||||
|
||||
#define RGB_DI_PIN A15
|
||||
#define RGBLED_NUM 26
|
||||
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "infinity87",
|
||||
"keyboard_name": "infinity87 Rev.1",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8701",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -16,10 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x8702
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Infinity87 rev.2
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "infinity87 Rev.2",
|
||||
"keyboard_name": "Infinity87 Rev.2",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Mechlovin' Studio",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8702",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -16,10 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x8710
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Infinity 87 RGB rev1
|
||||
|
||||
#define MATRIX_ROW_PINS { A10, A13, A14, C13, A4, A3 }
|
||||
#define MATRIX_COL_PINS { B12, B13, B14, B15, A8, A9, B11, B10, B2, B1, B0, A7, A6, A5, A2, A1, A0 }
|
||||
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "infinity87",
|
||||
"keyboard_name": "Infinity87 RGB Rev1",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8710",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define MANUFACTURER Mechlovin Studio
|
||||
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
||||
|
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"keyboard_name": "mechlovin9",
|
||||
"manufacturer": "Mechlovin Studio",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6509
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Mechlovin9
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
7
keyboards/mechlovin/mechlovin9/rev1/info.json
Normal file
7
keyboards/mechlovin/mechlovin9/rev1/info.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"keyboard_name": "Mechlovin9",
|
||||
"usb": {
|
||||
"pid": "0x6509",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6509
|
||||
#define DEVICE_VER 0x0002
|
||||
#define PRODUCT Mechlovin9 Rev2
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
7
keyboards/mechlovin/mechlovin9/rev2/info.json
Normal file
7
keyboards/mechlovin/mechlovin9/rev2/info.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"keyboard_name": "Mechlovin9 Rev2",
|
||||
"usb": {
|
||||
"pid": "0x6509",
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user