{"id":20504692,"url":"https://github.com/proffix4/kbdled","last_synced_at":"2026-01-30T16:47:17.759Z","repository":{"id":119286197,"uuid":"496994981","full_name":"proffix4/kbdled","owner":"proffix4","description":"Small utility for controlling your keyboard LEDs","archived":false,"fork":false,"pushed_at":"2016-08-05T23:05:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T07:04:25.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/proffix4.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}},"created_at":"2022-05-27T12:50:58.000Z","updated_at":"2022-09-01T17:27:51.000Z","dependencies_parsed_at":"2023-08-29T01:55:53.991Z","dependency_job_id":null,"html_url":"https://github.com/proffix4/kbdled","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/proffix4/kbdled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proffix4%2Fkbdled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proffix4%2Fkbdled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proffix4%2Fkbdled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proffix4%2Fkbdled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proffix4","download_url":"https://codeload.github.com/proffix4/kbdled/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proffix4%2Fkbdled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-15T19:39:38.795Z","updated_at":"2026-01-30T16:47:17.741Z","avatar_url":"https://github.com/proffix4.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# kbdled\n\nA small utility for controlling your keyboard LEDs.\n\nTested under FreeBSD 10.1.\n\n## Installation\n\n```bash\nmake install\n```\n\n## Usage\n\n```\nusage: kbdled [+-][cnsr]\n       kbdled -t tty [+-][cnsr]\n```\n\nToggle your Caps Lock LED:\n```bash\nkbdled c\n```\n\nToggle Num Lock LED:\n```bash\nkbdled n\n```\n\nToggle Scroll Lock LED:\n```bash\nkbdled s\n```\n\nReset all LEDs to off:\n```bash\nkbdled r\n```\n\nYou can combine options to toggle multiple LEDs.\n\nToggle all LEDs:\n```bash\nkbdled cns\n```\n\nPrefix an LED with `+` to enable it and with `-` to disable it.\n\nEnable the Caps Lock LED:\n```bash\nkbdled +c\n```\n\nDisable the Caps Lock LED:\n```bash\nkbdled -c\n```\n\nEnable all LEDs not matter their previous state:\n```bash\nkbdled +c+n+s\n```\n\nYou can specify a tty like this:\n```bash\nkbdled -t /dev/ttyv8 +cns\n```\n\nThere is some simple support for animating your LEDs.\nThe following example enables your Caps Lock LED, waits 250 ms and then disables it again.\n```bash\nkblded +c w250 -c\n```\n\nYou can loop with `loop`. This makes your Caps Lock LED blink forever:\n```bash\nkbdled +c w250 -c w250 loop\n```\n\nTo make all LEDs \"bounce\" back and forth:\n```bash\nkbdled r+n w250 -n+c w250 -c+s w250 -s+c w250 -c+n w250 loop\n```\n\n## License\n\nCopyright (c) 2015 by Tobias Kortkamp\n\nDistributed under the BSD 2-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproffix4%2Fkbdled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproffix4%2Fkbdled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproffix4%2Fkbdled/lists"}