keyboards/anavi: Add ANAVI Knob 1 (#18623)

ANAVI Knob 1 is a mini mechanical keyboard with a clickable rotary
encoder, USB-C, RP2040 microcontroller and I2C slot for a display.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi
2022-11-15 18:54:45 +02:00
committed by GitHub
parent c21b77fbd2
commit 7e843d0eca
8 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
WS2812_DRIVER = vendor
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C
OPT_DEFS += -DHAL_USE_I2C=TRUE