Resolves #121: Use flattened keymaps, which can visually represent the logical layout, rather than the physical wiring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user