ajmandourah
ajmandourah
Seems like VIA is rejecting the vendorID for some reason . try removing the line `#define VENDOR_ID 0xFEED` in the config file and recompile .. report if it helps and...
Yes Via confirm that they do not allow FEED as a vendor ID. Changing it should work. What do you mean by not recognizing? Is it even after changing the...
try copying the ladis folder into qmk/keybords folder and give it another go. should work as the error shows no ladis folder in the keyboards folder cheers
try creating a file named info.json in the ladis folder and paste the following in it. ``` { "keyboard_name": "LadisPad", "manufacturer": "Ladis", "usb": { "pid": "0x6060", "vid": "0xFEED", "device_version": "0.0.1"...
Thats great. And i get yoyr frustration. The issue is QMK has chabged a lot since i madd the keyboard. As you saw most issue was because of stuff they...