Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Apr 20, 2021
1 parent ad4b88d commit bfcf59c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keyboards/yandrstudio/rainbow65/keymaps/test_rgb/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ void oled_task_user(void) {

switch (biton32(layer_state)) {
case 0:
const char a[] = {0x00, 0x63, 0x1E, 0x14, 0x33, 0x20};
oled_write_raw(a, 0*32+7);
oled_write_ln("Layer: Base", false);
break;
case 1:
Expand Down

0 comments on commit bfcf59c

Please sign in to comment.