DennyTom's buttery_engine (#8138)
* Selectively adding pieces * Adding georgi keymap * Adding more files, fixing make * Smaller makefiles * Fixing make rules * README more inline with QMK's guidelines * Turning off buggy assert * Improving documentation based on a user feedback. * Slightly better schema * Resurrected state machine diagram
This commit is contained in:
parent
ae74922d14
commit
e409fb47f2
22 changed files with 7419 additions and 0 deletions
6
users/dennytom/chording_engine/tests/test_quick.sh
Normal file
6
users/dennytom/chording_engine/tests/test_quick.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd ..
|
||||
python3 parser.py tests/test_keymap_def.json tests/test_keymap.c && \
|
||||
gcc -g tests/test.c -o tests/test && \
|
||||
tests/test
|
Loading…
Add table
Add a link
Reference in a new issue