summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/swiftrax
Commit message (Collapse)AuthorAgeFilesLines
* haptic: further naming cleanups (#21682)Ryan2023-08-042-10/+10
|
* haptic: naming cleanups (#21551)Ryan2023-07-212-2/+0
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-186-5/+9
|
* Koalafications Handwired Layout Macro Additions (#20662)James Young2023-05-024-97/+399
| | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_split_bs * add LAYOUT_ansi * add LAYOUT_ansi_rwkl_split_bs * add LAYOUT_ansi_rwkl
* `info.json` whitespace cleanups (#20651)Ryan2023-05-0211-34/+34
|
* Bebol Handwired Layout Macro Additions (#20660)James Young2023-05-014-80/+489
|
* Glacier Handwired Layout Macro Addition and Touch-Up (#20661)James Young2023-05-012-123/+267
|
* The Galleon Handwired Layout Macro Additions (#20663)James Young2023-05-012-139/+723
|
* Move 60% layouts to data driven (#20477)Ryan2023-04-272-36/+69
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-1511-328/+493
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-265/+263
|
* Move split space/backspace layouts to data driven (#20356)Ryan2023-04-084-249/+315
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+9
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-047-759/+626
|
* Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-042-480/+411
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-032-25/+0
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-34/+31
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-171-4/+4
|
* Remove more empty headers (#20155)Ryan2023-03-1714-203/+0
|
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
|
* Adjust offset for some layouts (#20075)Ryan2023-03-131-1/+53
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1132-255/+80
|
* Move encoder config to data driven (#19923)Ryan2023-02-2610-17/+25
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-1715-60/+0
|
* Merge branch 'master' into developDasky2023-02-143-12/+8
|\
| * Fixup swiftrax/bumblebee (reduce firmware size) (#19834)jack2023-02-133-16/+8
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0832-96/+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-0316-49/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3116-16/+0
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Revert RESET-> QK_BOOT in Read Me files where applicable (#19262)Wolf Van Herreweghe2022-12-091-1/+1
|/
* `handwired/swiftrax/cowfish`: fix layouts (#18984)Ryan2022-11-094-113/+519
|
* `handwired/swiftrax/walter`: fix layout mismatch (#18974)Ryan2022-11-062-81/+78
| | | | | * `handwired/swiftrax/walter`: fix layout mismatch * Undo K4A removal, fix info.json instead
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-051-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-3/+3
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1516-19/+19
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-151-1/+10
|
* Fix handwired/swiftrax/bumblebee layout macro (#18377)Joel Challis2022-09-161-1/+1
|
* [Keyboard] add rgb animation handwired/swiftrax/glacier (#18121)Brandon Claveria2022-08-221-1/+10
| | | | Co-authored-by: swiftrax <swiftrax@github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-204-5/+5
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-3032-104/+98
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-171-2/+149
|\
| * DigiCarpice Configurator Rendering Fix (#17113)James Young2022-05-171-2/+149
| | | | | | | | | | * info.json: apply friendly formatting * info.json: rebuild layout data
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-158-8/+8
|/
* [Keyboard] Add digicarpice (#16791)Brandon Claveria2022-04-189-0/+247
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: swiftrax <swiftrax@github.com>
* Digicarp65: fix layouts (#16328)Ryan2022-02-142-331/+331
|
* [Keyboard] Digicarp65 (#15926)Brandon Claveria2022-02-089-0/+606
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: swiftrax <swiftrax@github.com>
* [keyboard] BumbleBee handwired (#14908)Brandon Claveria2022-01-0810-0/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add bumblebee * change keymaps * change PID * update info.json * Apply suggestions from code review * Update keyboards/handwired/swiftrax/bumblebee/rules.mk * update readme.md * Update keyboards/handwired/swiftrax/bumblebee/info.json * edit keymaps * Update keyboards/handwired/swiftrax/bumblebee/rules.mk * Update keyboards/handwired/swiftrax/bumblebee/bumblebee.h * Update keyboards/handwired/swiftrax/bumblebee/info.json * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/default/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c * Update keyboards/handwired/swiftrax/bumblebee/keymaps/via/keymap.c