fa4a6e255c
- Added modular device support and devicetree bindings for ILI9341, ILI9488, CST816S, XPT2046, and GPIO button input, updating several board configurations for display/touch/backlight/keyboard/battery. - Added a setting to control deprecated HAL usage (device property + Kconfig).
13 lines
537 B
YAML
13 lines
537 B
YAML
description: >
|
|
M5Stack Cardputer Adv keyboard, a TCA8418 I2C keypad-scan IC wired as a 7x8 matrix behind
|
|
a 4x14 key grid identical to the base Cardputer's. Exposes a KEYBOARD_TYPE device.
|
|
Sym (fn) and shift are consumed internally and never emitted as their own key events;
|
|
sym+shift together toggles caps lock. Regular keys emit their lowercase/uppercase/sym-layer
|
|
ASCII character or LVGL navigation key depending on which layer is active.
|
|
|
|
include: ["i2c-device.yaml"]
|
|
|
|
compatible: "m5stack,cardputer-adv-keyboard"
|
|
|
|
bus: i2c
|