feat(q5_max): chord-based unicode/emoji input system #1

Merged
rootiest merged 3 commits from q5_dev into main 2026-04-06 17:31:50 +00:00
Showing only changes of commit bdcec0fd7e - Show all commits
+5
View File
@@ -62,3 +62,8 @@ qmk config user.keymap=via
2. Implement features in `keyboards/keychron/q5_max/ansi_encoder/keymaps/via/`.
3. Test compilation locally before committing.
4. Ensure `rules.mk` has the necessary flags enabled (e.g., `TAP_DANCE_ENABLE = yes`, `UNICODE_ENABLE = yes`).
## Git Conventions
* Use conventional commits (`feat:`, `fix:`, `docs:`, `chore:`, etc.) scoped to the keyboard where relevant (e.g. `feat(q5_max):`).
* Do **not** include `Co-Authored-By: Claude` trailers in commit messages.