summaryrefslogtreecommitdiffstats
path: root/keyboards/kakunpc
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-3/+3
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-064-6/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-206-29/+13
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-206-29/+13
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0613-13/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0318-69/+58
|\|
| * Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-0318-69/+58
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-194-4/+4
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1513-30/+0
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-103-36/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* [Keyboard] Fix suihankey/splitDrashna Jael're2022-01-121-1/+1
|
* move @kakunpc 's keebs into kakunpc/ (#15814)peepeetee2022-01-12132-0/+6465
Co-authored-by: kakunpc <15257475+kakunpc@users.noreply.github.com>