Michael K
Michael K
I want to try bumblebee on my Sony Vaio Z laptop (it's not called optmus, but it's same thing), the problem is that we have switch on laptop (not sure...
original map: ``` map[string]interface {}{"global":map[interface {}]interface {}{"loadbalancer":map[interface {}]interface {}{"internal":map[interface {}]interface {}{}, "type":"vip", "vip":map[interface {}]interface {}{"ip":"127.0.0.1"}}}} ``` As yaml: ``` global: loadbalancer: internal: {} type: vip vip: ip: 127.0.0.1 ``` override...
it would be nicer to write: command -i param1, param2 or command -i param1 param2 rather than: command -i param1 -i param2
https://github.com/tinygo-org/drivers/blob/fd21e6ac9b4a5c3bd906ed8a82783a972be6d4ca/hub75/hub75.go#L60 The implementation supports only ABCD panels, while there are some panels that have only ABC and moreover from my understanding there are also panels with ABCDE pins. I have...
following discussion on #200 the example of utilization with nicenano on corne keyboard can be found [here](https://github.com/funkycode/tinygo-corne/blob/poc/nicenano/left/main.go#L79) in order for it to work though you would need to change max...
The config example is missing few `,` and as I was already there - added Lazy packager installation instructions :P
In general that adds basic support for one half to connect to other one via bluetooth using same logic uart keyboard have Not sure if it is ready to be...
I built tinygo from source as per official documentation (on gentoo here) tried to run ping pong example on nicenano ``` $ sudo ~/go/bin/mecha flash -i wazero -m nicenano Building...
hey, I made [Klein ZMK repo for nicenano ](https://github.com/funkycode/Klein-zmk) - might be useful for someone. I assume it is possible to have 2 options in same repo, but not sure...