commit 51a0099434ed9a28fb7a8c8d79ab0676d3a2c7ab Author: foostan Date: Sun Jan 28 19:36:03 2024 +0900 Add Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..351748d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# OSX thumbnails cache file +.DS_Store diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..2d00d9e5 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: pull-qmk-firmware +pull-qmk-firmware: + git subtree pull --prefix qmk/qmk_firmware https://github.com/qmk/qmk_firmware.git master --squash