summaryrefslogtreecommitdiff
path: root/keyboards/system76/launch_1
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (S) (#25624)Jack Sangdahl2-53/+86
2025-07-07Compilation fixes for `-fno-common` (#25436)Joel Challis2-2/+2
2025-04-17Remove duplication of RGB Matrix defaults (#25146)Joel Challis1-3/+1
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+2
2024-10-12Rename RGB/HSV structs: keyboard-level code (#24476)Ryan1-8/+8
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan3-6/+4
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-3/+1
2024-07-11bad_kb_funcs1zvecr1-1/+5
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: S, Part 2 (#23784)James Young2-6/+6
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-04-17Migrate build target markers to keyboard.json - S (#23532)Joel Challis2-15/+12
2024-03-27Update I2C API usage in keyboard code (#23360)Ryan1-1/+1
2024-01-17I2C driver cleanup (#21273)David Hoelscher1-64/+13
2024-01-16i2c: rename read/write register functions (#22905)Ryan1-2/+2
2024-01-16Migrate RGB Matrix config to info.json - RS (#22909)Joel Challis2-29/+23
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-11-27Remove userspace keymaps (#22544)Joel Challis3-147/+0
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan1-1/+1
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-0/+1
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-124/+96
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+3
2023-04-05Merge remote-tracking branch 'origin/master' into developQMK Bot3-0/+147
2023-04-05Add peterfalken userspace & keymaps (#19897)Luis Garcia3-0/+147
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan2-16/+5
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-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan1-5/+5
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan1-2/+0
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2-7/+7
2022-09-03Remove more RESET keycode references (#18252)Joel Challis1-1/+1
2022-08-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're1-1/+1
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis1-1/+1
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel1-1/+0
2022-08-04Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2-8/+7
2022-05-20Merge remote-tracking branch 'origin/master' into developQMK Bot1-9/+15
2022-05-19[Keyboard] launch_1 LED index correction (#17118)Albert Y1-9/+15
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis1-3/+3
2022-01-10[Keyboard] Add system76/launch_1 keyboard (#15395)jecassis11-0/+1360