summaryrefslogtreecommitdiffstats
path: root/keyboards/4pplet
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-1/+1
|
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-2/+2
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-167-9/+9
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-159-9/+9
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-153-4/+31
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-112-4/+4
|\
| * Bugfix waffling60 rev d solder (#18673)4pplet2022-10-112-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-066-0/+202
|\|
| * [Keyboard] Add waffling80 Rev B (#18603)4pplet2022-10-056-0/+202
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0518-0/+493
|\|
| * [Keyboard] Add waffling60 Rev D ANSI Hotswap (#18579)4pplet2022-10-059-0/+233
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
| * [Keyboard] Add waffling60 Rev D Solder (#18580)4pplet2022-10-059-0/+260
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-1/+7
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0131-90/+540
|\|
| * [Keyboard] Add waffling60 Rev D ISO Hotswap (#18372)4pplet2022-10-0131-90/+540
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Migrate more F4x1 board files (#18046)Joel Challis2022-08-153-15/+1
|
* Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-1321-72/+68
|
* RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-072-2/+2
|
* Waffling80 layout fix (#17757)4pplet2022-07-241-1/+1
|
* [Keyboard] 4pplet Perk60 (#16853)4pplet2022-07-2312-0/+466
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding perk60 iso adding perk60 iso * Update info.json * Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c * Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c * Delete chconf.h * Update keyboards/4pplet/perk60_iso/rev_a/rules.mk * Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c * Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c * Update rules.mk * Update config.h * removing a few RGB effects * removing more effects * Update keyboards/4pplet/perk60_iso/rev_a/config.h * Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c * Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c * Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c * Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c * Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c * Update keyboards/4pplet/perk60_iso/rev_a/rev_a.h * Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c * Update keyboards/4pplet/perk60_iso/info.json * Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
* Swap over F4x1 8MHz HSE boards over from blackpill board files (#17520)Joel Challis2022-07-013-39/+1
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1513-17/+17
|