Teensy 3.1 support
This commit is contained in:
10
entrypoints/teensy31.py
Normal file
10
entrypoints/teensy31.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
|
||||
from kmk_keyboard_user import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
main()
|
||||
except Exception as e:
|
||||
sys.print_exception(e)
|
||||
sys.exit(1)
|
Reference in New Issue
Block a user