Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | Migrate spi EEPROM_DRIVER to info.json (#21991) | Joel Challis | |
2023-08-04 | haptic: further naming cleanups (#21682) | Ryan | |
2023-07-31 | Fix layout offsets for a handful of boards (#21636) | Ryan | |
2023-07-21 | haptic: naming cleanups (#21551) | Ryan | |
2023-07-09 | Move `DEBOUNCE_TYPE` to data driven (#21489) | Ryan | |
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | |
2023-06-15 | Move `RGBLIGHT_SPLIT` to data driven (#21190) | Ryan | |
* Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set | |||
2023-06-06 | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-05-31 | [Keymap] Drashna Keymap updates for 0.21.0 (#21073) | Drashna Jaelre | |
2023-05-27 | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-04-25 | Move miscellaneous layouts to data driven (#20516) | Ryan | |
2023-04-15 | Encodermap direction define. (#20454) | Nick Brassel | |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | |
2023-04-03 | Fix a handful of CLI errors (#20321) | Ryan | |
2023-03-26 | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | |
2023-03-16 | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-03-11 | Move matrix config to info.json, part 6 (#20019) | Ryan | |
2023-02-28 | [Keymap] Drashna updates for 0.20.0 (#19960) | Drashna Jaelre | |
2023-02-26 | Move encoder config to data driven (#19923) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-02-17 | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | |
2023-02-17 | Remove matrix size defines (#19581) | Ryan | |
2023-02-17 | Move Bootmagic config to data driven (#19860) | Ryan | |
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2023-01-19 | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | |
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | |||
2023-01-12 | weact docs patch re "security vulnerability" (#19572) | Tom Barnes | |
2022-11-29 | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | |
* 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 | |||
2022-11-27 | Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166) | Joel Challis | |
2022-10-31 | Normalise Unicode keycodes (#18898) | Ryan | |
* `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 | |||
2022-10-27 | [Core] Adjust PWM hardware audio driver for RP2040 (#17723) | Stefan Kerkmann | |
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-13 | Remove legacy keycodes, part 4 (#18683) | Ryan | |
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | |||
2022-09-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-30 | [Keyboard] handwired/tractyl_manuform: Arduino Micro (#17199) | Pascal J | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-09-25 | [Keymap] develop updates for Drashna Keymaps (#18472) | Drashna Jaelre | |
2022-08-28 | [Keymap] Drashna keymap updates for 0.18.0 (#18184) | Drashna Jaelre | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-21 | Move keyboard USB IDs and strings to data driven, pass 3 (#18111) | Ryan | |
2022-08-20 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-08-20 | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-07-14 | [Core] PMW33XX drivers overhaul (#17613) | Stefan Kerkmann | |
* 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 | |||
2022-07-02 | [Keymap] Updates to drashna Keymaps and Userspace (#17543) | Drashna Jaelre | |
2022-07-01 | Specify blackpill board files where relevant (#17521) | Joel Challis | |
2022-05-30 | [Keymap] Drashna update for post Q2 merge (#17241) | Drashna Jaelre | |
2022-03-18 | [Keyboard] Update Tractyl Manuform config files (#16684) | Drashna Jaelre | |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | |
(#16655) | |||
2022-03-06 | [Keymap] Drashna Mouse keys and oled updates (#16556) | Drashna Jaelre | |
2022-01-30 | [Keyboard] Overhaul Tractyl Manuform (#16134) | Drashna Jaelre | |
2022-01-30 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |