summaryrefslogtreecommitdiff
path: root/keyboards/rubi
AgeCommit message (Expand)AuthorFilesLines
2025-04-09Include `math.h` where necessary. (#25122)Nick Brassel1-0/+1
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-86/+0
2024-07-23Merge remote-tracking branch 'upstream/master' into developfauxpark1-0/+3
2024-07-23`rubi`: reduce firmware size (#24170)Ryan1-0/+3
2024-06-22Migrate `led_update_kb` implementations to DD (#23983)Joel Challis2-9/+3
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: Q-R (#23781)James Young2-5/+6
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-1/+1
2024-04-17Migrate build target markers to keyboard.json - R (#23542)Joel Challis2-15/+8
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan2-57/+23
2023-04-03Add core/fallback encoder behaviour (#20320)jack1-5/+0
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2-2/+6
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan2-17/+5
2023-02-26Move encoder config to data driven (#19923)Ryan2-3/+5
2023-02-23Reallocate SAFE_RANGE (#19909)Joel Challis2-8/+2
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan2-2/+2
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel1-1/+0
2022-08-04Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2-7/+6
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-4/+0
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan1-2/+0
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre1-2/+4
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-3/+1
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus221-1/+2
2021-08-06Remove Full Bootmagic (#13846)James Young1-1/+1
2021-05-31VIA compile fixes (#13054)Xelus223-32/+65
2021-05-30[Keyboard] Add Rubi Numpad (#12283)Gregorio15-0/+1396