Initial physical button mapping implementation #4
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "config.h"
|
||||
|
||||
#ifdef FEATURE_PHYSICAL_BUTTONS
|
||||
void setupPhysicalButtons();
|
||||
void processPhysicalButtons();
|
||||
#endif
|
||||
Reference in New Issue
Block a user