Hi!
I was browsing the source, looking for the beep generator, and I came across this "keybaord" in ./main/hal/keyboard/keybaord.cpp and also in few files:
$ find . -name '*.h' | xargs grep baord
./managed_components/espressif__tinyusb/examples/device/uac2_headset/src/tusb_config.h:// Allow volume controlled by on-baord button
./main/apps/app_launcher/app_launcher.h: KeyboardBarState_t keybaord_state;
$ find . -name '*.cpp' | xargs grep -l baord
./main/apps/app_launcher/view/keyboard_bar/keyboard_bar.cpp
Cheers,
Walter
Hi!
I was browsing the source, looking for the beep generator, and I came across this "keybaord" in ./main/hal/keyboard/keybaord.cpp and also in few files:
Cheers,
Walter