diff options
author | Thomas Weißschuh <thomas@t-8ch.de> | 2021-09-15 17:40:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 08:40:22 -0700 |
commit | 83988597f4d916a37b2b0987f393ceaa007532eb (patch) | |
tree | ba5d07ccf743cb27bee77b4d6cd2128035ce365e /quantum/quantum.h | |
parent | 1a68feb842ebcc6a7d1aef7cd7f83865cc18fab1 (diff) | |
download | qmk_firmware-83988597f4d916a37b2b0987f393ceaa007532eb.tar.gz qmk_firmware-83988597f4d916a37b2b0987f393ceaa007532eb.zip |
Add Support for USB programmable buttons (#12950)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 86b717e44..5cbe84d0c 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -147,6 +147,10 @@ extern layer_state_t layer_state; | |||
147 | # include "process_joystick.h" | 147 | # include "process_joystick.h" |
148 | #endif | 148 | #endif |
149 | 149 | ||
150 | #ifdef PROGRAMMABLE_BUTTON_ENABLE | ||
151 | # include "process_programmable_button.h" | ||
152 | #endif | ||
153 | |||
150 | #ifdef GRAVE_ESC_ENABLE | 154 | #ifdef GRAVE_ESC_ENABLE |
151 | # include "process_grave_esc.h" | 155 | # include "process_grave_esc.h" |
152 | #endif | 156 | #endif |