Skip to content

Instantly share code, notes, and snippets.

@willmendesneto
Last active September 7, 2020 01:43
Show Gist options
  • Save willmendesneto/3a07dcae04a51b9815529b762f225ba8 to your computer and use it in GitHub Desktop.
Save willmendesneto/3a07dcae04a51b9815529b762f225ba8 to your computer and use it in GitHub Desktop.
TADA 68 - Configuration
- Go to https://config.qmk.fm/#/tada68/LAYOUT_65_ansi and change the layout based in your preferences
- Remapping on MAC https://gist.github.com/egstad/03dc892076c5f97e0c1e371013f952d7
- Click in "Compile" button and wait for your bin file to be compiled
- After that, click on "Firmware" button to download the firmware to be added in your keyboard
- Run these commands
```
cd /Volumes/TADA68\ \
cp -r ~/Downloads/tada68_tada68_default.bin .
rm -rf .
ls -la
```
When you run `ls -la` you should see *only* your `.bin` file inside TADA68 volume.
- Click `Esc` to eject and start using the keyboard
- Enjoy 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment