summaryrefslogtreecommitdiffstats
path: root/keyboards/kakunpc
Commit message (Expand)AuthorAgeFilesLines
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2422-38/+22
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1822-11/+11
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1622-14/+28
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-066-10/+2
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2715-11/+12
* TheDogKeyboard Layout Macro Addition (#20689)James Young2023-05-033-135/+287
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-870/+539
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-156-225/+277
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-164/+106
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0622-11/+33
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-054-84/+15
* Move split layouts to data driven (#20290)Ryan2023-04-015-144/+107
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-295-110/+57
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-2313-29/+0
* Remove more empty headers (#20155)Ryan2023-03-1711-178/+0
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-73/+0
* Adjust offset for some layouts (#20075)Ryan2023-03-131-293/+69
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-1118-151/+53
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+0
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-175-13/+6
* Remove matrix size defines (#19581)Ryan2023-02-179-36/+0
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-177-62/+0
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-113-36/+6
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-089-47/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0822-66/+22
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-0713-52/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-0613-65/+0
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-065-15/+20
* Debounce defines cleanup (#19742)Ryan2023-02-0313-39/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0313-39/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-3013-273/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3113-13/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2813-56/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-7/+2
* Remove .noci functionality (#19122)Joel Challis2022-11-218-0/+0
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-167-8/+8
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-4/+4
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1515-159/+81
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-3/+3
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-3/+3
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-064-6/+0
* 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
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-194-4/+4
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-1513-30/+0
* Remove `matrix_key_count()` (#16603)Ryan2022-03-103-36/+0