summaryrefslogtreecommitdiffstats
path: root/keyboards/sentraq
Commit message (Expand)AuthorAgeFilesLines
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-15/+0
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-248-12/+8
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-4/+8
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-164-2/+6
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-1/+0
* Remove more junk files and scripts (#20682)Ryan2023-05-033-3030/+0
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-1/+1
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-252-191/+165
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-155-203/+709
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-4/+12
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-200/+145
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-66/+45
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-232-4/+0
* Remove more empty headers (#20155)Ryan2023-03-175-20/+0
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1110-49/+25
* Move backlight config to data driven (#19910)Ryan2023-02-2610-18/+19
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-224-4/+0
* Remove matrix size defines (#19581)Ryan2023-02-175-20/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-3/+4
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-32/+12
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-285-5/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-105-6/+2
* Remove useless line continuations (#19399)Ryan2022-12-307-93/+93
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-4/+4
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-9/+9
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1512-13/+13
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-154-15/+40
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-134-876/+0
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-1/+1
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-6/+6
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-205-15/+12
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-205-15/+12
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
|/
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-046-22/+19
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-148-96/+96
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-7/+4
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-015-10/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-055-5/+5
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-295-5/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-305-5/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-215-5/+5
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-215-5/+5
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-201-1/+1
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-125-5/+0
|\|