Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -22,7 +22,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
|
||||
/*force the nkro if it does not work*/
|
||||
#define FORCE_NKRO
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F6", "F7", "B1", "B3", "B5", "B4", "E6", "D7", "C6", "D4"],
|
||||
|
@@ -21,5 +21,3 @@
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
//#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
|
||||
#define FORCE_NKRO
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.4"
|
||||
"device_version": "0.0.4",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP24", "GP23", "GP21", "GP20", "GP19", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
|
||||
|
@@ -22,7 +22,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
|
||||
/*force the nkro if it does not work*/
|
||||
#define FORCE_NKRO
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.3"
|
||||
"device_version": "0.0.3",
|
||||
"force_nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "F4", "F5", "F6", "D5", "D3", "D2", "D1", "D0", "D4"],
|
||||
|
Reference in New Issue
Block a user