summaryrefslogtreecommitdiff
path: root/keyboards/rocketboard_16
AgeCommit message (Expand)Author
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel
2024-08-25Update Underglow keycodes (#23765)via-keymaps-still-presentRyan
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: Q-R (#23781)James Young
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan
2024-04-19Tidy use of raw hid within keyboards (#23557)Joel Challis
2024-04-17Migrate build target markers to keyboard.json - R (#23542)Joel Challis
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
2023-08-15OLED: driver naming cleanups (#21710)Ryan
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-03-18Remove bootloader logic from `mcu_selection.mk` (#20150)Joel Challis
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-17Move Bootmagic config to data driven (#19860)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan
2022-11-22Update use of legacy keycodes (#19120)Joel Challis
2022-11-15Fix some old keycodes (#19086)Ryan
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-19Remove legacy Debug keycode (#18769)Ryan
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
2022-10-09Remove legacy international keycodes (#18588)Ryan
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler
2022-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-04Move 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-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-03-15Remove `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-22Remove `action_function()` from LFKeyboards boards (#15993)Ryan
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young