adafruit_macropad
adafruit_macropad copied to clipboard
**user.py** ```py # user.py from apps.home import HomeApp from utils.constants import OS_SETTING, OS_MAC, PREVIOUS_APP_SETTING app_settings = { OS_SETTING: OS_MAC, PREVIOUS_APP_SETTING: [], } DEFAULT_APP = lambda app_pad: HomeApp(app_pad, app_settings) ``` **Error:**...
When the macropad is critical to your workflow, it can be difficult to also develop for it, since breaking the code cripples you. Opening this issue to evaluate ideas to...
I've been enjoying the project since I picked up a MacroPad last week but I'm having problems today with the rotary encoder button functioning correctly. Pressing the rotary encoder to...
Do I just add another .py under apps with a new class defined, or is there some other way and still retain the clone for future pulls?
I tried importing the code to my macropad with circuitpython 7.3.1 but it fails Updating the libraries did not help unfortunatly. ``` Auto-reload is on. Simply save files over USB...
This PR adds basic support for processing events over a serial connection. There is [a helper app in a separate repo](https://github.com/kbaskett248/adafruit-macropad-helper) that sends these events. This is heavily inspired by...
This PR adds support for reading data over the serial data port from the host computer. This data is used to configure the MacroPad and is available for use by...
An alternate idea for user-configurable settings.