1
0
Fork 0

Move FORCE_NKRO to data driven (#20604)

This commit is contained in:
Ryan 2023-05-01 13:33:10 +10:00 committed by GitHub
parent 3bc4aeac6c
commit 12d42cedd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
228 changed files with 209 additions and 781 deletions

View file

@ -6,7 +6,8 @@
"usb": {
"vid": "0x5255",
"pid": "0xD0C2",
"device_version": "0.0.1"
"device_version": "0.0.1",
"force_nkro": true
},
"processor": "atmega32u4",
"bootloader": "caterina"

View file

@ -37,6 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* nKey Rollover */
#define FORCE_NKRO

View file

@ -41,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* nKey Rollover */
#define FORCE_NKRO

View file

@ -30,6 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* nKey Rollover */
#define FORCE_NKRO

View file

@ -6,7 +6,8 @@
"usb": {
"vid": "0x5255",
"pid": "0xE212",
"device_version": "0.0.1"
"device_version": "0.0.1",
"force_nkro": true
},
"ws2812": {
"pin": "D2"