summaryrefslogtreecommitdiffstats
path: root/keyboards/4pplet
Commit message (Collapse)AuthorAgeFilesLines
* 4pplet Eagle/Viper Rep Rev.A Layout Additions II (#22161)James Young2023-09-292-2/+431
|
* Move RGBLight animations to data driven (#21635)Ryan2023-08-2312-105/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Relocate backlight drivers (#21444)Ryan2023-07-081-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-061-1/+1
|\
| * 4pplet Eagle Viper Rev B: correct LAYOUT_all data (#21458)James Young2023-07-051-1/+1
| | | | | | Corrects the position of the Right Ctrl key.
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2418-47/+18
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-2311-22/+0
| | | | | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1818-13/+27
|/
* 4pplet Waffling60 Rev D ISO Layout Fix and Additions (#21236)James Young2023-06-144-22/+327
| | | | | | | | | | | | | | | * correct layout data * add matrix diagram * rename LAYOUT to LAYOUT_all * add LAYOUT_60_iso_tsangan_split_bs_rshift * add LAYOUT_60_iso_tsangan_split_rshift * add LAYOUT_60_iso_wkl_split_bs_rshift * add LAYOUT_60_iso_wkl_split_rshift
* 4pplet Waffling80 Community Layout Support and Touch-Up (#20932)James Young2023-05-144-246/+2096
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * fix Configurator key sequence * info.json: apply friendly formatting * create common info.json Moves the data-driven keys which are common between Rev A and Rev B to a joint `info.json` file. * add LAYOUT_tkl_f13_ansi_split_space_split_bs_rshift * add LAYOUT_tkl_f13_ansi_split_bs_rshift * add LAYOUT_tkl_f13_ansi * add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_ansi_tsangan * add LAYOUT_tkl_ansi_split_bs_rshift * add LAYOUT_tkl_ansi * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_f13_iso_split_space_split_bs_rshift * add LAYOUT_tkl_f13_iso_split_bs_rshift * add LAYOUT_tkl_f13_iso * add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_iso_tsangan * add LAYOUT_tkl_iso_split_bs_rshift * add LAYOUT_tkl_iso * add LAYOUT_tkl_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_iso_tsangan * enable Community Layout support
* 4pplet Eagle Viper REP Rev B Community Layout Support (#20921)James Young2023-05-134-79/+750
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * rename LAYOUT to LAYOUT_all * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_ansi * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_hhkb * add LAYOUT_60_iso_split_bs_rshift * add LAYOUT_60_iso * add LAYOUT_60_iso_tsangan_split_bs_rshift * add LAYOUT_60_iso_tsangan * enable Community Layout support
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-1256/+1256
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-195/+193
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-027-34/+19
|
* 4pplet/yakiimo Layout Macro Conversion and Additions (#20436)James Young2023-04-162-105/+560
| | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_iso_tsangan * enable Community Layout support
* Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-152-21/+68
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-157-201/+320
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2023-04-123-85/+305
|\
| * 4pplet/eagle_viper_rep/rev_a Layout Macro Conversion and Additions (#20414)James Young2023-04-123-85/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * add matrix_diagram.md * move matrix data to info.json * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_hhkb
* | Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1216-212/+503
| |
* | Merge remote-tracking branch 'origin/master' into developJames Young2023-04-112-100/+142
|\|
| * 4pplet/bootleg/rev_a Layout Macro Conversion and Addition (#20400)James Young2023-04-113-117/+142
| | | | | | | | | | | | | | * info.json: apply friendly formatting * move matrix data to info.json * add LAYOUT_60_ansi_split_bs_rshift
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-116-237/+190
|\|
| * 4pplet/aekiso60 Layout Macro Conversion and Additions (#20399)James Young2023-04-118-257/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md Adds `matrix_diagram.md` to the `4pplet/aekiso60` directory, and removes the diagrams from the keyboard revision header files. * info.json: apply friendly formatting * move matrix data to info.json * create keyboard-level info.json * add LAYOUT_60_iso_tsangan * enable Community Layout support
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-083-2/+6
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0620-11/+31
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-04-039-0/+476
|\|
| * Adding Unextended Standard PCB (#20190)4pplet2023-04-039-0/+476
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | Actually commit conflict resolution.Nick Brassel2023-03-301-0/+46
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2023-03-3012-186/+1536
|\|
| * [Keyboard] Add Steezy60 Rev B (#19688)4pplet2023-03-2913-190/+1578
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> Co-authored-by: yiancar <yiancar@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Shandon Anderson <shandon@shandon.codes> Co-authored-by: jack <0x6A73@pm.me> Co-authored-by: jason <jrucker2004@gmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
| |
* | Remove more empty headers (#20155)Ryan2023-03-175-55/+0
| |
* | Adjust offset for some layouts (#20075)Ryan2023-03-131-1/+107
| |
* | Move matrix config to info.json, part 1 (#19985)Ryan2023-03-0532-187/+80
| |
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-282-2/+2
|/
* Move backlight config to data driven (#19910)Ryan2023-02-265-9/+10
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-2319-36/+28
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-226-8/+0
|
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-212-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-1716-50/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-8/+12
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0832-98/+32
|
* Debounce defines cleanup (#19742)Ryan2023-02-0316-48/+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 unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-036-18/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3112-12/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Adding Duck Viper/Eagle V2/V3 Replacement PCB Rev B (#18584)4pplet2022-12-1915-1/+376
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* Add AEKISO60 rev B (#19074)4pplet2022-12-098-2/+282
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>