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 boardsource/the_q #23782

Merged
merged 9 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
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
unsplit: remove split code & tidy readme
  • Loading branch information
waffle87 committed Jun 14, 2024
commit 347db2f81595bbb8ca0e0e7e879e485eebe921d4
2 changes: 0 additions & 2 deletions keyboards/boardsource/unsplit/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Unsplit

![boardsource/unsplit](imgur.com image replace me!)

* Keyboard Maintainer: [waffle87](https://github.com/waffle87)
* Hardware Supported: Unsplit PCB w/ Pro Micro style microcontroller
* Hardware Availability: [boardsource.xyz](https://boardsource.xyz)
Expand Down
6 changes: 1 addition & 5 deletions keyboards/boardsource/unsplit/unsplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ bool oled_task_kb(void) {
if (!oled_task_user()) {
return false;
}
if (is_keyboard_master()) {
render_layer_state();
} else {
oled_write_raw_P(bs_logo_img, sizeof(bs_logo_img));
}
render_layer_state();
return false;
}
#endif