summaryrefslogtreecommitdiff
path: root/keyboards/sirius
AgeCommit message (Expand)AuthorFilesLines
2025-06-10Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291)Joel Challis1-2/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis3-3/+0
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel6-108/+0
2024-06-22Remove deprecated `led_set_user` (#23979)Joel Challis1-1/+0
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan1-1/+0
2024-05-17Miscellaneous Data-Driven Keyboard Conversions (#23712)James Young3-13/+18
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan5-82/+42
2024-04-17Migrate build target markers to keyboard.json - S (#23532)Joel Challis4-28/+17
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan1-4/+0
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan2-2/+0
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-0/+0
2024-01-26Migrate and remove deprecated debug utils (#22961)Joel Challis1-1/+1
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel2-168/+0
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan2-2/+2
2023-09-20Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis3-6/+0
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan1-12/+0
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan5-241/+181
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan2-240/+159
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan2-111/+90
2023-03-17Remove more empty headers (#20155)Ryan1-1/+0
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis1-2/+2
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan7-18/+8
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan3-15/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel3-3/+0
2022-12-15Fixup build failures. (#19332)Nick Brassel1-1/+1
2022-12-14Remove deprecated led_set_kb (#19273)Joel Challis1-1/+2
2022-11-21Remove .noci functionality (#19122)Joel Challis4-0/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan2-2/+2
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis1-2/+2
2022-08-04Move keyboard USB IDs and strings to data driven: S (#17889)Ryan8-30/+26
2022-06-08Move more UART-based keyboards to use timeout correctly. (#17329)Tomasz Janeczko2-4/+18
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan4-14/+0
2022-03-10Remove `matrix_key_count()` (#16603)Ryan1-12/+0
2022-01-22Align location of some host led logic (#15954)Joel Challis1-1/+1
2021-12-27Convert some more boards to Matrix Lite (#15489)Ryan4-220/+30
2021-12-15Migrate serial_uart usages to UART driver (#15479)Ryan7-39/+14
2021-12-09Merge remote-tracking branch 'upstream/master' into developfauxpark3-6/+3
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan3-6/+3
2021-12-09Merge remote-tracking branch 'origin/master' into developQMK Bot1-3/+0
2021-12-09Remove empty config.h from default-ish keymaps (#15429)Ryan1-3/+0
2021-12-02Merge remote-tracking branch 'upstream/master' into developfauxpark3-6/+0
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan3-6/+0
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann1-4/+0
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young3-3/+3
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan3-3/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan4-8/+0
2021-08-06Remove Full Bootmagic (#13846)James Young3-3/+3
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2-2/+2
2021-03-24Fix Uni660 linker errors (#12341)Ryan2-2/+2
2021-03-19Sirius UniGo66 touch-up (#12280)James Young3-113/+86