diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-07 09:58:44 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-07 09:58:44 -0400 |
| commit | 589df84d6cd19ad7d776cc19bcddade1cd178ddc (patch) | |
| tree | 9792551a40882118584846691741d58e4f2998c7 /quantum | |
| parent | 21e443101f4873a813d33e50486d4e9591e89f4e (diff) | |
| download | qmk_firmware-589df84d6cd19ad7d776cc19bcddade1cd178ddc.tar.gz qmk_firmware-589df84d6cd19ad7d776cc19bcddade1cd178ddc.zip | |
corrects quantum template
Diffstat (limited to 'quantum')
| -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) { | |||
| 18 | // put your per-action keyboard code here | 18 | // put your per-action keyboard code here |
| 19 | // runs for every action, just before processing by the firmware | 19 | // runs for every action, just before processing by the firmware |
| 20 | 20 | ||
| 21 | return process_action_user(record); | 21 | return process_record_user(record); |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | void led_set_kb(uint8_t usb_led) { | 24 | void led_set_kb(uint8_t usb_led) { |
