{"id":27621864,"url":"https://github.com/initerworker/rmk-lily58-keyboard","last_synced_at":"2026-05-18T14:40:42.652Z","repository":{"id":289006772,"uuid":"969815518","full_name":"IniterWorker/rmk-lily58-keyboard","owner":"IniterWorker","description":"Rust firmware for the Lily58 Pro split keyboard (nRF52840 + RMK)","archived":false,"fork":false,"pushed_at":"2025-05-05T00:25:07.000Z","size":601,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T21:44:57.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IniterWorker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-21T01:24:35.000Z","updated_at":"2025-05-05T00:25:13.000Z","dependencies_parsed_at":"2025-04-23T08:07:19.653Z","dependency_job_id":"0fb74cdc-e72a-4efd-8608-42cc44d054cf","html_url":"https://github.com/IniterWorker/rmk-lily58-keyboard","commit_stats":null,"previous_names":["initerworker/rmk-lily58-keyboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IniterWorker/rmk-lily58-keyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Frmk-lily58-keyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Frmk-lily58-keyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Frmk-lily58-keyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Frmk-lily58-keyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IniterWorker","download_url":"https://codeload.github.com/IniterWorker/rmk-lily58-keyboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Frmk-lily58-keyboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262879191,"owners_count":23378571,"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":[],"created_at":"2025-04-23T08:07:17.705Z","updated_at":"2025-10-23T20:27:59.615Z","avatar_url":"https://github.com/IniterWorker.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RMK Lily58 Keyboard\n\nBased on RMK and nrf52840, Lily58_Pro PCB (also called Pandakb or Minifuny).\n\n![Keyboard](./keyboard.jpg)\n\n## uf2 support\n\nIf you’re using the Adafruit_nRF52_Bootloader (pre-installed on the nice!nano), you’re in luck! This bootloader supports the .uf2 firmware format, which eliminates the need for a debugging probe to flash your firmware. RMK uses the `cargo-make` tool to generate .uf2 firmware, with the generation process defined in the `Makefile.toml`.\n\nFollow these steps to generate and flash the .uf2 firmware with RMK:\n\n1. Get `cargo-make` tool:\n   ```shell\n   cargo install --force cargo-make\n   ```\n2. Compile RMK and generates .uf2 firmware:\n   ```shell\n   cargo make uf2 --release\n   ```\n3. Flash\n\n   - Put your board into bootloader mode. A USB drive will appear on your computer.\n   - Drag and drop the generated .uf2 firmware file onto the USB drive. The RMK firmware will be automatically flashed onto your microcontroller.\n\n   For additional details on entering bootloader mode and flashing firmware, refer to the [nice!nano documentation](https://nicekeyboards.com/docs/nice-nano/getting-started#flashing-firmware-and-bootloaders)\n\n### Tips for nRF52840\n\nFor nRF52840, there are several widely used UF2 bootloaders, they require slight different configs.\n\nFirst, you should check the used softdevice version of your bootloader. Enter bootloader mode, there will be an USB driver shown in your computer. Open `INFO_UF2.TXT` in the USB driver, the content of `INFO_UF2.TXT` should be like:\n\n```\nUF2 Bootloader 0.6.0 lib/nrfx (v2.0.0) lib/tinyusb (0.10.1-41-gdf0cda2d) lib/uf2 (remotes/origin/configupdate-9-gadbb8c7)\nModel: nice!nano\nBoard-ID: nRF52840-nicenano\nSoftDevice: S140 version 6.1.1\nDate: Jun 19 2021\n```\n\nAs you can see, the version of softdevice is `S140 version 6.1.1`. For nRF52840, RMK supports S140 version 6.X and 7.X. The `memory.x` config is slightly different for softdevice 6.X and 7.X:\n\n```ld\nMEMORY\n{\n  /* These values correspond to the NRF52840 with Softdevices S140 6.1.1 */\n  /* FLASH : ORIGIN = 0x00026000, LENGTH = 824K */\n\n  /* These values correspond to the NRF52840 with Softdevices S140 7.3.0 */\n  FLASH : ORIGIN = 0x00027000, LENGTH = 820K\n  RAM : ORIGIN = 0x20020000, LENGTH = 128K\n}\n```\n\nYou can edit your `memory.x` to choose correct value for your bootloader.\n\n### Additional notes\n\nRMK defaults to USB-priority mode if a USB cable is connected. After flashing, remember to disconnect the USB cable, or [switch to BLE-priority mode](https://haobogu.github.io/rmk/wireless.html#multiple-profile-support) by pressing User11(Switch Output) key.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finiterworker%2Frmk-lily58-keyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finiterworker%2Frmk-lily58-keyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finiterworker%2Frmk-lily58-keyboard/lists"}