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 splitkb.com's Aurora Helix #21871

Merged
merged 4 commits into from
Sep 15, 2023
Merged
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
Update keyboards/splitkb/aurora/helix/helix.c
Co-authored-by: Less/Rikki <[email protected]>
  • Loading branch information
VeyPatch and lesshonor authored Sep 11, 2023
commit 7a08f0c0e1eac8b65d8c553310c88d72a46fb4ac
4 changes: 0 additions & 4 deletions keyboards/splitkb/aurora/helix/helix.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
return OLED_ROTATION_270;
}

void render_space(void) {
oled_write_P(PSTR(" "), false);
}

void render_mod_status_gui_alt(uint8_t modifiers) {
static const char PROGMEM gui_off_1[] = {0x85, 0x86, 0};
static const char PROGMEM gui_off_2[] = {0xa5, 0xa6, 0};
Expand Down