summaryrefslogtreecommitdiffstats
path: root/quantum/template
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-07 18:22:10 +0200
committerJack Humbert <jack.humb@gmail.com>2016-07-07 18:22:10 +0200
commitc1dfb636ef61159456bdb24f4fee3f27e5babbeb (patch)
tree82a80dd0ba2c8dc8445f0690fc5636bf56c952bb /quantum/template
parent57e08eb8badc5db2fb44d2df684f32ea48cce411 (diff)
downloadqmk_firmware-c1dfb636ef61159456bdb24f4fee3f27e5babbeb.tar.gz
qmk_firmware-c1dfb636ef61159456bdb24f4fee3f27e5babbeb.tar.xz
fixes quantum template (actually)
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 3057557ea..5ef349583 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_record_user(record);
+ return process_record_user(keycode, record);
}
void led_set_kb(uint8_t usb_led) {