Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Add ReverseStudio-DecadePad #8553

Merged
merged 15 commits into from
Apr 5, 2020
Prev Previous commit
Next Next commit
fix bug
  • Loading branch information
huajijam committed Mar 26, 2020
commit 757a279566ab9357ce05cea4cc8f7e9550983c82
2 changes: 1 addition & 1 deletion keyboards/reversestudio/decadepad/decadepad.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "DecadePad.h"
#include "decadepad.h"
bool led_update_kb(led_t led_state) {
if (led_update_user(led_state)){
// writePin sets the pin high for 1 and low for 0.
Expand Down