aboutsummaryrefslogtreecommitdiff
path: root/chak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chak/Makefile')
-rw-r--r--chak/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/chak/Makefile b/chak/Makefile
deleted file mode 100644
index 38a0482..0000000
--- a/chak/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-KEYBOARD=crkbd
-FULL_KEYBOARD=crkbd/rev1
-CONTROLLER=promicro_rp2040
-
-include ../qmk.mk
-
-all:
- $(qmk_clean)
- $(qmk_compile)
- $(qmk_flash_rp2)
- @echo "!! Wait for controller to reset (display/led flash) and plug other half in"
- @sleep 3
- $(qmk_flash_rp2)
- $(qmk_clean)