aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2018-10-20 21:08:29 -0400
committerBrian Cully <bjc@kublai.com>2018-10-20 21:08:29 -0400
commit93f364cd2c63fa1d1c507458eac6f05d18101f75 (patch)
treeea59e74794dcd0131b4678b7ebbc318eae8a0ef2
parent68b6cc49137a8457dfcd0cc45807c3495b92bb85 (diff)
parent56a90f702e8e374a7d5267859d4154ad90b97269 (diff)
downloadModel01-Firmware-93f364cd2c63fa1d1c507458eac6f05d18101f75.tar.gz
Model01-Firmware-93f364cd2c63fa1d1c507458eac6f05d18101f75.zip
Merge branch 'master' of https://github.com/keyboardio/Model01-Firmware
-rw-r--r--.travis.yml9
-rw-r--r--README.md4
2 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index e7030ac..49b8c49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,17 +3,10 @@ sudo: false
os:
- linux
install:
- - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
+ - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio
script:
- make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware
notifications:
- irc:
- channels:
- - "chat.freenode.net#keyboardio"
- use_notice: true
- skip_join: true
- template:
- - "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}"
email:
on_success: change
on_failure: change
diff --git a/README.md b/README.md
index 79905bd..665961f 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@ cd $HOME/Arduino
## Download hardware platform, including library source code
```sh
-mkdir -p hardware/keyboardio
+mkdir -p hardware
## then clone the hardware definitions to make them available to the arduino environment
-git clone --recursive https://github.com/keyboardio/Arduino-Boards.git hardware/keyboardio/avr
+git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git hardware/keyboardio
````