index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
rgbkb
/
sol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move single `LAYOUT`s to data driven (#20365)
Ryan
2023-04-12
3
-171
/
+170
*
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Ryan
2023-04-08
4
-2
/
+6
*
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
2023-04-06
4
-6
/
+6
*
Remove useless "ifdef KEYBOARD_*" (#20078)
Ryan
2023-03-16
4
-9
/
+0
*
Move matrix config to info.json, part 3 (#19991)
Ryan
2023-03-11
3
-7
/
+10
*
Move encoder config to data driven (#19923)
Ryan
2023-02-26
2
-4
/
+5
*
Move `SOFT_SERIAL_PIN` to data driven (#19863)
Ryan
2023-02-17
3
-2
/
+6
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
1
-4
/
+0
*
Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)
Ryan
2023-02-08
3
-6
/
+4
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
1
-3
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
1
-1
/
+0
*
Remove useless line continuations (#19399)
Ryan
2022-12-30
5
-145
/
+145
*
Remove .noci functionality (#19122)
Joel Challis
2022-11-21
2
-0
/
+0
*
Fix DD warnings for RGBKB boards (#18944)
Ryan
2022-11-04
1
-1
/
+3
*
Normalise Space Cadet keycodes (#18864)
Ryan
2022-10-27
2
-2
/
+2
*
Remove legacy Grave Escape keycodes (#18787)
Ryan
2022-10-20
1
-2
/
+2
*
Remove legacy keycodes, part 6 (#18740)
Ryan
2022-10-16
1
-2
/
+2
*
Remove legacy keycodes, part 5 (#18710)
Ryan
2022-10-15
2
-4
/
+4
*
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Drashna Jaelre
2022-10-15
7
-8
/
+10
*
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
2
-2
/
+2
*
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-08-30
2
-2
/
+2
*
RESET -> QK_BOOT user keymaps (#17940)
Joel Challis
2022-08-21
3
-4
/
+4
*
Merge remote-tracking branch 'upstream/master' into develop
fauxpark
2022-08-20
4
-14
/
+12
|
\
|
*
Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)
Ryan
2022-08-20
4
-14
/
+12
*
|
Make default layer size 16-bit (#15286)
Drashna Jaelre
2022-06-19
2
-4
/
+4
|
/
*
RESET -> QK_BOOT default keymaps (#17037)
Joel Challis
2022-05-15
2
-4
/
+4
*
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...
Ryan
2022-03-15
1
-2
/
+0
*
Remove unnecessary backslash-escapes in default keymaps (#15472)
Ryan
2021-12-14
1
-32
/
+32
*
Tidy up NKRO_ENABLE rules (#15382)
Ryan
2021-12-09
3
-3
/
+3
*
Remove empty config.h from default-ish keymaps (#15429)
Ryan
2021-12-09
1
-25
/
+0
*
Require explicit enabling of RGB Matrix modes (#15018)
Drashna Jaelre
2021-11-15
1
-0
/
+48
*
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
James Young
2021-11-05
2
-2
/
+2
*
[Core] Change OLED task function to be boolean (#14864)
Drashna Jaelre
2021-11-02
4
-4
/
+10
*
Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)
Ryan
2021-09-30
3
-3
/
+0
*
Remove width, height and key_count from info.json (#14274)
Ryan
2021-09-12
2
-4
/
+0
*
Remove bootloader listings from rules.mk (#14330)
Ryan
2021-09-10
1
-7
/
+0
*
[Core] Refactor OLED to allow easy addition of other types (#13454)
Xelus22
2021-08-24
12
-14
/
+15
*
Remove Full Bootmagic (#13846)
James Young
2021-08-06
3
-3
/
+3
*
Keyboards/sol rev2 fix (#13533)
XScorpion2
2021-07-13
1
-9
/
+19
*
Error log cleanup (#13349)
Zach White
2021-06-26
1
-12
/
+12
*
Convert Encoder callbacks to be boolean functions (#12805)
Drashna Jaelre
2021-05-21
5
-8
/
+13
*
Remove KEYMAP and LAYOUT_kc (#12160)
Zach White
2021-05-11
2
-32
/
+11
*
Remove `DESCRIPTION`, R-V (#11632)
Ryan
2021-01-20
2
-2
/
+0
*
Initial list of keyboards to exclude from CI (#11213)
Zach White
2020-12-21
2
-0
/
+0
*
2020 November 28 Breaking Changes Update (#11053)
James Young
2020-11-28
4
-3
/
+5
*
Better handle LTO_ENABLE (#9832)
Drashna Jaelre
2020-08-29
2
-3
/
+2
*
Xulkal Changes (#9004)
XScorpion2
2020-05-05
2
-1
/
+4
*
Clean up includes for glcdfont headers (#7745)
Ryan
2020-03-01
1
-10
/
+1
*
Trim firmware sizes from default rules.mk, part 3 (#8045)
ridingqwerty
2020-01-30
3
-6
/
+6
*
Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)
fauxpark
2020-01-19
1
-0
/
+2
[next]