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

RK #23559

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

RK #23559

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
更新
  • Loading branch information
sdk66 committed Jun 19, 2024
commit 27b48fd314bc70184b38eb1d00d4b96553fd4508
2 changes: 1 addition & 1 deletion keyboards/rk/rk839/rk839.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ void keyboard_pre_init_kb(void) {
gpio_set_pin_output(LED_ENABLE_PIN);
gpio_write_pin_high(LED_ENABLE_PIN);
keyboard_pre_init_user();
}
}