summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb/1337/gfxfont.c
diff options
context:
space:
mode:
authorConor Burns <mail@conor-burns.com>2021-07-20 22:07:53 +0200
committerGitHub <noreply@github.com>2021-07-20 13:07:53 -0700
commit81cac8eec66ab98d5091e5b704215dc96fe830d4 (patch)
tree168828fe5430f1235f4f76b5a0638d9fe9b05db6 /keyboards/0xcb/1337/gfxfont.c
parentc1ba35363d4f7d76d63173312a0785401c6bff9f (diff)
[Keyboard] 0xcb 1337 - Added keymap "conor" and fixed some minor stuff (#12744)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/0xcb/1337/gfxfont.c')
-rw-r--r--keyboards/0xcb/1337/gfxfont.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/0xcb/1337/gfxfont.c b/keyboards/0xcb/1337/gfxfont.c
index 4e7940b64a..b78e359c78 100644
--- a/keyboards/0xcb/1337/gfxfont.c
+++ b/keyboards/0xcb/1337/gfxfont.c
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "progmem.h"
-
+// clang-format off
static const unsigned char font[] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00,
@@ -274,3 +274,4 @@ static const unsigned char font[] PROGMEM = {
0x07, 0x07, 0x0F, 0x0F, 0x1E, 0x3E,
0x3C, 0x7C, 0x70, 0xC0, 0x80, 0x00,
};
+// clang-format on