summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/tractyl_manuform
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-6/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-141-22/+10
|\|
| * [Keyboard] Fix Tractyl Manuform 4x6 json (#17681)Drashna Jaelre2022-07-141-23/+11
| |
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-146-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | [Fix] Patches after printf library update (#17584)Stefan Kerkmann2022-07-071-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | * Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-032-15/+10
|\|
| * [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-022-15/+10
| |
* | [Keyboard] Update Charybdis code for Extended Mouse reports (#17435)Drashna Jaelre2022-07-021-3/+2
|/
* Specify blackpill board files where relevant (#17521)Joel Challis2022-07-011-0/+1
|
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-306-27/+41
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-2/+2
|
* [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-153-6/+0
| | | | (#16655)
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-069-46/+72
|
* [Keyboard] Overhaul Tractyl Manuform (#16134)Drashna Jaelre2022-01-306-133/+414
|
* 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
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-01-217-150/+38
|\|
| * [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-218-150/+39
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-302-113/+33
|\|
| * [Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre2021-12-292-113/+33
| |
* | [Keyboard] Fix compiler issue with tractyl manuform 4x6 (#15646)Drashna Jaelre2021-12-291-4/+2
| |
* | [Keyboard] Update Tractyl Manuform to use Split Pointing Device SyncDrashna Jaelre2021-12-287-204/+57
|/
* [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre2021-12-145-122/+38
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
|
* [Keyboard] Add missng define for 4x6 Tractyl Manuform (#15363)Drashna Jaelre2021-12-011-0/+2
|
* [Keymap] Unicode and cursor sync - drashna keymap (#15328)Drashna Jaelre2021-11-288-37/+113
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-173-3/+16
|\
| * [Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre2021-11-173-3/+16
| |
* | Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-145-76/+24
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-107-31/+23
|\|
| * Updates to drashna keymap and minor updates to tractyl manuform (#15101)Drashna Jaelre2021-11-107-31/+23
| |