summaryrefslogtreecommitdiffstats
path: root/keyboards/studiokestra
Commit message (Collapse)AuthorAgeFilesLines
* Add Line TKL keyboard (#22172)studiokestra2023-10-048-0/+374
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Move RGBLight animations to data driven (#21635)Ryan2023-08-236-36/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/master' into developzvecr2023-08-218-17/+469
|\
| * Add Galatea rev3 keyboard (#21758)studiokestra2023-08-198-21/+472
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-248-12/+8
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-4/+4
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-168-6/+10
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-276-4/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Studio Kestra Nue Layout Additions (#20825)James Young2023-05-092-68/+931
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_iso_split_bs_rshift * add LAYOUT_60_ansi * add LAYOUT_60_iso * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_iso_tsangan_split_bs_rshift * add LAYOUT_60_iso_tsangan * add LAYOUT_60_ansi_wkl_split_bs_rshift * add LAYOUT_60_ansi_wkl * add LAYOUT_60_iso_wkl_split_bs_rshift * add LAYOUT_60_iso_wkl * enable Community Layout support * Apply suggestions from code review
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-81/+81
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-023-87/+87
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-259/+198
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-106/+66
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-069-5/+13
|
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-052-129/+88
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-473/+337
|
* Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-042-184/+636
|
* Fix API errors (#20326)Ryan2023-04-032-10/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-04-0320-1012/+428
|\
| * Refactor Galatea (#20011)studiokestra2023-04-0324-1093/+428
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-232-4/+0
| |
* | Remove more empty headers (#20155)Ryan2023-03-174-70/+0
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-76/+0
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1111-31/+30
|/ | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Keyboard] Add FRL84 PCB. (#19942)studiokestra2023-02-287-0/+248
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* Remove matrix size defines (#19581)Ryan2023-02-175-15/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-175-7/+14
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-173-18/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-36/+12
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-075-20/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-035-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
|
* Revert RESET-> QK_BOOT in Read Me files where applicable (#19262)Wolf Van Herreweghe2022-12-094-4/+4
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-242-2/+2
|\
| * Studio Kestra Galatea: fix ISO layout macros (#18825)James Young2022-10-232-2/+2
| | | | | | Switch the matrix positions for `KC_NUHS` and `KC_ENT`.
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-2/+2
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-151-12/+10
|/
* Studio Kestra Nascent Refactor (#18625)James Young2022-10-064-124/+534
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* Add Nascent keyboard support. (#17824)studiokestra2022-08-2011-0/+331
| | | * Add nascent keyboard by studiokestra
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-204-4/+4
|
* Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-205-47/+12
|
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-046-21/+18
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-159-11/+11
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-154-12/+0
| | | | (#16655)
* Studio Kestra Galatea: add (#16218)James Young2022-02-044-52/+576
|
* Fix a couple of mismatched info.json layout names (#16164)Ryan2022-02-022-184/+208
| | | | | | | * Fix a couple of mismatched info.json layout names * Fix layouts * Clean up layouts
* Studio Kestra Bourgeau: rename LAYOUT_all to LAYOUT_75_ansi_rwkl (#16119)James Young2022-01-294-9/+12
| | | | | | | * rename LAYOUT_all to LAYOUT_75_ansi_rwkl The only supported layout is 75% ANSI, with two modifier keys on the right of the Spacebar instead of three. * info.json: use maintainer's GitHub username
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-10/+5
|