aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Tada68 Fixes and Minor Refactoring (#7820)James Young2020-01-081-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add an 65_ansi community layout (#7793)Yan-Fa Li2020-01-061-0/+2
| | | | | | | | | | | | | | | | * Add an 65_ansi community layout - fix quoting because of comma in config.h * Enable LAYOUT_65_ansi for tada68 * cleanups * Update keyboards/tada68/tada68.h Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
* Add LUFA mass storage `BOOTLOADER` "support" (#7729)fauxpark2019-12-291-4/+1
|
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-291-47/+12
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-2/+0
|
* Keyboard: Make tada68 build .bin files by default (#3630)skullydazed2018-08-111-0/+2
|
* Added support for RGB on the Tada68Maarten Dekkers2017-07-051-0/+0
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-12/+12
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Disable RGB led support until a suitable pin is locatedTerryMathews2016-09-231-1/+1
|
* Initial support for TADA68TerryMathews2016-09-221-0/+66