diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-21 22:09:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-21 22:09:30 +0000 |
commit | e36ae90a651df6ccad5f6d125135ee0240a01f02 (patch) | |
tree | 834b7f0b4bdbe09730574948837d56f0aca7a111 /keyboards/kin80 | |
parent | 51e4e91285722fd9fc93eaa4617dfa7501b5ddf0 (diff) | |
parent | b0eda7701a372e820264c6a78afa1f8c410845f7 (diff) | |
download | qmk_firmware-e36ae90a651df6ccad5f6d125135ee0240a01f02.tar.gz qmk_firmware-e36ae90a651df6ccad5f6d125135ee0240a01f02.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kin80')
-rw-r--r-- | keyboards/kin80/blackpill103/config.h | 2 | ||||
-rw-r--r-- | keyboards/kin80/blackpill103/info.json | 5 | ||||
-rw-r--r-- | keyboards/kin80/blackpill401/config.h | 2 | ||||
-rw-r--r-- | keyboards/kin80/blackpill401/info.json | 5 | ||||
-rw-r--r-- | keyboards/kin80/blackpill411/config.h | 2 | ||||
-rw-r--r-- | keyboards/kin80/blackpill411/info.json | 5 | ||||
-rw-r--r-- | keyboards/kin80/micro/config.h | 2 | ||||
-rw-r--r-- | keyboards/kin80/micro/info.json | 5 |
8 files changed, 20 insertions, 8 deletions
diff --git a/keyboards/kin80/blackpill103/config.h b/keyboards/kin80/blackpill103/config.h index b8be5e6481..052828fb83 100644 --- a/keyboards/kin80/blackpill103/config.h +++ b/keyboards/kin80/blackpill103/config.h @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define DEVICE_VER 0x0002 - #undef MATRIX_ROW_PINS #undef MATRIX_COL_PINS diff --git a/keyboards/kin80/blackpill103/info.json b/keyboards/kin80/blackpill103/info.json new file mode 100644 index 0000000000..e557e4d307 --- /dev/null +++ b/keyboards/kin80/blackpill103/info.json @@ -0,0 +1,5 @@ +{ + "usb": { + "device_version": "0.0.2" + } +} diff --git a/keyboards/kin80/blackpill401/config.h b/keyboards/kin80/blackpill401/config.h index 5f5f37c6d3..2cbca43a08 100644 --- a/keyboards/kin80/blackpill401/config.h +++ b/keyboards/kin80/blackpill401/config.h @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define DEVICE_VER 0x0003 - #undef MATRIX_ROW_PINS #undef MATRIX_COL_PINS diff --git a/keyboards/kin80/blackpill401/info.json b/keyboards/kin80/blackpill401/info.json new file mode 100644 index 0000000000..b377cdff00 --- /dev/null +++ b/keyboards/kin80/blackpill401/info.json @@ -0,0 +1,5 @@ +{ + "usb": { + "device_version": "0.0.3" + } +} diff --git a/keyboards/kin80/blackpill411/config.h b/keyboards/kin80/blackpill411/config.h index 5f5f37c6d3..2cbca43a08 100644 --- a/keyboards/kin80/blackpill411/config.h +++ b/keyboards/kin80/blackpill411/config.h @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define DEVICE_VER 0x0003 - #undef MATRIX_ROW_PINS #undef MATRIX_COL_PINS diff --git a/keyboards/kin80/blackpill411/info.json b/keyboards/kin80/blackpill411/info.json new file mode 100644 index 0000000000..b377cdff00 --- /dev/null +++ b/keyboards/kin80/blackpill411/info.json @@ -0,0 +1,5 @@ +{ + "usb": { + "device_version": "0.0.3" + } +} diff --git a/keyboards/kin80/micro/config.h b/keyboards/kin80/micro/config.h index 2874cb819d..5c9369a077 100644 --- a/keyboards/kin80/micro/config.h +++ b/keyboards/kin80/micro/config.h @@ -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 { B6, B3, B1, D6, B7, B5, D1 } #define MATRIX_COL_PINS { B4, E6, D7, C6, D4, D0, F7, F6, F5, F4, F1, F0 } diff --git a/keyboards/kin80/micro/info.json b/keyboards/kin80/micro/info.json new file mode 100644 index 0000000000..90ac25f360 --- /dev/null +++ b/keyboards/kin80/micro/info.json @@ -0,0 +1,5 @@ +{ + "usb": { + "device_version": "0.0.1" + } +} |