From 2a9981981e0d69fa9e913437b0210f86c7f832e3 Mon Sep 17 00:00:00 2001 From: elpekenin Date: Sun, 18 Feb 2024 12:37:57 +0100 Subject: [PATCH] Lint --- lib/python/qmk/painter_qff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/qmk/painter_qff.py b/lib/python/qmk/painter_qff.py index a46c3c374a4..0247f37dc4b 100644 --- a/lib/python/qmk/painter_qff.py +++ b/lib/python/qmk/painter_qff.py @@ -14,9 +14,9 @@ from qmk.painter_qgf import QGFBlockHeader, QGFFramePaletteDescriptorV1 from milc.attrdict import AttrDict import qmk.painter - DEFAULT_FMT = "PNG" + def o24(i): return o16(i & 0xFFFF) + o8((i & 0xFF0000) >> 16)