You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleidoscope/docs/quick_start.md

15 lines
466 B

# Getting Started
For most folks, the right way to get started is to install the Arduino IDE with prebuilt Kaleidoscope support
## Set up the Arduino IDE with Kaleidoscope support
[setup_toolchain](Install Arduino and Kaleidoscope)
If you intend to develop Kaleidoscope, you may want to install Kaleidoscope from git.
### Clone the hardware definitions
```sh
git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio
```