mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 08:22:44 +00:00
lower threshold
This commit is contained in:
parent
cb7d103ba8
commit
a8cbda7b8a
@ -12,7 +12,7 @@ from qmk.c_parse import parse_config_h_file
|
|||||||
from qmk.json_schema import json_load
|
from qmk.json_schema import json_load
|
||||||
from qmk.makefile import parse_rules_mk_file
|
from qmk.makefile import parse_rules_mk_file
|
||||||
|
|
||||||
KEY_WIDTH = 4 if shutil.get_terminal_size().columns < 200 else 6
|
KEY_WIDTH = 4 if shutil.get_terminal_size().columns < 160 else 6
|
||||||
BOX_DRAWING_CHARACTERS = {
|
BOX_DRAWING_CHARACTERS = {
|
||||||
"unicode": {
|
"unicode": {
|
||||||
"tl": "┌",
|
"tl": "┌",
|
||||||
|
Loading…
Reference in New Issue
Block a user