summaryrefslogtreecommitdiffstats
path: root/keyboards/playkbtw
Commit message (Expand)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-4/+8
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-164-3/+5
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
* Move 60% layouts to data driven (#20477)Ryan2023-04-273-102/+65
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-95/+428
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-18/+83
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-4/+12
* Move TKL layouts to data driven (#20337)Ryan2023-04-052-122/+100
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-8/+0
* Remove more empty headers (#20155)Ryan2023-03-173-19/+0
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-118-49/+20
* Move backlight config to data driven (#19910)Ryan2023-02-265-9/+7
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-222-2/+0
* Remove matrix size defines (#19581)Ryan2023-02-174-16/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-9/+12
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-24/+8
* Debounce defines cleanup (#19742)Ryan2023-02-033-9/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-4/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-6/+3
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-1/+1
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-065-8/+8
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-6/+6
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-153-14/+30
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-4/+6
* RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-011-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-302-0/+22
|\
| * [Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE2022-09-292-0/+22
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
|/
* Move keyboard USB IDs and strings to data driven: P (#17875)Ryan2022-08-038-29/+25
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-12/+12
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-6/+4
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-6/+0
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-113-22/+22
|\
| * [Keyboard] Reduce compiled size for pk64rgb's via keymap (#15118)Drashna Jaelre2021-11-113-22/+22
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-1010-0/+489
|\|
| * [Keyboard] PK64RGB Keyboard Addition (#14627)Barry Huang2021-11-1010-0/+489
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-053-3/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-263-10/+3
|\|