badger icon indicating copy to clipboard operation
badger copied to clipboard

Keyboard firmware written from scratch using Nim

Results 3 badger issues
Sort by recently updated
recently updated
newest added

I wonder how (whether) is badger optimized for latency (scan rate, debouncing, ...) as per https://danluu.com/keyboard-latency/ ? For less technical information see also https://bdickason.com/posts/speed-is-the-killer-feature/ .

I wonder how power efficient this firmware is or could be made. 1. Do you deliberately turn off everything (peripherals, ADCs, flash memories, co-processing engines, special counters, etc.) in the...

Since you're using GPIO extenders, why not use ESP32 for the MCU? EDIT: after watching you video on making the keyboard controller I realized that only recently Espressif has made...