Resolves #121: Use flattened keymaps, which can visually represent the logical layout, rather than the physical wiring

This commit is contained in:
Josh Klar
2019-05-12 17:04:23 -07:00
parent d70c2ccc17
commit 0b364cf7f1
10 changed files with 156 additions and 94 deletions

View File

@@ -4,7 +4,7 @@ max_line_length = 99
ignore = X100, E262
per-file-ignores =
# Allow crazy line lengths, unused variables, and multiple spaces after commas in lists (for grid alignment)
user_keymaps/**/*.py: F401,E501,E241
user_keymaps/**/*.py: F401,E501,E241,E131
tests/test_data/keymaps/**/*.py: F401,E501
# Forgive me for my RAM hack sins
kmk/firmware.py: I001,I003,I004,F401