Age | Commit message (Expand) | Author |
2023-08-23 | Move RGBLight animations to data driven (#21635) | Ryan |
2023-08-15 | OLED: driver naming cleanups (#21710) | Ryan |
2023-06-25 | Move `TAP_CODE_DELAY` to data driven (#21363) | Ryan |
2023-06-24 | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan |
2023-06-23 | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel |
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan |
2023-06-16 | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan |
2023-04-05 | Move small macropad-ish layouts to data driven (#20341) | Ryan |
2023-03-18 | Remove bootloader logic from `mcu_selection.mk` (#20150) | Joel Challis |
2023-03-17 | Remove more empty headers (#20155) | Ryan |
2023-03-11 | Move matrix config to info.json, part 3 (#19991) | Ryan |
2023-02-26 | Move encoder config to data driven (#19923) | Ryan |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel |
2023-02-17 | Remove matrix size defines (#19581) | Ryan |
2023-02-17 | Move Bootmagic config to data driven (#19860) | Ryan |
2023-02-03 | Debounce defines cleanup (#19742) | Ryan |
2023-02-03 | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan |
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis |
2022-11-15 | Fix some old keycodes (#19086) | Ryan |
2022-11-06 | Reworked backlight keycodes. (#18961) | Nick Brassel |
2022-10-27 | Normalise Space Cadet keycodes (#18864) | Ryan |
2022-10-20 | Remove legacy Grave Escape keycodes (#18787) | Ryan |
2022-10-19 | Remove legacy Debug keycode (#18769) | Ryan |
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan |
2022-10-15 | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre |
2022-10-11 | Remove legacy keycodes, part 3 (#18669) | Ryan |
2022-10-10 | Remove legacy keycodes, part 2 (#18660) | Ryan |
2022-10-09 | Remove legacy international keycodes (#18588) | Ryan |
2022-09-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot |
2022-09-03 | Remove more RESET keycode references (#18252) | Joel Challis |
2022-08-30 | Use a macro to compute the size of arrays at compile time (#18044) | Jeff Epler |
2022-08-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot |
2022-08-04 | Move keyboard USB IDs and strings to data driven: R (#17885) | Ryan |
2022-07-07 | [Fix] Patches after printf library update (#17584) | Stefan Kerkmann |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16... | Ryan |
2022-01-23 | `rocketboard_16`: Fix mismatched LUT sizes (#15997) | Ryan |
2022-01-22 | Remove `action_function()` from LFKeyboards boards (#15993) | Ryan |
2021-12-27 | Refactor `bootloader_jump()` implementations (#15450) | Ryan |
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan |
2021-11-05 | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young |
2021-11-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot |
2021-11-03 | Fix Rocketboard-16 QMK Configurator Implementation (#15028) | James Young |
2021-11-02 | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre |
2021-09-12 | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan |
2021-09-11 | [Keyboard] Update rocketboard_16 with *most* of its final features (#12537) | Seth |
2021-08-24 | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 |