Thank you for contributing to Haptique Kincony AGFW 🎉
We appreciate your interest in improving this open-source firmware and its companion tools.
- Keep your code modular and well-commented.
- Follow the same folder and naming structure:
- Firmware →
/KinkonyAGFW_Arduino - Tools →
/tools - Docs →
/docs
- Firmware →
- Test before committing — use
status_check.pyandir_send.pyfor quick validation. - Make sure new files include meaningful headers or descriptions.
We use the Conventional Commits format to keep history organized.
Examples:
feat(tools): add Wi-Fi setup utility
fix(api): correct JSON structure in /api/status
docs: update setup instructions