summaryrefslogtreecommitdiffstats
path: root/keyboards/owlab
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developzvecr2023-08-2121-0/+742
|\
| * [Keyboard] Add Jelly Evolv (#21407)owlab22023-08-2021-0/+742
* | Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-061-1/+1
* | Fix encoder map declarations (#21435)Joel Challis2023-07-034-4/+4
* | Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-254-4/+6
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2410-15/+10
* | Remove encoder in-matrix workaround code (#20389)jack2023-06-1912-750/+76
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1810-5/+11
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-277-6/+7
* `info.json` whitespace cleanups (#20651)Ryan2023-05-023-3/+3
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-0114-64/+14
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-230/+206
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-252-123/+101
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-125-220/+167
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0610-5/+15
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-052-316/+261
* Move 65% layouts to data driven (#20308)Ryan2023-04-044-578/+504
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-235-12/+0
* Remove more empty headers (#20155)Ryan2023-03-174-72/+0
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-1014-55/+35
* Move encoder config to data driven (#19923)Ryan2023-02-264-8/+10
* Remove matrix size defines (#19581)Ryan2023-02-177-28/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0814-42/+14
* Debounce defines cleanup (#19742)Ryan2023-02-037-21/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-306-18/+7
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-317-7/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-204-8/+11
|\
| * Refactor some layouts which contain keyboard name (#19642)Joel Challis2023-01-204-8/+11
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
|/
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-2/+2
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-6/+6
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-70/+72
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-262-2/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-4/+4
* Move keyboard USB IDs and strings to data driven: O (#17874)Ryan2022-08-0214-56/+48
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1514-14/+14
* [Keyboard] Add OwLab Spring (#15614)owlab-git2022-01-129-0/+437
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-096-12/+6
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-016-12/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-0/+97
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-054-4/+4
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-102-8/+4
* [Keyboard] Fix end of file issue for Owlab suit80 (#14640)Drashna Jaelre2021-09-291-26/+26
* [Keyboard] Add OwLab Suit80 (#14362)owlab-git2021-09-2818-0/+789
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-124-4/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-123-8/+2
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-2/+2
* [Keyboard] Fix rotary encoder function for Voice65 (#14316)kb-elmo2021-09-056-37/+62