From 75eea47140e22f86fb23631e4fb436d8a09c8695 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 11 May 2026 15:00:40 +0530 Subject: move bluetooth, nfc, and utils into subfolders --- src/buttons.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/buttons.h (limited to 'src/buttons.h') diff --git a/src/buttons.h b/src/buttons.h deleted file mode 100644 index cfa9fa3..0000000 --- a/src/buttons.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -void buttonsInit(); - -bool btnUp(); -bool btnDown(); -bool btnSelect(); -bool btnBack(); -bool btnRight(); -bool btnLeft(); -- cgit v1.2.3