moving config to default_config and adding in 3d models for the macropad case itself

This commit is contained in:
Lucas Oskorep
2022-09-15 17:03:02 -04:00
parent 93e3e1eadc
commit bc7a7c0168
15 changed files with 41 additions and 111 deletions
+20
View File
@@ -0,0 +1,20 @@
arrows_with_enter = [
(0, 0, 0), (0, 0, 0), (0, 0, 0),
(0, 0, 0), (0, 0, 100), (0, 0, 0),
(0, 0, 100), (100, 0, 0), (0, 0, 100),
(0, 0, 0), (0, 0, 100), (0, 0, 0)
]
up_down_enter = [
(0, 0, 0), (0, 0, 0), (0, 0, 0),
(0, 0, 0), (0, 0, 100), (0, 0, 0),
(0, 0, 0), (100, 0, 0), (0, 0, 0),
(0, 0, 0), (0, 0, 100), (0, 0, 0)
]
arrows_yes_no = [
(0, 0, 0), (0, 0, 100), (0, 0, 0),
(100, 0, 0), (0, 0, 100), (0, 100, 0),
(0, 0, 0), (0, 0, 0), (0, 0, 0),
(0, 0, 0), (0, 0, 0), (0, 0, 0),
]