zmk-clickety-split is the official out-of-tree ZMK module for Clickety Split hardware.
The module contains ZMK board, shield, and supporting driver definitions for Clickety Split keyboards and controllers while remaining separate from the upstream ZMK source tree.
- Chiisai
- MNML 3×5
- MNML 3×6
- MNML 4×6
- Leeloo
- Leeloo-Micro
- Pepito
The module also contains the Clickety Split PM-aware GPIO rail implementation used by supported hardware for firmware-controlled peripheral power management.
Add this repository to the west.yml manifest of a ZMK user configuration:
manifest:
remotes:
- name: clickety-split
url-base: https://github.com/ClicketySplit
projects:
- name: zmk
remote: zmkfirmware
revision: <zmk-revision>
import: app/west.yml
- name: zmk-clickety-split
remote: clickety-split
revision: <clickety-split-revision>