summaryrefslogtreecommitdiff
path: root/quantum/keyboard.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-15 14:33:24 +1100
committerGitHub <noreply@github.com>2022-10-15 14:33:24 +1100
commitf0b2bfd5ca5b416a9c7c9bef8c2850f1084bd106 (patch)
tree2e3cc54b3fb899f05f15bf8008bcbb4816b5ffb5 /quantum/keyboard.c
parent19aed5e999ef177a2ff0b2b705443bde9c70588c (diff)
Programmable Button API refactor and improve docs (#18641)
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r--quantum/keyboard.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c
index 280532a5fd..eb5e4b583a 100644
--- a/quantum/keyboard.c
+++ b/quantum/keyboard.c
@@ -66,9 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef JOYSTICK_ENABLE
# include "process_joystick.h"
#endif
-#ifdef PROGRAMMABLE_BUTTON_ENABLE
-# include "programmable_button.h"
-#endif
#ifdef HD44780_ENABLE
# include "hd44780.h"
#endif
@@ -669,10 +666,6 @@ void keyboard_task(void) {
digitizer_task();
#endif
-#ifdef PROGRAMMABLE_BUTTON_ENABLE
- programmable_button_send();
-#endif
-
#ifdef BLUETOOTH_ENABLE
bluetooth_task();
#endif