aboutsummaryrefslogtreecommitdiff
path: root/firmware/blemouse.h
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-05-05 12:21:56 +0530
committerkrolyxon <me@krolyxon.com>2026-05-05 12:21:56 +0530
commit097b10658710c7878ae4028491b0211d08d9b8ce (patch)
treeaf822c47d690b46d2c072c6c48e0124e0aacc617 /firmware/blemouse.h
parent0a40daf4fad5c1593c6e1696ac0cab992c799e2e (diff)
add BLE Mouse
Diffstat (limited to 'firmware/blemouse.h')
-rw-r--r--firmware/blemouse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/blemouse.h b/firmware/blemouse.h
new file mode 100644
index 0000000..fc6a4cc
--- /dev/null
+++ b/firmware/blemouse.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void ble_mouse_run();