mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-27 05:36:52 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
a3f4d8064f
@ -1,4 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# yapf: disable
|
||||
|
||||
# Add all used Unicode symbols to this list.
|
||||
# The key (e.g. "SNEK") is used in keymap.c for "enum", "unicode_map" and "keymaps", so it needs to be a valid C variable name.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# yapf: disable
|
||||
import sys
|
||||
import struct
|
||||
import subprocess
|
||||
|
Loading…
Reference in New Issue
Block a user