Skip to content

Instantly share code, notes, and snippets.

@egstad
Last active November 13, 2022 18:20
Show Gist options
  • Save egstad/03dc892076c5f97e0c1e371013f952d7 to your computer and use it in GitHub Desktop.
Save egstad/03dc892076c5f97e0c1e371013f952d7 to your computer and use it in GitHub Desktop.
Update TADA68

Tada68 Remapping on Mac

Wanna remap your TADA68? Of course you do, especially if you're like me and use a Mac.


STEP 1 — Visit the editor

Click here to visit the site. This website is a piece of absolute horse shit. Enable flash and prepare yourself. View the notes section of this doc for some helpers. Once you're pleased with the layout, compile and save it into your Downloads folder. Name it FLASH.BIN (all caps).


STEP 02 — Mount TADA68

Plug in TADA68, hit reset button on bottom. This should mount it to your machine. Find it? Good. Now open a terminal.


STEP 03 — Run the following commands

Command Purpose Note
cd /Volumes/TADA68\ \ / 
Go to the TADA68 directory Note the space after "/"
ls -a
Show all files currently in directory. You should see something like FLASH.BIN, ._.Trashes, .Trashes, .., ., .fseventsd You can skip this.
rm FLASH.BIN
Get rid of that old shit.
cp -r ~/Downloads/FLASH.BIN /Volumes/TADA68\ \ / 
Copy over the fresh FLASH.BIN from the shit site. This assumes the flash is in your downloads. Note that this is case-sensitive.
rm -rf .Trashes/ .fseventsd/ ._.Trashes ._FLASH.bin
Throw out that useless shit - some of which your mac adds because I don't fucking know why.

STEP 04 — Unmount the TADA68

After ejecting, type away baby! TADA!


Notes

Wanna map the function keys? Note that the momentary press option, which is the second choice in the dropdown at the time of writing, produces the traditional results of pressing a function key.

@marcusYKT
Copy link

Thanks for making this egstad! <3

@egstad
Copy link
Author

egstad commented Apr 20, 2020

@filipruisl - lol, I ended up doing the same thing. I retired my Tada for an ortho and have gotten familiar with QMK - which fucking rules.

@egstad
Copy link
Author

egstad commented Apr 20, 2020

@marcusYKT - you are welcome!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment