aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jisplit89/rev1
diff options
context:
space:
mode:
authorSalicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>2020-10-16 13:22:25 +0900
committerGitHub <noreply@github.com>2020-10-15 21:22:25 -0700
commita1f129edd50f0c2e751b904db9639cea9c9314e9 (patch)
tree75a3f706bdc2410ed958d11637d2899f81498b82 /keyboards/jisplit89/rev1
parent73699cccbce4bf04fb2667eb7c1d037f6163986a (diff)
downloadqmk_firmware-a1f129edd50f0c2e751b904db9639cea9c9314e9.tar.gz
qmk_firmware-a1f129edd50f0c2e751b904db9639cea9c9314e9.zip
[Keyboard] Added via support for JISplit89 (#10547)
-Changing the VID -Add a keymap via -Keymap and copyright fixes
Diffstat (limited to 'keyboards/jisplit89/rev1')
-rw-r--r--keyboards/jisplit89/rev1/config.h9
-rw-r--r--keyboards/jisplit89/rev1/rev1.c17
-rw-r--r--keyboards/jisplit89/rev1/rev1.h20
3 files changed, 38 insertions, 8 deletions
diff --git a/keyboards/jisplit89/rev1/config.h b/keyboards/jisplit89/rev1/config.h
index a2ba9040f..ee5f2ca0b 100644
--- a/keyboards/jisplit89/rev1/config.h
+++ b/keyboards/jisplit89/rev1/config.h
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright 2020 Salicylic_acid3 2Copyright 2020 Salicylic_Acid
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
@@ -18,12 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18#pragma once 18#pragma once
19 19
20/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
21#define VENDOR_ID 0xFEED 21#define VENDOR_ID 0x04D8
22#define PRODUCT_ID 0x3060 22#define PRODUCT_ID 0xEB4F
23#define DEVICE_VER 0x06ae 23#define DEVICE_VER 0x0001
24#define MANUFACTURER Salicylic_Acid 24#define MANUFACTURER Salicylic_Acid
25#define PRODUCT jisplit89 25#define PRODUCT jisplit89
26#define DESCRIPTION A custom keyboard
27 26
28/* key matrix size */ 27/* key matrix size */
29#define MATRIX_ROWS 14 28#define MATRIX_ROWS 14
diff --git a/keyboards/jisplit89/rev1/rev1.c b/keyboards/jisplit89/rev1/rev1.c
index 520a869e5..13e201e63 100644
--- a/keyboards/jisplit89/rev1/rev1.c
+++ b/keyboards/jisplit89/rev1/rev1.c
@@ -1 +1,18 @@
1/*
2Copyright 2020 Salicylic_Acid
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
1#include "rev1.h" 18#include "rev1.h"
diff --git a/keyboards/jisplit89/rev1/rev1.h b/keyboards/jisplit89/rev1/rev1.h
index 13fb08dfe..71515f5ef 100644
--- a/keyboards/jisplit89/rev1/rev1.h
+++ b/keyboards/jisplit89/rev1/rev1.h
@@ -1,12 +1,26 @@
1/*
2Copyright 2020 Salicylic_Acid
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
1#pragma once 18#pragma once
2 19
3#include "jisplit89.h" 20#include "jisplit89.h"
4 21
5#include "quantum.h" 22#include "quantum.h"
6 23
7//////////////////////////////////////////////////////////////////////////////
8// When only use JISplit89.
9//////////////////////////////////////////////////////////////////////////////
10/* 24/*
11 * ,-------------------------------------- ----------------------------------------------------------. 25 * ,-------------------------------------- ----------------------------------------------------------.
12 * | L00 | L01 | L02 | L03 | L04 | L05 | | R00 | R01 | R02 | R03 | R04 | R05 | R06 | R07 | R60 | 26 * | L00 | L01 | L02 | L03 | L04 | L05 | | R00 | R01 | R02 | R03 | R04 | R05 | R06 | R07 | R60 |