summaryrefslogtreecommitdiffstats
path: root/keyboards/alf/x2/keymaps/hhkb_60/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Alf X2 Layout Macro Additions (#20495)James Young2023-04-221-6/+6
| | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_rshift * add LAYOUT_ansi * refactor hhkb_60 keymap Refactor the `hhkb_60` keymap to use the `LAYOUT_ansi_split_bs_rshift` macro.
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Alf X2 Refactor (#14572)James Young2021-09-241-22/+33
|
* Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-111-14/+0
|
* Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)MechMerlin2018-09-131-0/+42
* rename alf_x2 to alf * rename to x2 * rename dependencies * Fix readme * moved x2 into alf directory * update readme for make instructions * move dc60 to alf directory * update dc60 readme for make instructions * change readme txt as per noroadsleft PR comment