8 lines
133 B
C
8 lines
133 B
C
#pragma once
|
|
#include "config.h"
|
|
|
|
#ifdef FEATURE_PHYSICAL_BUTTONS
|
|
void setupPhysicalButtons();
|
|
void processPhysicalButtons();
|
|
#endif
|