summaryrefslogtreecommitdiff
path: root/keyboards/tada68/keymaps/default/keymap.c
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
2019-02-16Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark
2018-06-14Tada68 refactor and readme update (#3178)noroadsleft
* Readme update * Matrix/info.json refactor * Keymap refactor * Bugfix for mattdicarlo keymap
2017-07-05Fixed arrow up and rgb configMaarten Dekkers
2017-07-05Moved RGB features to new layoutMaarten 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