Leo DENG
Leo DENG
> I see, yea what you described is indeed in the scope of an ADC driver, which Zephyr provides a nice abstraction for. A middle layer abstraction on top of...
Wow~ this looks great. I was a long-time ThinkPad user and always wanted a track point on my custom keyboard. I've done that with QMK but unfortunately it can't work...
@infused-kim @tinyboxxx Just want to know where do you get the track point module? I have used one from T400 running QMK. The module uses an NXP chip which requires...
> > @infused-kim @tinyboxxx Just want to know where do you get the track point module? I have used one from T400 running QMK. The module uses an NXP chip...
@LikeDege @lemonleon Webpack 2.5 以后 async chunk 需要指定 name。和 entry 同名就可以了: ```diff new webpack.optimize.CommonsChunkPlugin({ + name: 'app', async: 'common-in-lazy', minChunks: ({ resource } = {}) => ( resource && resource.includes('node_modules')...
https://hoelter.prose.sh/kinesis-advantage-360-bluetooth-dualboot
Mouse scroll keys work with key presses, but cannot be used by encoders. I defined several sensor behaviors like this: ```c behaviors { volume_encoder: volume_encoder { compatible = "zmk,behavior-sensor-rotate"; #sensor-binding-cells...
> I'd probably try a combination of the two; e.g. try a tap-ms of 50 and see if scroll speed needs increasing. Adding `tap-ms = ;` does the trick. Thanks.
My PCB design is almost the same with yours. I just add two more capacitors between DIN/CLK and GND, following TM1640 datasheet. Fortunately I have a NodeMCU (ESP8266) on hand...
In the beginning my plan is to drive an 8x8 bicolor with HT16K33. I've played it with 8x8 single color so it's familiar to me. Since the chip has 8...