summaryrefslogtreecommitdiff
path: root/quantum/action.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/action.c
parent19aed5e999ef177a2ff0b2b705443bde9c70588c (diff)
Programmable Button API refactor and improve docs (#18641)
Diffstat (limited to 'quantum/action.c')
-rw-r--r--quantum/action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/action.c b/quantum/action.c
index 78322e4a83..abf9834d2f 100644
--- a/quantum/action.c
+++ b/quantum/action.c
@@ -1081,7 +1081,6 @@ void clear_keyboard_but_mods_and_keys() {
#endif
#ifdef PROGRAMMABLE_BUTTON_ENABLE
programmable_button_clear();
- programmable_button_send();
#endif
}