diff options
Diffstat (limited to 'keyboards/soda')
-rw-r--r-- | keyboards/soda/pocket/config.h | 4 | ||||
-rw-r--r-- | keyboards/soda/pocket/info.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/soda/pocket/config.h b/keyboards/soda/pocket/config.h index 053083f230..2387f9a000 100644 --- a/keyboards/soda/pocket/config.h +++ b/keyboards/soda/pocket/config.h @@ -21,10 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -// enable NKRO_ENABLE -#define FORCE_NKRO -// The number of LEDs connected +// The number of LEDs connected #define RGB_MATRIX_LED_COUNT 34 #ifdef RGB_MATRIX_ENABLE diff --git a/keyboards/soda/pocket/info.json b/keyboards/soda/pocket/info.json index 1c64881183..cef1aec57b 100644 --- a/keyboards/soda/pocket/info.json +++ b/keyboards/soda/pocket/info.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x1A53", "pid": "0x4F51", - "device_version": "1.0.2" + "device_version": "1.0.2", + "force_nkro": true }, "ws2812": { "pin": "C15" |