summaryrefslogtreecommitdiff
path: root/keyboards/owlab
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (NO) (#25621)Jack Sangdahl4-46/+142
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2-4/+4
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis7-14/+42
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis7-7/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis7-7/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis4-4/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan2-4/+4
2024-11-20Backward compatibility for new RGB keycode handling (#24490)Ryan2-0/+4
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan4-18/+10
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel20-524/+0
2024-08-25Update Underglow keycodes (#23765)Ryan10-10/+10
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-3/+1
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan8-8/+8
2024-04-20Migrate build target markers to keyboard.json - OQ (#23564)Joel Challis3-0/+0
2024-03-15Migrate features from rules.mk to data driven - OPQR (#23285)Joel Challis14-90/+65
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan2-138/+138
* IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
2024-02-01Migrate lighting defaults to info.json (#22920)Joel Challis2-21/+4
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis4-121/+108
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-12-18Update keyboard LED driver configs (#22638)Ryan2-2/+2
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan2-2/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Update ISSI LED types (#22099)Ryan2-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2-2/+2
2023-09-15Merge remote-tracking branch 'origin/master' into developQMK Bot4-87/+838
2023-09-14OwLab Jelly Evolv Solder Layout Additions (#22029)James Young4-87/+838
* Add layout/matrix diagram [docs] * Friendly-format `info.json` [style] * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Add `LAYOUT_ansi_blocker` [enhancement] * Add `LAYOUT_ansi_blocker_split_bs` [enhancement] * Add `LAYOUT_ansi_blocker_tsangan_split_bs` [enhancement] * Add `LAYOUT_ansi_blocker_tsangan` [enhancement] * Add `LAYOUT_iso_blocker` [enhancement] * Add `LAYOUT_iso_blocker_split_bs` [enhancement] * Add `LAYOUT_iso_blocker_tsangan_split_bs` [enhancement] * Add `LAYOUT_iso_blocker_tsangan` [enhancement]
2023-09-13is31fl3741: driver naming cleanups (#21929)Ryan2-2/+2
2023-08-23Move RGBLight animations to data driven (#21635)Ryan10-94/+61
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-2/+2
2023-08-21Merge remote-tracking branch 'origin/master' into developzvecr21-0/+742
2023-08-20[Keyboard] Add Jelly Evolv (#21407)owlab221-0/+742
Co-authored-by: jack <0x6a73@protonmail.com>
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan1-1/+1
2023-07-03Fix encoder map declarations (#21435)Joel Challis4-4/+4
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan4-4/+6
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan10-15/+10
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-19Remove encoder in-matrix workaround code (#20389)jack12-750/+76
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan10-5/+11
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan7-6/+7
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-02`info.json` whitespace cleanups (#20651)Ryan3-3/+3
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan14-64/+14
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2-230/+206
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan2-123/+101
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan5-220/+167
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan4-2/+6
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan10-5/+15
2023-04-05Move 75% and 96% layouts to data driven (#20289)Ryan2-316/+261
2023-04-04Move 65% layouts to data driven (#20308)Ryan4-578/+504
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan5-12/+0
2023-03-17Remove more empty headers (#20155)Ryan4-72/+0
2023-03-13Fix layout macro keys with no matrix position (#20033)Ryan1-1/+1