summaryrefslogtreecommitdiff
path: root/keyboards/sets3n/kk980/keymaps/default
AgeCommit message (Collapse)Author
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-11-03Sets3n kk980 Layout Macro Refactor (#15039)James Young
* physically arrange layout macro Arranges the layout macro to resemble the keyboard layout, and updates the keymaps to match. * use 3-character notation for position identifiers in kk980.h * add matrix diagram to kk980.h * fix syntax error in info.json Apparently the API doesn't care about this error... but QMK Configurator does if you use the local import mode (Ctrl+Shift+I).
2021-09-21[Keyboard] add kk980 keyboard (#14436)Sets3n