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/spring | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/owlab/spring')
-rw-r--r-- | keyboards/owlab/spring/config.h | 3 | ||||
-rw-r--r-- | keyboards/owlab/spring/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
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"], |