index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
playkbtw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RGBLight animations to data driven (#21635)
Ryan
2023-08-23
8
-64
/
+50
*
RGB Matrix: driver naming cleanups (#21594)
Ryan
2023-08-23
1
-1
/
+1
*
backlight: split AVR PWM and timer drivers (#21540)
Ryan
2023-07-21
1
-0
/
+1
*
Get rid of `USB_LED_CAPS_LOCK` (#21436)
Ryan
2023-07-06
2
-14
/
+6
*
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)
Ryan
2023-06-24
8
-12
/
+9
*
Move `RGBLED_NUM` to data driven (#21278)
Ryan
2023-06-18
8
-4
/
+8
*
Move `RGBLIGHT_SLEEP` to data driven (#21072)
Ryan
2023-06-16
4
-3
/
+5
*
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Ryan
2023-05-27
2
-1
/
+3
*
`info.json` whitespace cleanups (#20651)
Ryan
2023-05-02
1
-3
/
+3
*
Move 60% layouts to data driven (#20477)
Ryan
2023-04-27
3
-102
/
+65
*
Move remaining `LAYOUT_all`s to data driven (#20463)
Ryan
2023-04-27
2
-95
/
+428
*
Move single `LAYOUT`s to data driven (#20365)
Ryan
2023-04-12
2
-18
/
+83
*
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Ryan
2023-04-08
2
-1
/
+3
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
8
-4
/
+12
*
Move TKL layouts to data driven (#20337)
Ryan
2023-04-05
2
-122
/
+100
*
Remove `RGB_DI_PIN` ifdefs (#20218)
Ryan
2023-03-23
4
-8
/
+0
*
Remove more empty headers (#20155)
Ryan
2023-03-17
3
-19
/
+0
*
Move matrix config to info.json, part 4 (#20001)
Ryan
2023-03-11
8
-49
/
+20
*
Move backlight config to data driven (#19910)
Ryan
2023-02-26
5
-9
/
+7
*
Remove default and unused `BACKLIGHT_LEVELS` (#19898)
Ryan
2023-02-22
2
-2
/
+0
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
4
-16
/
+0
*
Move LED indicator config to data driven (#19800)
Ryan
2023-02-17
6
-9
/
+12
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
8
-24
/
+8
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
3
-9
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
4
-4
/
+0
*
Remove commented out backlight config & stray "backlight levels" (#19703)
Ryan
2023-01-28
3
-4
/
+0
*
Migrate `LAYOUTS` to data driven (#19541)
Ryan
2023-01-10
6
-6
/
+3
*
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Ryan
2022-11-27
1
-1
/
+1
*
Reworked backlight keycodes. (#18961)
Nick Brassel
2022-11-06
5
-8
/
+8
*
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Ryan
2022-10-21
1
-1
/
+1
*
Remove legacy Grave Escape keycodes (#18787)
Ryan
2022-10-20
2
-2
/
+2
*
Remove legacy keycodes, part 5 (#18710)
Ryan
2022-10-15
6
-6
/
+6
*
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Drashna Jaelre
2022-10-15
3
-14
/
+30
*
Fix Per Key LED Indicator Callbacks (#18450)
Drashna Jaelre
2022-10-04
2
-4
/
+6
*
RESET -> QK_BOOT user keymaps (#18560)
Joel Challis
2022-10-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-09-30
2
-0
/
+22
|
\
|
*
[Keymap] Personal user space code and keymaps by ZyBeR (#18512)
ZyberSE
2022-09-29
2
-0
/
+22
*
|
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
2
-2
/
+2
|
/
*
RESET -> QK_BOOT user keymaps (#17940)
Joel Challis
2022-08-21
4
-4
/
+4
*
Merge remote-tracking branch 'origin/master' into develop
Drashna Jael're
2022-08-20
1
-1
/
+1
|
\
|
*
RESET -> QK_BOOT keyboard readme (#18110)
Joel Challis
2022-08-20
1
-1
/
+1
*
|
Remove `UNUSED_PINS` (#17931)
Nick Brassel
2022-08-06
2
-2
/
+0
|
/
*
Move keyboard USB IDs and strings to data driven: P (#17875)
Ryan
2022-08-03
8
-29
/
+25
*
RESET -> QK_BOOT default keymaps (#17037)
Joel Challis
2022-05-15
6
-6
/
+6
*
Remove unnecessary backslash-escapes in default keymaps (#15472)
Ryan
2021-12-14
1
-12
/
+12
*
Fix up build options comments (#15463)
Ryan
2021-12-12
2
-2
/
+2
*
Tidy up NKRO_ENABLE rules (#15382)
Ryan
2021-12-09
4
-6
/
+4
*
Tidy up `SLEEP_LED_ENABLE` rules (#15362)
Ryan
2021-12-01
4
-6
/
+0
*
Remove use of __flash due to LTO issues (#15268)
Joel Challis
2021-11-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-11-11
3
-22
/
+22
|
\
[next]