qmk-firmware/keyboards/tada68
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination (#1784)
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
2017-10-14 11:32:19 -10:00
..
keymaps remove all makefiles from keyboard directories 2017-09-27 08:21:09 -10:00
config.h Fixed arrow up and rgb config 2017-07-05 11:48:19 -04:00
readme.md Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
rules.mk Added support for RGB on the Tada68 2017-07-05 11:48:19 -04:00
tada68.c Added some user customization 2017-07-20 10:18:00 -04:00
tada68.h Added support for RGB on the Tada68 2017-07-05 11:48:19 -04:00

readme.md

TADA68

A compact 65% keyboard.

Keyboard Maintainer: QMK Community Hardware Supported: TADA68 PCB Hardware Availability: kbdfans kbdist

Make example for this keyboard (after setting up your build environment):

make tada68:default:bin

See build environment setup then the make instructions for more information.

Flashing Instructions

*Read all the instructions, there are a few warnings of things to avoid doing to avoid bricking your Tada68. _It is much too easy to do! _

  1. from the qmk_firmware\ directory run:
$ make tada68:default:flashbin
  1. Connect your keyboard to Windows computer, hit the reset button on the TADA, the lights will start flashing.

  2. You'll see a new drive on your computer called TADA68. Backup the original factory FLASH.BIN file thats inside it.

  3. Delete FLASH.BIN from the TADA drive and copy tada68_default.bin that was generated at the root of the qmk directory into the TADA drive.

  4. Do not eject the USB device. Hit ESC on the keyboard. The lights will stop flashing and your firmware is loaded!