mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add Support for USB programmable buttons (#12950)
This commit is contained in:
@@ -147,6 +147,10 @@ extern layer_state_t layer_state;
|
||||
# include "process_joystick.h"
|
||||
#endif
|
||||
|
||||
#ifdef PROGRAMMABLE_BUTTON_ENABLE
|
||||
# include "process_programmable_button.h"
|
||||
#endif
|
||||
|
||||
#ifdef GRAVE_ESC_ENABLE
|
||||
# include "process_grave_esc.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user