diff options
author | Matthew Bautista <nayoshi12gaming@gmail.com> | 2022-03-07 12:05:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 09:05:41 -0800 |
commit | 2ff646c642152df064da8dcf62ef328585de0197 (patch) | |
tree | 257b6f88ce7569ae45f2440fc62460798cba4a88 /keyboards/lfkeyboards/lfk78/lfk78.h | |
parent | d953aa730e38d94b9218948ddaa0deea667f85f3 (diff) | |
download | qmk_firmware-2ff646c642152df064da8dcf62ef328585de0197.tar.gz qmk_firmware-2ff646c642152df064da8dcf62ef328585de0197.zip |
[Keyboard] LFK78 VIA support and Update (#16502)
Diffstat (limited to 'keyboards/lfkeyboards/lfk78/lfk78.h')
-rw-r--r-- | keyboards/lfkeyboards/lfk78/lfk78.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lfkeyboards/lfk78/lfk78.h b/keyboards/lfkeyboards/lfk78/lfk78.h index ffa4894bbc..d5e1c7b3c7 100644 --- a/keyboards/lfkeyboards/lfk78/lfk78.h +++ b/keyboards/lfkeyboards/lfk78/lfk78.h @@ -30,4 +30,4 @@ extern const Layer_Info layer_info[]; #define CLICK_ENABLED 0 void reset_keyboard_kb(void); -void click(uint16_t freq, uint16_t duration); +void clicking_notes(uint16_t freq, uint16_t duration); |