summaryrefslogtreecommitdiffstats
path: root/keyboards/wolf
Commit message (Collapse)AuthorAgeFilesLines
* Wolf Ziggurat Layout Additions (#22053)James Young2023-09-174-85/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add layout/matrix diagram [docs] * Friendly-format `info.json` [style] * Touch-up layout data Move the ISO Hash key to the main key area. [chore] * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Add `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs` [enhancement] * Add `LAYOUT_65_xt_ansi_blocker_tsangan` [enhancement] * Add `LAYOUT_65_xt_iso_blocker_tsangan_split_bs` [enhancement] * Add `LAYOUT_65_xt_iso_blocker_tsangan` [enhancement]
* Wolf Silhouette Community Layout Support (#22052)James Young2023-09-174-81/+1115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add layout/matrix diagram [docs] * Friendly-format `info.json` [style] * Touch-up layout data Move the ISO Hash key to the main key area. [chore] * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_ansi` [enhancement] * Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_ansi_tsangan` [enhancement] * Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_ansi_wkl` [enhancement] * Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_iso` [enhancement] * Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_iso_tsangan` [enhancement] * Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_nofrow_iso_wkl` [enhancement] * Enable Community Layout support [enhancement]
* Wolf Neely65 Touch-Up (#22045)James Young2023-09-174-104/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add layout/matrix diagram [docs] * Friendly-format `info.json` [style] * Touch-up keymaps - grid-align keycodes - use QMK-native keycode aliases [refactor] * Fix keymaps Fix keycodes being assigned out of order with respect to `info.json`. - move XT function keys to left side - move keycodes for position [2, 14] from Home Row to Number Row [bugfix] * Rename `LAYOUT` to `LAYOUT_65_xt_ansi_blocker_tsangan_wkl_split_bs` [refactor] * Add `LAYOUT_65_xt_ansi_blocker_tsangan_wkl` [enhancement]
* Add M6-C Keyboard Firmware (#21852)Wolf Van Herreweghe2023-09-027-0/+163
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf <contact@vwolf.be>
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-076-0/+186
|\
| * [Keyboard] Add Ziggurat (#21024)Wolf Van Herreweghe2023-07-076-0/+186
| | | | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Wolf <contact@vwolf.be>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-0712-0/+360
|\|
| * [Keyboard] Add Silhouette (#21025)Wolf Van Herreweghe2023-07-076-0/+180
| | | | | | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf <contact@vwolf.be>
| * [Keyboard] Add Neely 65 (#21027)Wolf Van Herreweghe2023-07-076-0/+180
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Wolf <contact@vwolf.be>
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-1/+3
|/
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-213/+213
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-45/+45
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-026-12/+12
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-151-2/+2
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-152-2/+2
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-152-342/+139
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-499/+253
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-2/+6
|
* Remove more empty headers (#20155)Ryan2023-03-174-56/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-118-119/+20
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-265-6/+7
|
* Remove matrix size defines (#19581)Ryan2023-02-174-17/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-4/+5
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-106-0/+199
|\
| * [Keyboard] Add the Twilight by MD (#19787)Wolf Van Herreweghe2023-02-106-0/+199
| | | | | | Co-authored-by: Wolf <contact@vwolf.be>
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-24/+8
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-034-13/+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
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-01-308-0/+279
|\|
| * Add base firmware for the Frog Numpad (#19698)Wolf Van Herreweghe2023-01-298-0/+279
| | | | | | | | | | Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-3/+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
* | [Keyboard] Add Rama Works M60-B (#19248)Wolf Van Herreweghe2022-12-127-0/+354
|/ | | Co-authored-by: jack <0x6a73@protonmail.com>
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-6/+6
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-206-6/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-201-0/+1
|\
| * [Keyboard] Fix LEDs being inverted on Sabre (#18762)Wolf Van Herreweghe2022-10-201-0/+1
| |
* | 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 legacy keycodes, part 2 (#18660)Ryan2022-10-102-2/+2
|/ | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-204-4/+4
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-204-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-072-2/+2
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-072-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-064-4/+0
|/
* Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-068-28/+24
|
* Add base Ryujin firmware (#17187)Wolf Van Herreweghe2022-07-029-0/+238
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
|