Terri Cain
Terri Cain
DaemonV2 would be able to do this, I actually had this exact idea ha. Once I've got the daemon working in a stable manner then I'll go about making an...
Not so much a limitation, the daemon is more than capable, more I haven't got round to adding it as I want to make it so its easy to add...
> There's no interface to manage macros yet, lies, its there ;-)
@lah7 would probably pay to get the output of the capabilities dict
Also device.dedicated_macros should return true signifying that it has actual macro keys
find the device_mode file in /sys/bus/hid/drivers/razerkbd and `cat` it. should output `3:0`
Ok in theory when device_mode is 3:0 M1-5 should produce keycodes as well as Fn+F9, is that the case?
Yeah device mode 3:0 is needed for the M1-5 to emit stuff, Ok that must mean M1 and M2 are doing something proper weird. Possibly because the keyboard is proper...
^^ looks like driver/daemon related macro stuff is working at least
Hmm, I "think" if we do https_proxy, we'd need to serve moto on https, and also trust whatever CA we're using in lambdas. If we only listen on http, we'll...