Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
parent
201a914beb
commit
f4dcce7e59
146 changed files with 418 additions and 452 deletions
|
@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
#define VENDOR_ID 0xCEEB
|
||||
#define PRODUCT_ID 0x0035
|
||||
#define MANUFACTURER kaylynb
|
||||
#define PRODUCT MechLlama G35
|
||||
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 7
|
||||
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"keyboard_name": "G35",
|
||||
"keyboard_name": "MechLlama G35",
|
||||
"manufacturer": "kaylynb",
|
||||
"url": "https://github.com/kaylynb/MechLlama-G35",
|
||||
"maintainer": "kaylynb",
|
||||
"usb": {
|
||||
"vid": "0xCEEB",
|
||||
"pid": "0x0035"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [{"label":"F1", "x":0, "y":0.5}, {"label":"Esc", "x":1, "y":0.5}, {"label":"1", "x":2, "y":0}, {"label":"2", "x":3, "y":0.15}, {"label":"3", "x":4, "y":0}, {"label":"4", "x":5, "y":0}, {"label":"5", "x":6, "y":0}, {"label":"F2", "x":0, "y":1.5}, {"label":"Tab", "x":1, "y":1.5}, {"label":"Q", "x":2, "y":1}, {"label":"W", "x":3, "y":1.15}, {"label":"E", "x":4, "y":1}, {"label":"R", "x":5, "y":1}, {"label":"T", "x":6, "y":1}, {"label":"F3", "x":0, "y":2.5}, {"label":"Shift", "x":1, "y":2.5}, {"label":"A", "x":2, "y":2}, {"label":"S", "x":3, "y":2.15}, {"label":"D", "x":4, "y":2}, {"label":"F", "x":5, "y":2}, {"label":"G", "x":6, "y":2}, {"label":"F4", "x":0, "y":3.5}, {"label":"Ctrl", "x":1, "y":3.5}, {"label":"Z", "x":2, "y":3}, {"label":"X", "x":3, "y":3.15}, {"label":"C", "x":4, "y":3}, {"label":"V", "x":5, "y":3}, {"label":"B", "x":6, "y":3}, {"label":"F5", "x":0, "y":4.5}, {"label":"Super", "x":1, "y":4.5}, {"label":"Alt", "x":2, "y":4, "h":1.5}, {"label":"Bksp", "x":3, "y":4.25, "h":1.25}, {"label":"Enter", "x":4, "y":4, "h":1.5}, {"label":"Space", "x":5, "y":4, "h":1.75}, {"label":"Fn", "x":6, "y":4, "h":1.75}]
|
||||
|
|
|
@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#define MATRIX_ROW_PINS { F5, F6, F4, F1, D4 }
|
||||
#define MATRIX_COL_PINS { D6, D7, B4, B5, B6, F0, D5 }
|
||||
|
||||
|
|
5
keyboards/mechllama/g35/v1/info.json
Normal file
5
keyboards/mechllama/g35/v1/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
|
@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define MATRIX_ROW_PINS { F5, F4, F1, F0, D4 }
|
||||
#define MATRIX_COL_PINS { D6, D7, B4, B5, B6, F6, D5 }
|
||||
|
||||
|
|
5
keyboards/mechllama/g35/v2/info.json
Normal file
5
keyboards/mechllama/g35/v2/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue