{"id":13734053,"url":"https://github.com/andypiper/ada-macropad","last_synced_at":"2025-05-07T22:29:01.172Z","repository":{"id":145236932,"uuid":"448109125","full_name":"andypiper/ada-macropad","owner":"andypiper","description":"The configuration for my Adafruit Macropad RP2040","archived":false,"fork":false,"pushed_at":"2024-05-21T21:32:39.000Z","size":685,"stargazers_count":10,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T09:56:23.237Z","etag":null,"topics":["adafruit","circuitpython","hardware","keypad","macropad","rp2040"],"latest_commit_sha":null,"homepage":"https://learn.adafruit.com/macropad-hotkeys/custom-configurations","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andypiper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T21:13:55.000Z","updated_at":"2025-02-23T12:05:28.000Z","dependencies_parsed_at":"2024-01-06T09:55:49.758Z","dependency_job_id":"d6cb24f7-9cfb-4e03-a05f-8e88cbdfa159","html_url":"https://github.com/andypiper/ada-macropad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fada-macropad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fada-macropad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fada-macropad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fada-macropad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andypiper","download_url":"https://codeload.github.com/andypiper/ada-macropad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964345,"owners_count":21832669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adafruit","circuitpython","hardware","keypad","macropad","rp2040"],"created_at":"2024-08-03T03:00:52.064Z","updated_at":"2025-05-07T22:29:01.145Z","avatar_url":"https://github.com/andypiper.png","language":"Python","funding_links":[],"categories":["Macros"],"sub_categories":[],"readme":"# Adafruit Macropad RP2040 - CircuitPython code\n\nThis repository contains the configurations I use with the [Adafruit Macropad RP2040](https://www.adafruit.com/product/5128) hardware keypad.\n\nThis is a set of modifications to the code from the [MACROPAD Hotkeys tutorial](https://learn.adafruit.com/macropad-hotkeys/) by [Phillip Burgess](https://learn.adafruit.com/users/pburgess). It is not a direct fork due to the way the Adafruit Learning System repository contains all of the modules as subdirectories.\n\n![Macropad hardware](./doc/macropad1.jpg)\n\n## Requirements\n\n- [CircuitPython 9.x for Macropad RP2040](https://circuitpython.org/board/adafruit_macropad_rp2040/)\n  - currently running on *9.0.4*\n- [CircuitPython libraries](https://circuitpython.org/libraries) (in a `/lib` folder on the `MACROPAD` volume) - see below for a quick way to install these without downloading the whole bundle:\n  - adafruit_display_shapes\n  - adafruit_display_text\n  - adafruit_hid\n  - adafruit_midi\n  - adafruit_debouncer\n  - adafruit_macropad\n  - adafruit_pixelbuf\n  - adafruit_simple_text_display\n  - neopixel\n\nA simple way to install the required CircuitPython dependencies to `/lib` is to [use circup](https://github.com/adafruit/circup) after `code.py` and the `/macros` folder have been copied to the mounted `MACROPAD` volume.\n\n```shell\n$ circup install --auto\n```\n\nIt's like living in the future!\n\n[Read more about installing and using Circup](https://learn.adafruit.com/keep-your-circuitpython-libraries-on-devices-up-to-date-with-circup).\n\n## Configuration\n\nThe contents of this repository are macros to work with applications running on macOS. If you don't use a Mac, you will almost certainly need to replace references to `Keycode.COMMAND` with a platform-specific alternative (probably `Keycode.CONTROL`, YMMV).\n\n### Changelog\n\n- 2024-05-21: Updated to CircuitPython 9.x\n  - cleaned up for latest CP libraries\n  - added requirements / circup instructions\n  - reduced brightness of NeoPixels\n  - removed unused macros\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandypiper%2Fada-macropad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandypiper%2Fada-macropad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandypiper%2Fada-macropad/lists"}