Commit graph

19 commits

Author SHA1 Message Date
Henry Gabryjelski
5f3107c3a1
Fix import order per pylint 2021-08-23 15:44:55 -07:00
Henry Gabryjelski
ecd93e5946 further minimize changes 2021-08-19 10:09:21 -07:00
Henry Gabryjelski
b4218cb183 fix spacing from de-indentation 2021-08-19 10:08:27 -07:00
Henry Gabryjelski
cb3ffb7754 Remove indentation per request 2021-08-19 10:06:34 -07:00
Henry Gabryjelski
d0bd10a92b reduce comment 2021-08-18 20:58:48 -07:00
Henry Gabryjelski
a5f6fa7c30 comment on code folding 2021-08-18 20:50:55 -07:00
Henry Gabryjelski
c157dcde0c
Update code.py 2021-08-17 22:12:33 -07:00
Dan Halbert
6be682f4a0 lowercase variables in macropad scripts; a few minor pylint fixes 2021-08-05 15:14:12 -04:00
Harold De Armas
d808fda058
Release keys should work on positive integers
d5b6ea50f4/adafruit_hid/keyboard.py (L144)

In hid, if you press the positive numbers, it won't actually remove them if you pass in negative numbers.
2021-08-03 12:45:49 -07:00
James Carr
c75c0535f7 Remove max_size usage with displayio.Group
Remove max_glyphs usage with Display_Text Label
2021-07-28 18:05:45 +01:00
Harold De Armas
79d6a16aa0
Release keys when switching layers
Just a good way to unstick keys just in case.
2021-07-27 10:25:36 -07:00
Phillip Burgess
1937c26896 Update for protected-access fixes; wait for next bundle build before PR merge 2021-07-14 13:08:15 -07:00
Phillip Burgess
e0852f302b Rewrite to use Macropad library 2021-07-14 11:26:00 -07:00
Phillip Burgess
09b1eaf644 Don't use bare-except 2021-07-06 15:34:18 -07:00
Phillip Burgess
849dde8619 Macropad Hotkeys: trap import errors, add comments to config files 2021-07-06 14:20:32 -07:00
Phillip Burgess
80cd34a63b Refactor to use keypad module, update pylint rules, remove unused import time 2021-07-06 11:28:23 -07:00
Phillip Burgess
2c868f0459 Disable screen auto-refresh for quicker response 2021-07-05 20:06:00 -07:00
Phillip Burgess
c6d381f359 Use .py instead of .json for macro files, code’s way simpler 2021-07-05 15:40:12 -07:00
Phillip Burgess
48df9c379a Rename Macros project to Hotkeys, rename some .json files 2021-07-03 23:12:23 -07:00
Renamed from Macropad_Macros/code.py (Browse further)