| Commit message (Expand) | Author | Age | Files | Lines |
* | OLED: driver naming cleanups (#21710) | Ryan | 2023-08-15 | 1 | -1/+0 |
* | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 2 | -2/+2 |
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 2 | -2/+3 |
* | RGBKB Pan Layout Additions (#20809) | James Young | 2023-05-09 | 6 | -62/+522 |
* | Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648) | Ryan | 2023-05-01 | 1 | -1/+0 |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 3 | -4/+5 |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 5 | -39/+6 |
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-03-29 | 4 | -108/+63 |
|\ |
|
| * | Fix some invalid layout macros (#20256) | Ryan | 2023-03-29 | 4 | -108/+63 |
* | | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 1 | -1/+0 |
* | | Move matrix config to info.json, part 3 (#19991) | Ryan | 2023-03-11 | 5 | -9/+10 |
|/ |
|
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 5 | -8/+16 |
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -4/+0 |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 4 | -12/+9 |
* | 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 | 3 | -3/+0 |
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 2 | -0/+0 |
* | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 1 | -2/+2 |
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 1 | -2/+2 |
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 |
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | 2022-10-15 | 1 | -1/+10 |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -3/+3 |
* | Use a macro to compute the size of arrays at compile time (#18044) | Jeff Epler | 2022-08-30 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-20 | 2 | -7/+7 |
|\ |
|
| * | Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) | Ryan | 2022-08-20 | 2 | -7/+7 |
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
|/ |
|
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 1 | -1/+1 |
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -0/+49 |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 1 | -1/+1 |
* | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | 2021-11-02 | 1 | -1/+3 |
* | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 2021-09-12 | 1 | -1/+0 |
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -2/+0 |
* | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | 2021-09-10 | 1 | -1/+1 |
* | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | 2021-08-24 | 2 | -2/+3 |
* | Remove Full Bootmagic (#13846) | James Young | 2021-08-06 | 1 | -1/+1 |
* | [Keyboard] Fix RGBKB Pan Rev1 Encoder RGB handling (#13781) | Drashna Jaelre | 2021-07-31 | 2 | -26/+76 |
* | Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) | Ryan | 2021-06-08 | 1 | -1/+4 |
* | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 1 | -15/+16 |
* | Add info.json for RGBKB Pan (#12218) | Ryan | 2021-03-15 | 1 | -0/+83 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2020-12-21 | 2 | -0/+0 |
|\ |
|
| * | Initial list of keyboards to exclude from CI (#11213) | Zach White | 2020-12-21 | 2 | -0/+0 |
* | | Add board specific to Proton-C, with usual defaults turned on. (#10976) | Nick Brassel | 2020-12-03 | 1 | -0/+1 |
|/ |
|
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 1 | -1/+2 |
* | [Keyboard] RGBKB Pan (#9587) | Legonut | 2020-11-09 | 15 | -0/+461 |