For keyboard, the strongest matches are qmk/qmk_firmware (This repository is the definitive firmware framework for programmable), tmk/tmk_keyboard (This repository provides programmable keyboard firmware that handles key) and zmkfirmware/zmk (ZMK is an open-source wireless keyboard firmware framework built). Each is ranked by relevance to your query, popularity and recent activity.
Discover the best open-source custom mechanical keyboard repositories, ranked by stars and activity, to help you find the right fit.
This project is a keyboard firmware framework and programmable keyboard ecosystem designed for Atmel AVR and ARM microcontrollers. It provides the embedded software necessary to implement the USB Human Interface Device standard, allowing hardware to communicate keystrokes and mouse movements to a host computer. The framework distinguishes itself by offering a comprehensive toolchain for custom hardware development, including a command line interface for project scaffolding, firmware flashing, and configuration linting. It supports a variety of flexible configuration methods, allowing users to
This repository is the definitive firmware framework for programmable mechanical keyboards, providing all the keymap customization, macro support, RGB control, and layer switching capabilities required by the search.
tmk_keyboard is keyboard firmware for AVR and Cortex-M microcontrollers designed to handle key matrix scanning and HID communication. It functions as an embedded hardware control library for managing GPIO pins and EEPROM storage, as well as a driver that transmits keystroke and mouse data to a host computer via USB or PS/2 protocols. The project features a layer-based keymap engine that allows physical keys to be mapped to multiple virtual layers. It also includes a legacy keyboard protocol translator to convert signals from vintage hardware standards to modern computer interfaces. The firmw
This repository provides programmable keyboard firmware that handles key matrix scanning, layer switching, and macro support, though it lacks some modern high-level configuration tools.
ZMK is a modular firmware framework built on the Zephyr RTOS for wireless keyboards. It functions as a programmable system for defining custom keymaps, layers, and input behaviors, acting as an HID device emulator for keyboard and mouse input on computers and mobile devices. It specifically provides a controller solution for synchronizing two separate keyboard halves over wireless or wired links. The project is distinguished by its focus on Bluetooth Low Energy connectivity, featuring multi-device pairing and the ability to switch between several saved host profiles. It includes advanced powe
ZMK is an open-source wireless keyboard firmware framework built on Zephyr RTOS that supports custom keymaps, layers, macros, lighting control, and split keyboard configurations.