Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Keymap] Drashna Keymap updates for 0.21.0 (#21073) | Drashna Jaelre | 2023-05-31 | 6 | -104/+25 |
| | |||||
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 4 | -2/+6 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move miscellaneous layouts to data driven (#20516) | Ryan | 2023-04-25 | 4 | -113/+79 |
| | |||||
* | Encodermap direction define. (#20454) | Nick Brassel | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 8 | -4/+8 |
| | |||||
* | Fix a handful of CLI errors (#20321) | Ryan | 2023-04-03 | 1 | -3/+0 |
| | |||||
* | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 4 | -2/+6 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 8 | -127/+1 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 10 | -46/+32 |
| | |||||
* | [Keymap] Drashna updates for 0.20.0 (#19960) | Drashna Jaelre | 2023-02-28 | 1 | -17/+22 |
| | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 8 | -22/+20 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 6 | -6/+9 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 2 | -10/+0 |
| | |||||
* | Move Bootmagic config to data driven (#19860) | Ryan | 2023-02-17 | 2 | -6/+5 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 10 | -34/+16 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | 2023-01-19 | 2 | -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 Barnes | 2023-01-12 | 2 | -2/+2 |
| | |||||
* | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | 2022-11-29 | 2 | -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 Challis | 2022-11-27 | 2 | -2/+3 |
| | |||||
* | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 1 | -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 Kerkmann | 2022-10-27 | 3 | -5/+0 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -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 develop | QMK Bot | 2022-09-30 | 4 | -0/+70 |
|\ | |||||
| * | [Keyboard] handwired/tractyl_manuform: Arduino Micro (#17199) | Pascal J | 2022-09-30 | 4 | -0/+70 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | [Keymap] develop updates for Drashna Keymaps (#18472) | Drashna Jaelre | 2022-09-25 | 1 | -3/+3 |
|/ | |||||
* | [Keymap] Drashna keymap updates for 0.18.0 (#18184) | Drashna Jaelre | 2022-08-28 | 3 | -2/+8 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-21 | 10 | -12/+16 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 3 (#18111) | Ryan | 2022-08-21 | 10 | -12/+16 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-08-20 | 1 | -1/+1 |
|\| | |||||
| * | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 1 | -1/+1 |
| | | |||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 2 | -6/+0 |
| | | |||||
* | | [Core] PMW33XX drivers overhaul (#17613) | Stefan Kerkmann | 2022-07-14 | 4 | -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 Jaelre | 2022-07-02 | 2 | -15/+10 |
| | |||||
* | Specify blackpill board files where relevant (#17521) | Joel Challis | 2022-07-01 | 1 | -0/+1 |
| | |||||
* | [Keymap] Drashna update for post Q2 merge (#17241) | Drashna Jaelre | 2022-05-30 | 5 | -25/+39 |
| | |||||
* | [Keyboard] Update Tractyl Manuform config files (#16684) | Drashna Jaelre | 2022-03-18 | 2 | -46/+0 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+0 |
| | | | | (#16655) | ||||
* | [Keymap] Drashna Mouse keys and oled updates (#16556) | Drashna Jaelre | 2022-03-06 | 5 | -39/+66 |
| | |||||
* | [Keyboard] Overhaul Tractyl Manuform (#16134) | Drashna Jaelre | 2022-01-30 | 3 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-01-30 | 2 | -7/+49 |
|\ | |||||
| * | [Keymap] Add oled improvements and cnano keymap for drashna (#16133) | Drashna Jaelre | 2022-01-30 | 2 | -7/+49 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-01-21 | 7 | -150/+38 |
|\| | |||||
| * | [Keymap] Drashna's OLED rewrite (#15981) | Drashna Jaelre | 2022-01-21 | 7 | -150/+37 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-30 | 1 | -13/+33 |
|\| | |||||
| * | [Keymap] Reorganization, cleanup and readmes for drashna code (#15617) | Drashna Jaelre | 2021-12-29 | 1 | -13/+33 |
| | | |||||
* | | [Keyboard] Update Tractyl Manuform to use Split Pointing Device Sync | Drashna Jaelre | 2021-12-28 | 3 | -4/+1 |
|/ | |||||
* | [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415) | Drashna Jaelre | 2021-12-14 | 3 | -121/+34 |
| | |||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| |