Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-19 | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | |
2023-09-13 | is31fl3733: driver naming cleanups (#21905) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-06-01 | Unicodemap keycodes rename (#21092) | Ryan | |
2023-05-03 | More `info.json` whitespace cleanups (#20665) | Ryan | |
2023-05-02 | `info.json` whitespace cleanups (#20651) | Ryan | |
2023-05-01 | Move `FORCE_NKRO` to data driven (#20604) | Ryan | |
2023-04-15 | Encodermap direction define. (#20454) | Nick Brassel | |
2023-04-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-04-12 | fixing bug that caused KC_DEL and KC_MUTE (encoder press) to be swapped (#20420) | Mike Killewald | |
2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | 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 8 (#20030) | Ryan | |
2023-02-26 | Move encoder config to data driven (#19923) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
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-19 | Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884) | Joel Challis | |
2023-02-17 | Remove matrix size defines (#19581) | Ryan | |
2023-02-13 | Refactor Leader key feature (#19632) | Ryan | |
Co-authored-by: Drashna Jaelre <drashna@live.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-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-13 | Rectified ins/del layout macro ordering of Keychron Q1 ANSI (#19560) | Jonathan Moallem | |
2023-01-01 | Align definition of unicode_map (#19452) | Joel Challis | |
2022-12-14 | Tap Dance: remove `qk_` prefix (#19313) | Ryan | |
2022-12-09 | Update Q1 and Q2 for keychron (#18713) | lalalademaxiya1 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jpe230 <pablin.123.ra@gmail.com> | |||
2022-11-27 | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | |
2022-11-10 | VIA V3 - The Custom UI Update (#18222) | Wilba | |
2022-11-10 | Rollback unrelated changes from previous PR. (#19015) | Nick Brassel | |
2022-11-09 | Fixup keychron/q1/iso_encoder (#19006) | jack | |
2022-11-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-08 | [Keyboard] Add ISO Encoder variant of Keychron Q1v1 (#18829) | adophoxia | |
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-21 | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | |
2022-10-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-10-06 | Add encoder map support for Keychron Q1v1 and Q2 (#18598) | adophoxia | |
2022-10-04 | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-20 | Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080) | Ryan | |
2022-07-16 | [Keymap] teimor keymap for Keychron Q1 (#16396) | Teimor Epstein | |
* teimor keymap * quickfix and cleanup * update readme * quickfix and cleanup before pr * clang * clean layout * add reset * pr fix * fix pr * Rename README.md to readme.md | |||
2022-01-26 | Keychron QMK Configurator Refactor (#16034) | James Young | |
2022-01-22 | Update readme.md (#15989) | dnlsmy | |
Spelling correction | |||
2022-01-14 | [Keyboard] Add Keychron_q1 rev_0101 and Keychron q2 series (#15025) | lalalademaxiya1 | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com> Co-authored-by: lokher <lokher@gmail.com> Co-authored-by: Adam Karim <adam@akarsoft.com> | |||
2022-01-02 | [Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685) | ripdog | |
2021-12-27 | Addd victorsavu3's Keychron Q1 keymap (ISO) (#15517) | Victor Savu Gabriel | |
Co-authored-by: Savu Victor-Gabriel <dev@victorsavu.com> | |||
2021-12-27 | [Keymap] Add keymap for the Keychron Q1 ISO layout (#14853) | Jakub HorĂ¡k | |
* Add keymap for the Keychron Q1 ISO layout - The rightest key column is: Ins, Home, PgUp, PgDn, which differs from the default. - RGB lighting turns off when the computer sleeps - Caps Lock and alpha keys turn red to indicate when Caps Lock is on - When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Update keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rgb_matrix_user.c Suggestion from review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-24 | Remove use of __flash due to LTO issues (#15268) | Joel Challis | |
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |