summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/planck.h
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-03-30 13:14:01 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-03-30 13:14:01 -0400
commit5bbcc484a8e14ffb13354df4efdd460ebe7200e1 (patch)
tree65b0a4c4e659b60038ec63706c46fb21de153598 /keyboard/planck/planck.h
parent95a88c09e18a7531a64838ceaa52df37bad8dc0d (diff)
parentae47275bf34549a0f66cb2f37daca299fd4ecdee (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/planck/planck.h')
-rw-r--r--keyboard/planck/planck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h
index e9566b9228..edcb5fbff6 100644
--- a/keyboard/planck/planck.h
+++ b/keyboard/planck/planck.h
@@ -42,5 +42,6 @@
void matrix_init_user(void);
void matrix_scan_user(void);
+void process_action_user(keyrecord_t *record);
#endif