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/eason | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/eason')
-rw-r--r-- | keyboards/eason/aeroboard/config.h | 3 | ||||
-rw-r--r-- | keyboards/eason/aeroboard/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/eason/aeroboard/config.h b/keyboards/eason/aeroboard/config.h index 6c9312eafb..5ba690ee95 100644 --- a/keyboards/eason/aeroboard/config.h +++ b/keyboards/eason/aeroboard/config.h @@ -17,9 +17,6 @@ #define WS2812_SPI SPID2 #define WS2812_SPI_MOSI_PAL_MODE 5 -#define FORCE_NKRO - - /* disable debug print */ //#define NO_DEBUG diff --git a/keyboards/eason/aeroboard/info.json b/keyboards/eason/aeroboard/info.json index 83908b1bed..c7383aa160 100644 --- a/keyboards/eason/aeroboard/info.json +++ b/keyboards/eason/aeroboard/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x8954", "pid": "0x8870", - "device_version": "0.0.1" + "device_version": "0.0.1", + "force_nkro": true }, "ws2812": { "pin": "B15", |