forked from mirror/qmk_firmware
Data-Driven Keyboard Conversions: F (#23516)
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"dynamic_macro": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
"nkro": false,
|
||||
"ps2": true,
|
||||
"ps2_mouse": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
|
||||
@@ -4,6 +4,4 @@ CUSTOM_MATRIX = lite
|
||||
I2C_DRIVER_REQUIRED = yes
|
||||
SRC += matrix.c
|
||||
|
||||
PS2_MOUSE_ENABLE = yes
|
||||
PS2_ENABLE = yes
|
||||
PS2_DRIVER = usart
|
||||
|
||||
Reference in New Issue
Block a user