{"id":13451313,"url":"https://github.com/keyboardio/Chrysalis","last_synced_at":"2025-03-23T18:32:15.478Z","repository":{"id":33819390,"uuid":"148279663","full_name":"keyboardio/Chrysalis","owner":"keyboardio","description":"Graphical configurator for Kaleidoscope-powered keyboards","archived":false,"fork":false,"pushed_at":"2025-02-24T21:40:45.000Z","size":41232,"stargazers_count":501,"open_issues_count":124,"forks_count":66,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-03-19T22:09:47.374Z","etag":null,"topics":["chrysalis","configurator","gui","kaleidoscope","keyboard"],"latest_commit_sha":null,"homepage":"https://github.com/keyboardio/Chrysalis#chrysalis","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keyboardio.png","metadata":{"files":{"readme":"README.md","changelog":"changes.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-09-11T07:40:40.000Z","updated_at":"2025-03-18T03:46:01.000Z","dependencies_parsed_at":"2023-12-01T05:23:45.737Z","dependency_job_id":"5c31dbbe-e334-43f7-9e4c-557678a8c336","html_url":"https://github.com/keyboardio/Chrysalis","commit_stats":null,"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyboardio%2FChrysalis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyboardio%2FChrysalis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyboardio%2FChrysalis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyboardio%2FChrysalis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keyboardio","download_url":"https://codeload.github.com/keyboardio/Chrysalis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149542,"owners_count":20568921,"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":["chrysalis","configurator","gui","kaleidoscope","keyboard"],"created_at":"2024-07-31T07:00:51.633Z","updated_at":"2025-03-23T18:32:10.459Z","avatar_url":"https://github.com/keyboardio.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","hacktoberfest"],"sub_categories":[],"readme":"Chrysalis\n=========\n\n![Chrysalis screenshot](data/screenshot.png)\n\n## About\n\nChrysalis is a graphical configuration tool for [Kaleidoscope][kaleidoscope]-powered keyboards. \n\n [kaleidoscope]: https://github.com/keyboardio/Kaleidoscope\n\n## Features\n\n* **Layout editor** to edit the keymap on-the-fly, with the ability to copy one\n  layer to another, and to set a default one.\n* **Colormap editor** to edit the per-key LED colormap on boards that support it.\n* **Firmware upgrade** to upload either the default, Chrysalis-enabled firmware that ships with the application, or a [custom](#using-custom-firmware) one.\n\n## Supported Hardware\n\nChrysalis supports the [Keyboardio Model01][hw:model01], the [Keyboardio\nModel100][hw:model100] and the [Keyboardio Atreus][hw:kbio-atreus].\n\n [hw:kbio-atreus]: https://shop.keyboard.io/collections/keyboardio-atreus\n [hw:model100]: https://www.indiegogo.com/projects/the-keyboardio-model-100--4/\n [hw:model01]: https://shop.keyboard.io/\n\n## Supported Browsers\n\nChrysalis is a web based application that runs online at [https://chrysalis.keyboard.io][url]\n\n  [url]: https://chrysalis.keyboard.io\n\nYour browser needs to support the WebSerial and WebUSB standards. As of this writing, that includes\nChrome, Edge, Arc, Opera, Brave, and other browsers built on the Chromium engine.\n\n## Reporting issues\n\nReporting bugs and feature requests help us make the software\nbetter, please feel free to [open issues][issues] liberally!\n\n [issues]: https://github.com/keyboardio/Chrysalis/issues\n\n## Using custom firmware\n\nWhile Chrysalis comes bundled with supported firmware files, it also supports\ncustom firmware, as long as it has a few Kaleidoscope plugins enabled:\n[FocusSerial][k:focus] to make it possible to communicate with the keyboard in\nthe first place, [EEPROM-Settings][k:eeprom-settings] to be able to store\nconfiguration in EEPROM. The `FocusSerial` plugin provides multiple plugins, and\nChrysalis needs `Focus`, `FocusEEPROMCommand`, and `FocusSettingsCommand` all\nenabled in the custom firmware's `KALEIDOSCOPE_INIT_PLUGINS()`.\n\nAdditionally, for Chrysalis to be able to edit the keymap, the\n[EEPROM-Keymap][k:eeprom-keymap] plugin is also required. Similarly, to\nconfigure the colormap, the custom firmware will need to have the\n[Colormap][k:colormap] plugin enabled.\n\n [k:focus]: https://kaleidoscope.readthedocs.io/en/latest/plugins/Kaleidoscope-FocusSerial.html\n [k:eeprom-settings]: https://kaleidoscope.readthedocs.io/en/latest/plugins/Kaleidoscope-EEPROM-Settings.html\n [k:eeprom-keymap]: https://kaleidoscope.readthedocs.io/en/latest/plugins/Kaleidoscope-EEPROM-Keymap.html\n [k:colormap]: https://kaleidoscope.readthedocs.io/en/latest/plugins/Kaleidoscope-Colormap.html\n\nIf none of the bundled firmwares suit you, and you wish to customise them, or\nbuild one from scratch, you can do that, and doing so is fully supported!\n\n## Development\n\nTo launch the development environment, simply type `yarn \u0026\u0026 yarn start`. \n\n### Translations\n\n[![Translation status](https://hosted.weblate.org/widgets/chrysalis/-/svg-badge.svg)][weblate]\n\nWe're using [Weblate][weblate] to manage and maintain translations.\n\n [weblate]: https://hosted.weblate.org/engage/chrysalis/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyboardio%2FChrysalis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyboardio%2FChrysalis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyboardio%2FChrysalis/lists"}