diff options
| author | 2016-07-07 11:13:22 -0400 | |
|---|---|---|
| committer | 2016-07-07 11:13:22 -0400 | |
| commit | 97dfbd1afce005392aa8f067e89bdf95334bdea5 (patch) | |
| tree | 1b198dd239bcb49564c31f124978abde0b467a81 /quantum/template | |
| parent | 2e1cfaf73fccdfaba2d7542f00bd7c3d49998d5d (diff) | |
| parent | ad43d450ca1b988d196da80e2a745f45f24068f6 (diff) | |
| download | qmk_firmware-97dfbd1afce005392aa8f067e89bdf95334bdea5.tar.gz | |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/template')
| -rw-r--r-- | quantum/template/template.c | 2 |
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) { |