diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-01 13:33:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:33:10 +1000 |
commit | 12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch) | |
tree | 6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/owlab | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/owlab')
-rw-r--r-- | keyboards/owlab/jelly_epoch/hotswap/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/jelly_epoch/hotswap/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/jelly_epoch/soldered/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/jelly_epoch/soldered/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/spring/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/spring/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/suit80/ansi/config.h | 21 | ||||
-rw-r--r-- | keyboards/owlab/suit80/ansi/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/suit80/iso/config.h | 21 | ||||
-rw-r--r-- | keyboards/owlab/suit80/iso/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/voice65/hotswap/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/voice65/hotswap/info.json | 3 | ||||
-rw-r--r-- | keyboards/owlab/voice65/soldered/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/voice65/soldered/info.json | 3 |
14 files changed, 14 insertions, 64 deletions
diff --git a/keyboards/owlab/jelly_epoch/hotswap/config.h b/keyboards/owlab/jelly_epoch/hotswap/config.h index b1176fc6b8..d37e70df34 100644 --- a/keyboards/owlab/jelly_epoch/hotswap/config.h +++ b/keyboards/owlab/jelly_epoch/hotswap/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* NKRO */ -#define FORCE_NKRO - /* RGB Strip*/ # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_BREATHING diff --git a/keyboards/owlab/jelly_epoch/hotswap/info.json b/keyboards/owlab/jelly_epoch/hotswap/info.json index 0c348d0cdc..c30c06fb67 100644 --- a/keyboards/owlab/jelly_epoch/hotswap/info.json +++ b/keyboards/owlab/jelly_epoch/hotswap/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x4A4C", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "matrix_pins": { "cols": ["A1", "A2", "A3", "A4", "A5", "A6", "A7", "A8", "A9", "A10", "B11", "B8", "B9", "C13"], diff --git a/keyboards/owlab/jelly_epoch/soldered/config.h b/keyboards/owlab/jelly_epoch/soldered/config.h index b1176fc6b8..d37e70df34 100644 --- a/keyboards/owlab/jelly_epoch/soldered/config.h +++ b/keyboards/owlab/jelly_epoch/soldered/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* NKRO */ -#define FORCE_NKRO - /* RGB Strip*/ # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_BREATHING diff --git a/keyboards/owlab/jelly_epoch/soldered/info.json b/keyboards/owlab/jelly_epoch/soldered/info.json index 4e001d03c0..4c66855d6b 100644 --- a/keyboards/owlab/jelly_epoch/soldered/info.json +++ b/keyboards/owlab/jelly_epoch/soldered/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x4A53", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "matrix_pins": { "cols": ["A1", "A2", "A3", "A4", "A5", "A6", "A7", "A8", "A9", "A10", "B11", "B8", "B9", "C13"], diff --git a/keyboards/owlab/spring/config.h b/keyboards/owlab/spring/config.h index c1dab1c71f..8da939a2af 100644 --- a/keyboards/owlab/spring/config.h +++ b/keyboards/owlab/spring/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* NKRO */ -#define FORCE_NKRO - /* RGB Strip*/ # define RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_RAINBOW_MOOD diff --git a/keyboards/owlab/spring/info.json b/keyboards/owlab/spring/info.json index 1a01d11656..1930b04ff5 100644 --- a/keyboards/owlab/spring/info.json +++ b/keyboards/owlab/spring/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x5350", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "matrix_pins": { "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F4", "F7", "F6", "F5", "F1", "F0"], diff --git a/keyboards/owlab/suit80/ansi/config.h b/keyboards/owlab/suit80/ansi/config.h deleted file mode 100644 index a62df28fc3..0000000000 --- a/keyboards/owlab/suit80/ansi/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright 2021 owlab - -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 - -/* NKRO */ -#define FORCE_NKRO diff --git a/keyboards/owlab/suit80/ansi/info.json b/keyboards/owlab/suit80/ansi/info.json index a8ca09b4c6..d43c788302 100644 --- a/keyboards/owlab/suit80/ansi/info.json +++ b/keyboards/owlab/suit80/ansi/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x5355", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "matrix_pins": { "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F4", "F7", "F6", "F5", "F1", "F0"], diff --git a/keyboards/owlab/suit80/iso/config.h b/keyboards/owlab/suit80/iso/config.h deleted file mode 100644 index a62df28fc3..0000000000 --- a/keyboards/owlab/suit80/iso/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright 2021 owlab - -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 - -/* NKRO */ -#define FORCE_NKRO diff --git a/keyboards/owlab/suit80/iso/info.json b/keyboards/owlab/suit80/iso/info.json index 6e8016c490..55761a4c89 100644 --- a/keyboards/owlab/suit80/iso/info.json +++ b/keyboards/owlab/suit80/iso/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x5349", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "matrix_pins": { "cols": ["D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F4", "F7", "F6", "F5", "F1", "F0"], diff --git a/keyboards/owlab/voice65/hotswap/config.h b/keyboards/owlab/voice65/hotswap/config.h index 76fc80e242..884f456044 100644 --- a/keyboards/owlab/voice65/hotswap/config.h +++ b/keyboards/owlab/voice65/hotswap/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* NKRO */ -#define FORCE_NKRO - /* RGB stripe */ # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_BREATHING diff --git a/keyboards/owlab/voice65/hotswap/info.json b/keyboards/owlab/voice65/hotswap/info.json index ea365441bd..5e977da5e9 100644 --- a/keyboards/owlab/voice65/hotswap/info.json +++ b/keyboards/owlab/voice65/hotswap/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x564F", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "rgb_matrix": { "driver": "IS31FL3741" diff --git a/keyboards/owlab/voice65/soldered/config.h b/keyboards/owlab/voice65/soldered/config.h index fa2291fb4f..1eec867f2f 100644 --- a/keyboards/owlab/voice65/soldered/config.h +++ b/keyboards/owlab/voice65/soldered/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* NKRO */ -#define FORCE_NKRO - /* RGB stripe */ # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_BREATHING diff --git a/keyboards/owlab/voice65/soldered/info.json b/keyboards/owlab/voice65/soldered/info.json index 587cdc80fb..9061a28e82 100644 --- a/keyboards/owlab/voice65/soldered/info.json +++ b/keyboards/owlab/voice65/soldered/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x4F53", "pid": "0x5657", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "rgb_matrix": { "driver": "IS31FL3741" |