Jesse Vincent 3 years ago
parent b3bf1ae421
commit 7a2436f80b
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -29,11 +29,11 @@ $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/virtual/boards.txt:
$(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/avr/boards.txt:
git clone -c core.symlinks=true \
--recurse-submodules \
git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio \
https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio \
$(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio
git clone -c core.symlinks=true \
--recurse-submodules \
git://github.com/keyboardio/ArduinoCore-GD32-Keyboardio $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/gd32
https://github.com/keyboardio/ArduinoCore-GD32-Keyboardio $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/gd32
update:
cd $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio; git pull; \

Loading…
Cancel
Save