This repository contains QMK Community Modules for KeyPeek and other applications.
keypeek_layer_notify: Sends current/default layer state and key press/release events over Raw HID so KeyPeek can track layer changes and key highlights.
Add this repository into your userspace modules/ folder, e.g. as modules/srwi:
git submodule add <repo-url> modules/srwi
git submodule update --init --recursiveThen enable the module in your keymap keymap.json:
{
"modules": [
"srwi/keypeek_layer_notify"
]
}