diff options
author | jack <0x6A73@pm.me> | 2022-03-13 04:08:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 03:08:33 -0700 |
commit | 08794fef4e8e0a5fb6ba32595c099bf1e167c12b (patch) | |
tree | f55034748ac30ac16cb9ba715dce87523b97c24a /keyboards/p3d/glitch/glitch.c | |
parent | dccb5711c710d074c29f715494b93f9275f5ac55 (diff) | |
download | qmk_firmware-08794fef4e8e0a5fb6ba32595c099bf1e167c12b.tar.gz qmk_firmware-08794fef4e8e0a5fb6ba32595c099bf1e167c12b.zip |
[Keyboard] add missing endif in glitch keyboard (#16629)
Diffstat (limited to 'keyboards/p3d/glitch/glitch.c')
-rw-r--r-- | keyboards/p3d/glitch/glitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/p3d/glitch/glitch.c b/keyboards/p3d/glitch/glitch.c index a62f578994..9957e0c7ad 100644 --- a/keyboards/p3d/glitch/glitch.c +++ b/keyboards/p3d/glitch/glitch.c @@ -56,3 +56,4 @@ bool oled_task_kb(void) { return false; } +#endif |