summaryrefslogtreecommitdiffstats
path: root/keyboards/kc60/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* KC60 refactor (#10834)Ryan2020-11-021-5/+5
|
* KC60 Refactor (#8782)James Young2020-04-151-8/+14
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-6/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Remove empty fn_actions[]fauxpark2019-01-111-4/+0
|
* Merlin community layouts (#3004)MechMerlin2018-05-201-1/+1
| | | | | | | | | | | | * community layout support for eagle_viper v2 and remove mechmerlin keymap dir * community layout support for eagle_viper v2 and remove mechmerlin keymap dir * Change to QMK_KEYBOARD_H and remove merlin keymap in favor of cmmunity layouts * community layout support 60_ansi * community layout support for 60_ansi
* Fix KC60 info.json file (#2707)MechMerlin2018-04-071-1/+1
| | | | | | * change KEYMAP to LAYOUT in all the KC60 files * Redo the info.json file
* update keymaps to not be the canonical fileJack Humbert2017-10-151-2/+0
|
* - Fixed layout for kc60dbroqua2016-08-241-1/+1
|
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+24
* fixes from tmk's repo * rename keyboard to keyboards