summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/tractyl_manuform/5x6_right
Commit message (Collapse)AuthorAgeFilesLines
* 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-316-104/+25
|
* 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-254-113/+79
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-4/+8
|
* 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-168-127/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1110-46/+32
|
* [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>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-176-6/+9
|
* Remove matrix size defines (#19581)Ryan2023-02-172-10/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-6/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-34/+16
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+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-292-60/+45
| | | | | | | | | | | | | | | | | | * 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
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `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>
* | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-251-3/+3
|/
* [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-2110-12/+16
|\
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-2110-12/+16
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\|
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-6/+0
| |
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-144-11/+7
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-022-15/+10
|
* Specify blackpill board files where relevant (#17521)Joel Challis2022-07-011-0/+1
|
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-305-25/+39
|
* [Keyboard] Update Tractyl Manuform config files (#16684)Drashna Jaelre2022-03-182-46/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-065-39/+66
|
* [Keyboard] Overhaul Tractyl Manuform (#16134)Drashna Jaelre2022-01-303-4/+4
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-01-302-7/+49
|\
| * [Keymap] Add oled improvements and cnano keymap for drashna (#16133)Drashna Jaelre2022-01-302-7/+49
| |