diff --git a/keyboards/framework/ansi/info.json b/keyboards/framework/ansi/info.json index 3614a2f44b..10885d1fd6 100644 --- a/keyboards/framework/ansi/info.json +++ b/keyboards/framework/ansi/info.json @@ -9,7 +9,7 @@ "extrakey": true, "console": true, "command": false, - "nkro": false, + "nkro": true, "audio": false }, "debounce": 5, @@ -19,6 +19,7 @@ "device_version": "0.2.1", "pid": "0x0012", "vid": "0x32AC" + "force_nkro": true }, "backlight": { "pin": "GP25" diff --git a/keyboards/framework/iso/info.json b/keyboards/framework/iso/info.json index 7aa3e25be6..ee7759ca88 100644 --- a/keyboards/framework/iso/info.json +++ b/keyboards/framework/iso/info.json @@ -9,7 +9,7 @@ "extrakey": true, "console": true, "command": false, - "nkro": false, + "nkro": true, "audio": false }, "debounce": 5, @@ -18,7 +18,8 @@ "usb": { "device_version": "0.2.1", "pid": "0x0018", - "vid": "0x32AC" + "vid": "0x32AC", + "force_nkro": true }, "backlight": { "pin": "GP25" diff --git a/keyboards/framework/jis/info.json b/keyboards/framework/jis/info.json index edc006b8d9..7ed607c311 100644 --- a/keyboards/framework/jis/info.json +++ b/keyboards/framework/jis/info.json @@ -9,7 +9,7 @@ "extrakey": true, "console": true, "command": false, - "nkro": false, + "nkro": true, "audio": false }, "debounce": 5, @@ -18,7 +18,8 @@ "usb": { "device_version": "0.2.1", "pid": "0x0019", - "vid": "0x32AC" + "vid": "0x32AC", + "force_nkro": true }, "backlight": { "pin": "GP25" diff --git a/keyboards/framework/macropad/info.json b/keyboards/framework/macropad/info.json index 4b8bd44fdf..89172f9b0d 100644 --- a/keyboards/framework/macropad/info.json +++ b/keyboards/framework/macropad/info.json @@ -9,7 +9,7 @@ "extrakey": true, "console": true, "command": false, - "nkro": false, + "nkro": true, "audio": false }, "debounce": 5, @@ -18,7 +18,8 @@ "usb": { "device_version": "0.2.1", "pid": "0x0013", - "vid": "0x32AC" + "vid": "0x32AC", + "force_nkro": true }, "backlight": { "pin": "GP25" diff --git a/keyboards/framework/numpad/info.json b/keyboards/framework/numpad/info.json index 541e3502df..ccf8481027 100644 --- a/keyboards/framework/numpad/info.json +++ b/keyboards/framework/numpad/info.json @@ -9,7 +9,7 @@ "extrakey": true, "console": true, "command": false, - "nkro": false, + "nkro": true, "audio": false }, "debounce": 5, @@ -18,7 +18,8 @@ "usb": { "device_version": "0.2.1", "pid": "0x0014", - "vid": "0x32AC" + "vid": "0x32AC", + "force_nkro": true }, "backlight": { "pin": "GP25"