Skip to content

Commit

Permalink
qmk: simplify layer state rendering on OLED
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvds committed Oct 10, 2024
1 parent eb807ac commit 329cd87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qmk/crkdb/born2code/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
}

void oled_render_layer_state(void) {
oled_write_P(PSTR("Layer: "), false);
uint8_t active_layer = get_highest_layer(layer_state);

switch (active_layer) {
Expand Down

0 comments on commit 329cd87

Please sign in to comment.