mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-16 06:33:23 +00:00
c2e95c8522
commit d614bc5f62f3c2efc5c5cc0f38168a67681e6fb5 Author: Nick Brassel <nick@tzarc.org> Date: Sun Oct 16 13:17:03 2022 +1100 Remove old header generator. commit 08337b814cfcef57a1f6b41acf06b806ad4bb116 Author: Nick Brassel <nick@tzarc.org> Date: Sat Oct 15 11:47:20 2022 +1100 Restart jinja2 generation for firmware-side output.
10 lines
215 B
Django/Jinja
Executable File
10 lines
215 B
Django/Jinja
Executable File
{{ GPL2_HEADER_C_LIKE }}
|
|
{{ GENERATED_HEADER_C_LIKE }}
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Full XAP {{ xap.version }} definitions
|
|
|
|
#if 0
|
|
{{ xap | tojson(4) }}
|
|
#endif
|