summaryrefslogtreecommitdiff
path: root/keyboards/rocketboard_16
AgeCommit message (Expand)AuthorFilesLines
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan1-16/+16
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-0/+1
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-390/+0
2024-08-25Update Underglow keycodes (#23765)Ryan3-17/+17
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: Q-R (#23781)James Young2-4/+5
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2024-04-19Tidy use of raw hid within keyboards (#23557)Joel Challis1-2/+0
2024-04-17Migrate build target markers to keyboard.json - R (#23542)Joel Challis2-17/+14
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan2-2/+5
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-12/+13
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2-3/+3
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2-1/+1
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-3/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan2-1/+1
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+3
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan2-37/+18
2023-03-18Remove bootloader logic from `mcu_selection.mk` (#20150)Joel Challis2-13/+4
2023-03-17Remove more empty headers (#20155)Ryan1-1/+0
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan2-4/+5
2023-02-26Move encoder config to data driven (#19923)Ryan2-6/+6
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel1-34/+34
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-17Move Bootmagic config to data driven (#19860)Ryan2-4/+3
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2022-11-22Update use of legacy keycodes (#19120)Joel Challis1-9/+9
2022-11-15Fix some old keycodes (#19086)Ryan1-1/+1
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel1-2/+2
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan1-7/+7
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan1-1/+1
2022-10-19Remove legacy Debug keycode (#18769)Ryan1-1/+1
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan3-4/+4
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre1-1/+10
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan1-1/+1
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan1-1/+1
2022-10-09Remove legacy international keycodes (#18588)Ryan2-17/+16
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2022-09-03Remove more RESET keycode references (#18252)Joel Challis1-1/+1
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler1-1/+1
2022-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot2-7/+6
2022-08-04Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2-7/+6
2022-07-07[Fix] Patches after printf library update (#17584)Stefan Kerkmann2-4/+4
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis2-2/+2
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan1-2/+0
2022-01-23`rocketboard_16`: Fix mismatched LUT sizes (#15997)Ryan1-1/+1
2022-01-22Remove `action_function()` from LFKeyboards boards (#15993)Ryan1-33/+1
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan1-1/+1