summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Keychron Q9 (#19318)lalalademaxiya12022-12-1952-0/+2195
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-147-11/+11
|/
* Add Keychron Q10 (#19127)lalalademaxiya12022-12-1331-0/+1683
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add support for Keychron Q4 (#19048)adophoxia2022-12-0939-0/+1765
|
* Update Q1 and Q2 for keychron (#18713)lalalademaxiya12022-12-09175-2781/+2391
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
* [Keyboard] Add Keychron Q8 (#19126)lalalademaxiya12022-12-0452-0/+2435
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-3/+3
|
* Fixup keychron/q5 (#19119)jack2022-11-209-9/+11
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-2053-0/+2808
|\
| * [Keyboard] Keychron Q5 (#18283)lalalademaxiya12022-11-1953-0/+2808
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Fixup keychron/q6 (#19066)jack2022-11-149-9/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-1353-0/+2939
|\|
| * [Keyboard] Keychron Q6 (#18288)lalalademaxiya12022-11-1253-0/+2939
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | VIA V3 - The Custom UI Update (#18222)Wilba2022-11-102-15/+0
| |
* | Rollback unrelated changes from previous PR. (#19015)Nick Brassel2022-11-101-2/+12
| |
* | Fixup keychron/q1/iso_encoder (#19006)jack2022-11-092-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-0814-12/+572
|\|
| * [Keyboard] Add ISO Encoder variant of Keychron Q1v1 (#18829)adophoxia2022-11-0814-12/+572
| |
* | Normalise Unicode keycodes (#18898)Ryan2022-10-311-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
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-211-0/+7
|\|
| * Keychron Q3 I2C & CKLED2001 transfer speedup (#18780)Stefan2022-10-201-0/+7
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | * `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-10-131-1/+1
|\|
| * Update info.json of Q3 ISO with Encoder (#18697)lalalademaxiya12022-10-131-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-1318-55/+55
|\|
| * Keychron Q3 Layout Touch-Up (#18696)James Young2022-10-1318-55/+55
| |
* | Fixup keychron/q3 (#18687)jack2022-10-1319-49/+51
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-1278-0/+4014
|\|
| * Keychron q3 (#16912)lalalademaxiya12022-10-1378-0/+4014
| | | | | | | | | | | | | | | | | | | | | | 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: Nick Brassel <nick@tzarc.org> Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com> Co-authored-by: lokher <lokher@gmail.com> Co-authored-by: Adam Karim <adam@akarsoft.com> Co-authored-by: bootstrapper <ido.samuelson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0710-80/+46
|\|
| * Add encoder map support for Keychron Q1v1 and Q2 (#18598)adophoxia2022-10-0610-80/+46
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-048-16/+27
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-09-307-19/+21
|\|
| * Fix keychron q2 iso default keymaps (#18501)Daniel Bast2022-09-294-4/+4
| |
| * Update q0 for keychron (#18522)lalalademaxiya12022-09-293-15/+17
| |
* | Remove lingering `DRIVER_LED_TOTAL` references (#18475)jack2022-09-252-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-2415-0/+555
|\|
| * [Keyboard] Add Keychron Q0 (#18348)adophoxia2022-09-2415-0/+555
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2320-20/+20
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-2016-47/+49
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-2016-47/+49
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-1714-0/+579
|\|
| * [Keymap] teimor keymap for Keychron Q1 (#16396)Teimor Epstein2022-07-1614-0/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | (develop)Keychron Q2: Enable support for WL EEPROM Driver (#17507)jpe2302022-06-305-5/+10
|/
* Keychron Q2 add Caps Lock indicator and layer RGB (#16641)Ladduro2022-04-227-0/+279
|
* [Keymap] Add dhertz keychron map v0 (#16571)Dan Hertz2022-03-233-1/+96
|
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-02-092-139/+2
|\