summaryrefslogtreecommitdiff
path: root/keyboards/tada68/readme.md
AgeCommit message (Collapse)Author
2020-01-08Tada68 Fixes and Minor Refactoring (#7820)James Young
* fix ANSI layout macro reference * update ISO layout macro and enable 65_iso community layout support - rename to LAYOUT_65_iso (with LAYOUT_iso alias for backwards compatibility) - rename position k2c to k1d (electrical position) * rules.mk templating * tada68.h: use #pragma once include guard * config.h: use #pragma once include guard * make product id unique * update info.json * update readme * cleanup default keymap - keycode alignment - layout macro reference - four-space indent * remove matrix_*_user functions from tada68.h
2018-08-21Keyboard: Fix tada68 Linux readme (#3717)Kjili
Remove confusing mention of a "Windows" computer.
2018-08-11Keyboard: Make tada68 build .bin files by default (#3630)skullydazed
2018-07-29Keyboard: Add tada68 Linux flashing instructions (#3516)rbong
2018-07-17Keyboard: Add tada68 flashing instructions for Mac (#3424)Mark Kuba
2018-07-13Tada68: Updated links to external sites. (#3389)Luma
Friend was having trouble with their tada since their build environment wasn’t setup. Updated so they could access the links that were listed (old links 404’d)
2018-06-14Tada68 refactor and readme update (#3178)noroadsleft
* Readme update * Matrix/info.json refactor * Keymap refactor * Bugfix for mattdicarlo keymap
2018-03-01Fixed dead links (#2451)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
* 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-13Tada68 instructions, updated and clarified to avoid bricking keyboardsGareth Pye
2017-08-16Make the bulk of our keyboards match the readme.md standardskullY
2017-07-05Moved RGB features to new layoutMaarten Dekkers
2017-07-05Fixed image descriptionMaarten Dekkers
2017-07-05Added support for RGB on the Tada68Maarten Dekkers
2017-03-11Update readme and default layout for TADA68James Barrett
Add the default function layer mappings for the keyboard. Provide flashing instructions in the readme.
2016-09-22Initial support for TADA68TerryMathews