Add mouse support

This commit is contained in:
2025-12-13 15:08:31 +00:00
parent e83cc6cf02
commit d9ebf83588
7 changed files with 356 additions and 345 deletions
+1
View File
@@ -10,5 +10,6 @@
#define RUNNER 3
extern std::atomic<bool> running;
extern uint8_t mode;
#endif