summaryrefslogtreecommitdiffstats
path: root/keyboards/0xcb/1337/gfxfont.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-20 20:08:44 +0000
committerQMK Bot <hello@qmk.fm>2021-07-20 20:08:44 +0000
commit200f1e8e6add20cb963c0b559c80978f1f045684 (patch)
tree2da8f40bde6d9726597c8ee57b7370a402ff97fb /keyboards/0xcb/1337/gfxfont.c
parent4ab8734d6edd6894757507e70264eddca5429052 (diff)
parent81cac8eec66ab98d5091e5b704215dc96fe830d4 (diff)
Merge remote-tracking branch 'origin/master' into develop
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