summaryrefslogtreecommitdiff
path: root/keyboards/senselessclay/ck65/keymaps
AgeCommit message (Collapse)Author
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-01-29CK65: LAYOUT_65_iso compatibility (#16118)James Young
* info.json: apply friendly formatting * ck65.h: use QMK 3-character notation * move Enter keycode/argument to home row This commit makes the `LAYOUT` macro conformant to `LAYOUT_65_iso` in QMK. * rename LAYOUT to LAYOUT_65_iso * use QMK-native KC_TRNS alias in keymaps Replaces instances of `KC_TRNS` with `_______` in keymaps. * info.json: update maintainer field
2021-10-15[Keyboard] Adding CK60 and CK65 (#14737)hadi
Co-authored-by: Ryan <fauxpark@gmail.com>