Explorar el Código

remove accidental characters in default preonic keymap (#6748)

Michael Torres hace 6 años
padre
commit
a9c1a5a873
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      keyboards/preonic/keymaps/default/keymap.c

+ 1 - 1
keyboards/preonic/keymaps/default/keymap.c

@@ -274,7 +274,7 @@ void dip_switch_update_user(uint8_t index, bool active) {
             } else {
                 muse_mode = false;
             }
-    xs}
+    }
 }