Move FORCE_NKRO
to data driven (#20604)
This commit is contained in:
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define VERSION "v1.1: ClayM"
|
||||
#define VERBOSE
|
||||
|
||||
#define FORCE_NKRO
|
||||
#define NO_ACTION_ONESHOT
|
||||
|
||||
/* key matrix size */
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x1337",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
|
Reference in New Issue
Block a user