aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Tada68 Fixes and Minor Refactoring (#7820)James Young2020-01-081-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-2/+0
|
* Tada68 refactor and readme update (#3178)noroadsleft2018-06-141-3/+3
| | | | | | | | | | * Readme update * Matrix/info.json refactor * Keymap refactor * Bugfix for mattdicarlo keymap
* Fixed arrow up and rgb configMaarten Dekkers2017-07-051-1/+1
|
* Moved RGB features to new layoutMaarten Dekkers2017-07-051-2/+2
|
* Added support for RGB on the Tada68Maarten Dekkers2017-07-051-3/+3
|
* Update readme and default layout for TADA68James Barrett2017-03-111-56/+10
| | | | | | Add the default function layer mappings for the keyboard. Provide flashing instructions in the readme.
* Initial support for TADA68TerryMathews2016-09-221-0/+98