Commit 0b8f895b3651

Vincent Demeester <vincent@sbr.pm>
2025-11-19 18:41:00
docs: Fix eyelash_corne build command in CLAUDE.md
- Update build command to use correct script location Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 90366b6
Changed files (1)
CLAUDE.md
@@ -163,8 +163,8 @@ go test ./...
 # Build Moonlander QMK firmware
 cd keyboards/moonlander && ./go.sh build
 
-# Build eyelash_corne ZMK firmware (if applicable)
-cd keyboards/eyelash_corne && <build command>
+# Build eyelash_corne ZMK firmware
+cd keyboards && ./eyelash_corne.sh build
 ```
 
 ## Special Notes