summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/tractyl_manuform
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* haptic: further naming cleanups (#21682)Ryan2023-08-041-3/+3
|
* Fix layout offsets for a handful of boards (#21636)Ryan2023-07-311-2/+0
|
* haptic: naming cleanups (#21551)Ryan2023-07-212-3/+3
|
* Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan2023-07-092-2/+3
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-10/+4
|
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-154-4/+0
| | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-068-10/+10
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2023-05-318-105/+41
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-274-2/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-258-216/+143
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-2/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0610-5/+11
|
* Fix a handful of CLI errors (#20321)Ryan2023-04-031-3/+0
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-169-128/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1112-53/+37
|
* [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-281-17/+22
|
* Move encoder config to data driven (#19923)Ryan2023-02-268-22/+20
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-231-2/+0
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-5/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-178-8/+10
|
* Remove matrix size defines (#19581)Ryan2023-02-173-15/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-174-12/+10
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-40/+18
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-4/+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-031-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-3/+0
|
* Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-192-2/+2
| | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* weact docs patch re "security vulnerability" (#19572)Tom Barnes2023-01-122-2/+2
|
* [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-293-62/+47
| | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
* Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166)Joel Challis2022-11-272-2/+3
|
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* [Core] Adjust PWM hardware audio driver for RP2040 (#17723)Stefan Kerkmann2022-10-273-5/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-2/+2
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-0/+70
|\
| * [Keyboard] handwired/tractyl_manuform: Arduino Micro (#17199)Pascal J2022-09-304-0/+70
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre2022-09-261-10/+0
| |
* | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-251-3/+3
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
| |
* | Remove legacy define SERIAL_USE_MULTI_TRANSACTION (#18299)Dasky2022-09-071-1/+0
|/
* [Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre2022-08-283-2/+8
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-2114-21/+25
|\
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-2114-21/+25
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-202-2/+2
|\|
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-202-2/+2
| |