From 3fdbc971b5167ba870828777c50705c46719cee0 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 6 May 2026 15:34:11 +0530 Subject: [PATCH] move blemouse.h/cpp to ble_moouse.h/cpp --- firmware/{blemouse.cpp => ble_mouse.cpp} | 0 firmware/{blemouse.h => ble_mouse.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename firmware/{blemouse.cpp => ble_mouse.cpp} (100%) rename firmware/{blemouse.h => ble_mouse.h} (100%) diff --git a/firmware/blemouse.cpp b/firmware/ble_mouse.cpp similarity index 100% rename from firmware/blemouse.cpp rename to firmware/ble_mouse.cpp diff --git a/firmware/blemouse.h b/firmware/ble_mouse.h similarity index 100% rename from firmware/blemouse.h rename to firmware/ble_mouse.h