Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-21 | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-10-13 | Dedupe I2C, SPI, UART driver inclusions (#22253) | Ryan | |
2023-10-04 | Update ISSI LED types (#22099) | Ryan | |
2023-09-20 | Migrate dynamic_keymap.layer_count >= 4 (#22087) | Joel Challis | |
2023-09-19 | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | |
2023-09-14 | Migrate i2c EEPROM_DRIVER to info.json (#22013) | Joel Challis | |
2023-09-13 | is31fl3731: driver naming cleanups (#21918) | Ryan | |
2023-09-04 | Resolve some "Layout should not contain name of keyboard" lint warnings (#21898) | Joel Challis | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-06-14 | Move `RGBLIGHT_LED_MAP` to data driven (#21095) | Ryan | |
2023-05-31 | [Keymap] Drashna Keymap updates for 0.21.0 (#21073) | Drashna Jaelre | |
2023-04-30 | Remove use of layout macros for `music_map` (#20634) | Ryan | |
2023-04-25 | Move miscellaneous layouts to data driven (#20516) | Ryan | |
2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-04-03 | Add direction to dynamic_macro_record_start_user (#19689) | Johannes H. Jensen | |
2023-02-28 | [Keymap] Drashna updates for 0.20.0 (#19960) | Drashna Jaelre | |
2023-02-23 | Reallocate SAFE_RANGE (#19909) | Joel Challis | |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel | |
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2023-02-03 | Debounce defines cleanup (#19742) | Ryan | |
* 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 | |||
2023-01-31 | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | |
2023-01-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
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. | |||
2022-12-09 | Moonlander: Add RGB LED layout map macro (#18745) | Jouke Witteveen | |
2022-11-22 | Update use of legacy keycodes (#19120) | 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-24 | Remove some assumptions on sequential keycode ranges (#18838) | Joel Challis | |
2022-10-21 | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | |
2022-10-20 | Remove legacy EEPROM clear keycodes (#18782) | Ryan | |
* `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | |||
2022-10-16 | Mark the moonlander keyboard default music map as weak (#18715) | Jouke Witteveen | |
This allows user keymaps to set a different music map. | |||
2022-10-15 | led_update_kb -> led_update_ports where appropriate (#18716) | Jouke Witteveen | |
Following #14452, less boilerplate is needed to customize indicator led control. | |||
2022-09-25 | [Keymap] develop updates for Drashna Keymaps (#18472) | Drashna Jaelre | |
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-09-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-03 | Remove more RESET keycode references (#18252) | Joel Challis | |
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | Expose Moonlander split detection to user code (#18040) | biesigrr | |
2022-08-28 | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | |
2022-08-03 | Move keyboard USB IDs and strings to data driven: M (#17859) | Ryan | |
2022-07-02 | [Keymap] Update Miryoku (#16482) | Manna Harbour | |
2022-05-30 | [Keymap] Drashna update for post Q2 merge (#17241) | Drashna Jaelre | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-04-19 | Add hacky via support for RGB Matrix (#16086) | Drashna Jaelre | |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | |
(#16655) | |||
2022-02-06 | [Docs] Address some typos (also in moonlander matrix.c) (#16248) | Jouke Witteveen | |
* [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ. | |||
2022-01-21 | [Keymap] Drashna's OLED rewrite (#15981) | Drashna Jaelre | |
2022-01-12 | [Keyboard] Fix compile error caused by variable exclusion on Moonlander (#15860) | Albert Y | |
2021-12-29 | [Keymap] Reorganization, cleanup and readmes for drashna code (#15617) | Drashna Jaelre | |
2021-12-29 | [Keyboard] Update to ZSA Keyboards (#15644) | Drashna Jaelre | |