Last active
September 7, 2020 01:43
-
-
Save willmendesneto/3a07dcae04a51b9815529b762f225ba8 to your computer and use it in GitHub Desktop.
TADA 68 - Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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