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/atlantis | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/atlantis')
-rw-r--r-- | keyboards/atlantis/ak81_ve/config.h | 1 | ||||
-rw-r--r-- | keyboards/atlantis/ak81_ve/info.json | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/atlantis/ak81_ve/config.h b/keyboards/atlantis/ak81_ve/config.h index 994c0fd82f..f300362917 100644 --- a/keyboards/atlantis/ak81_ve/config.h +++ b/keyboards/atlantis/ak81_ve/config.h @@ -24,7 +24,6 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define FORCE_NKRO #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_FRAMEBUFFER_EFFECTS diff --git a/keyboards/atlantis/ak81_ve/info.json b/keyboards/atlantis/ak81_ve/info.json index b5ef4538d8..0dc2db9072 100644 --- a/keyboards/atlantis/ak81_ve/info.json +++ b/keyboards/atlantis/ak81_ve/info.json @@ -5,7 +5,8 @@ "usb": { "vid": "0x416B", "pid": "0x0081", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "rgb_matrix": { "driver": "WS2812" |