summaryrefslogtreecommitdiffstats
path: root/quantum/template
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-07 15:58:44 +0200
committerJack Humbert <jack.humb@gmail.com>2016-07-07 15:58:44 +0200
commit589df84d6cd19ad7d776cc19bcddade1cd178ddc (patch)
tree9792551a40882118584846691741d58e4f2998c7 /quantum/template
parent21e443101f4873a813d33e50486d4e9591e89f4e (diff)
downloadqmk_firmware-589df84d6cd19ad7d776cc19bcddade1cd178ddc.tar.gz
qmk_firmware-589df84d6cd19ad7d776cc19bcddade1cd178ddc.tar.xz
corrects quantum template
Diffstat (limited to 'quantum/template')
-rw-r--r--quantum/template/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/template.c b/quantum/template/template.c
index dcc4b0a22..3057557ea 100644
--- a/quantum/template/template.c
+++ b/quantum/template/template.c
@@ -18,7 +18,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
// put your per-action keyboard code here
// runs for every action, just before processing by the firmware
- return process_action_user(record);
+ return process_record_user(record);
}
void led_set_kb(uint8_t usb_led) {