1
0

Remove unused qmk.keymap.write_file/qmk.keymap.write_json (#25854)

This commit is contained in:
Joel Challis
2025-12-04 23:31:52 +00:00
committed by GitHub
parent a71a34eb52
commit 511f1ed9de
2 changed files with 0 additions and 38 deletions

View File

@@ -42,6 +42,3 @@ def test_generate_json_pytest_basic():
def test_parse_keymap_c():
parsed_keymap_c = qmk.keymap.parse_keymap_c('keyboards/handwired/pytest/basic/keymaps/default/keymap.c')
assert parsed_keymap_c == {'layers': [{'name': '0', 'layout': 'LAYOUT_ortho_1x1', 'keycodes': ['KC_A']}]}
# FIXME(skullydazed): Add a test for qmk.keymap.write that mocks up an FD.