summaryrefslogtreecommitdiffstats
path: root/keyboards/foxlab
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2312-108/+78
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2413-22/+12
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1814-7/+9
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1613-9/+16
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-277-5/+6
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-6/+6
* Fox Lab Time80 Layout Macro Additions (#20636)James Young2023-04-302-104/+980
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-73/+205
* Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-152-41/+68
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-135/+104
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-347/+277
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0612-8/+18
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-352/+293
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-236-13/+0
* Remove more empty headers (#20155)Ryan2023-03-177-117/+0
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-7/+7
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-1014-108/+35
* Move backlight config to data driven (#19910)Ryan2023-02-2614-19/+26
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-224-4/+0
* Remove matrix size defines (#19581)Ryan2023-02-177-28/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-1712-18/+24
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-6/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0814-42/+14
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-073-12/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-065-25/+0
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-035-15/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-305-105/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-317-7/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-285-7/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-069-9/+9
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-157-20/+61
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-063-3/+0
|/
* Move keyboard USB IDs and strings to data driven: F (#17816)Ryan2022-07-2714-54/+47
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1513-13/+13
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-155-16/+0
* Fix up build options comments (#15463)Ryan2021-12-124-2/+8
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-096-12/+6
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-092-38/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-017-14/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-057-7/+7
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0