aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mint60/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Refactor mint60 to use split_common (#8084)Joel Challis2020-02-071-28/+0
|
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-16/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* add '#define USE_SERIAL' to keyboards/mint60/config.h (#5758)Takeshi ISHII2019-05-022-2/+2
| | | If there is no '#define USE_SERIAL', qmk configurator will give an error, so add '#define USE_SERIAL' to `mint60/config.h`。
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-4/+0
|
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-4/+0
|
* Remove empty fn_actions[]fauxpark2019-01-112-8/+0
|
* Keyboard: set SAFE_RANGE (#4078)eucalyn2018-10-052-2/+2
|
* Keyboard: add mint60 keyboard (#3543)eucalyn2018-08-196-0/+258
* add mint60 * change source by reviews