summaryrefslogtreecommitdiff
path: root/keyboards/tada68/tada68.h
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
2020-01-06Add an 65_ansi community layout (#7793)Yan-Fa Li
* 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>
2018-09-19Keyboard: Fix the LAYOUT_iso macro for tada68 (#3943)skullydazed
2018-08-06Keyboard: Remap layout to match the actual keys sent from the tada68 board. ↵Greg Bowler
(#3483) * Remap layout to match the actual keys sent from board. Fixes #3480 * Remap layer 1
2018-06-14Tada68 refactor and readme update (#3178)noroadsleft
* Readme update * Matrix/info.json refactor * Keymap refactor * Bugfix for mattdicarlo keymap
2017-10-29Added Iso(ish) layout for tada68. (#1924)Pentti Laitinen
- Basic layout with one function layer. - Added correct mapping for ISO layout into tada68.h. - Readme for the keymap.
2017-07-05Added support for RGB on the Tada68Maarten Dekkers
2016-09-22Initial support for TADA68TerryMathews