git.s-ol.nu hw/0x33.board/firmware / main code.py
main

Tree @main (Download .tar.gz)

code.py @mainraw · history · blame

1
2
3
4
5
6
# import test
from hex33board import Keyboard
import config as board

k = Keyboard(board)
k.run()