Initial commit for new_kbd

This commit is contained in:
2026-03-10 08:49:05 +08:00
commit 087a378e20
4 changed files with 14 additions and 0 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <zephyr/kernel.h>
int main(void)
{
return 0;
}