aboutsummaryrefslogtreecommitdiffstats
path: root/code.py
diff options
context:
space:
mode:
Diffstat (limited to 'code.py')
-rw-r--r--code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/code.py b/code.py
index 24bed23..0b43e08 100644
--- a/code.py
+++ b/code.py
@@ -1,5 +1,6 @@
# import test
from hex33board import Keyboard
+import hex33board.boards.r2_defcd99 as board
-k = Keyboard()
+k = Keyboard(board)
k.run()