Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
freznel10 committed Apr 9, 2023
1 parent 9c1cd0a commit 397a75a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keyboards/zerfstudios/douballz/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ void set_unicode_mode_text_value(lv_obj_t* lbl) {
char buf[32];
const char *unicode_mode_display = "-----";
switch (user_state.unicode_typing_mode) {
case 0:
unicode_mode_display = "NO MODE";
break;
// case 0:
// unicode_mode_display = "NO MODE";
// break;
case 1:
unicode_mode_display = "WIDE";
break;
Expand All @@ -617,8 +617,8 @@ void set_unicode_mode_text_value(lv_obj_t* lbl) {
case 7:
unicode_mode_display = "SUPER";
break;
case 8:
unicode_mode_display = "COMIC";
// case 8:
// unicode_mode_display = "COMIC";
break;
default:
unicode_mode_display = " ";
Expand Down Expand Up @@ -691,9 +691,9 @@ void set_pm_text_value(lv_obj_t* lbl) {
case 15:
pm_name = "WIN_POS";
break;
case 16:
pm_name = "ACCELL";
break;
// case 16:
// pm_name = "ACCELL";
// break;
default:
pm_name = " ";
break;
Expand Down

0 comments on commit 397a75a

Please sign in to comment.