From 097b10658710c7878ae4028491b0211d08d9b8ce Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 5 May 2026 12:21:56 +0530 Subject: add BLE Mouse --- firmware/blemouse.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 firmware/blemouse.h (limited to 'firmware/blemouse.h') 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(); -- cgit v1.2.3