lalalademaxiya1
|
90bd710b69
|
Add Keychron V7 (#19360)
|
2022-12-19 20:55:30 +11:00 |
|
lalalademaxiya1
|
007a8c8b35
|
Add Keychron V8 (#19361)
|
2022-12-19 20:54:05 +11:00 |
|
lalalademaxiya1
|
d27d6f0485
|
Add Keychron Q7 (#19308)
Co-authored-by: jack <0x6a73@protonmail.com>
|
2022-12-19 20:48:30 +11:00 |
|
lalalademaxiya1
|
90c4a8785e
|
Add Keychron Q60 (#19309)
Co-authored-by: jack <0x6a73@protonmail.com>
|
2022-12-19 20:46:56 +11:00 |
|
lalalademaxiya1
|
4c28f93520
|
Add Keychron Q65 (#19310)
Co-authored-by: jack <0x6a73@protonmail.com>
|
2022-12-19 20:45:57 +11:00 |
|
lalalademaxiya1
|
e0ff1189ce
|
Add Keychron V1 (#19315)
|
2022-12-19 20:44:47 +11:00 |
|
lalalademaxiya1
|
de64c61d17
|
Add Keychron V2 (#19316)
|
2022-12-19 20:42:00 +11:00 |
|
lalalademaxiya1
|
a3392fdd1e
|
Add Keychron V3 (#19317)
|
2022-12-19 20:39:36 +11:00 |
|
lalalademaxiya1
|
0ab4f53691
|
Add Keychron V4 (#19319)
|
2022-12-19 20:06:51 +11:00 |
|
lalalademaxiya1
|
4a0027d493
|
Add Keychron V5 (#19320)
|
2022-12-19 19:53:51 +11:00 |
|
lalalademaxiya1
|
359caf1432
|
Add Keychron Q9 (#19318)
|
2022-12-19 19:42:45 +11:00 |
|
lalalademaxiya1
|
1431f314a4
|
Add Keychron Q10 (#19127)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2022-12-13 07:10:32 +11:00 |
|
adophoxia
|
fa56e51894
|
Add support for Keychron Q4 (#19048)
|
2022-12-09 03:45:10 +11:00 |
|
lalalademaxiya1
|
1215fc2a78
|
Update Q1 and Q2 for keychron (#18713)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
|
2022-12-09 03:43:28 +11:00 |
|
lalalademaxiya1
|
d878edfaad
|
[Keyboard] Add Keychron Q8 (#19126)
|
2022-12-04 01:26:27 -08:00 |
|
Ryan
|
e12ca14af8
|
Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079)
|
2022-11-27 04:18:24 +11:00 |
|
jack
|
6c40a46057
|
Fixup keychron/q5 (#19119)
|
2022-11-20 14:30:40 +00:00 |
|
QMK Bot
|
4b99336c4b
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-20 05:38:05 +00:00 |
|
lalalademaxiya1
|
0f6a4edfb2
|
[Keyboard] Keychron Q5 (#18283)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-11-19 21:37:23 -08:00 |
|
jack
|
7901ba431a
|
Fixup keychron/q6 (#19066)
|
2022-11-14 09:49:06 +11:00 |
|
QMK Bot
|
81bf60a636
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-13 01:13:00 +00:00 |
|
lalalademaxiya1
|
6c4e6a86f7
|
[Keyboard] Keychron Q6 (#18288)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-11-12 17:12:20 -08:00 |
|
Wilba
|
bc6f8dc8b0
|
VIA V3 - The Custom UI Update (#18222)
|
2022-11-10 07:46:44 +11:00 |
|
Nick Brassel
|
575b0e33fa
|
Rollback unrelated changes from previous PR. (#19015)
|
2022-11-10 07:43:51 +11:00 |
|
jack
|
f7df771e70
|
Fixup keychron/q1/iso_encoder (#19006)
|
2022-11-09 06:51:04 +11:00 |
|
QMK Bot
|
425f906473
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-08 16:22:40 +00:00 |
|
adophoxia
|
a25e5ce1b3
|
[Keyboard] Add ISO Encoder variant of Keychron Q1v1 (#18829)
|
2022-11-08 08:21:51 -08:00 |
|
Ryan
|
5974d989fe
|
Normalise Unicode keycodes (#18898)
* `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-31 21:15:12 +00:00 |
|
Ryan
|
b33fc34967
|
Deprecate KC_LEAD for QK_LEAD (#18792)
|
2022-10-21 14:25:54 +01:00 |
|
QMK Bot
|
6e55aa42fa
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-21 01:20:56 +00:00 |
|
Stefan
|
2c3859fbf7
|
Keychron Q3 I2C & CKLED2001 transfer speedup (#18780)
|
2022-10-20 18:20:47 -07:00 |
|
Ryan
|
5629ba1807
|
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
|
2022-10-13 18:28:14 +01:00 |
|
QMK Bot
|
6829476fb7
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-13 10:53:59 +00:00 |
|
lalalademaxiya1
|
f50ba3b031
|
Update info.json of Q3 ISO with Encoder (#18697)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-13 21:53:16 +11:00 |
|
QMK Bot
|
6a363fbb5b
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-13 07:13:51 +00:00 |
|
James Young
|
d5b9081864
|
Keychron Q3 Layout Touch-Up (#18696)
|
2022-10-13 18:13:16 +11:00 |
|
jack
|
3f4fd85dc7
|
Fixup keychron/q3 (#18687)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-10-13 14:09:10 +11:00 |
|
QMK Bot
|
a751565468
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-12 18:34:25 +00:00 |
|
lalalademaxiya1
|
cf749f2dd0
|
Keychron q3 (#16912)
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>
|
2022-10-13 05:33:44 +11:00 |
|
Ryan
|
c6f1b594a2
|
Remove legacy keycodes, part 2 (#18660)
* `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`
|
2022-10-10 20:06:26 +01:00 |
|
QMK Bot
|
7c4a012509
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-07 05:33:01 +00:00 |
|
adophoxia
|
ca2f9e4c8f
|
Add encoder map support for Keychron Q1v1 and Q2 (#18598)
|
2022-10-06 22:32:19 -07:00 |
|
Drashna Jaelre
|
64b1ed4550
|
Fix Per Key LED Indicator Callbacks (#18450)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2022-10-04 15:24:22 -07:00 |
|
fauxpark
|
dbb70871fc
|
Merge remote-tracking branch 'upstream/master' into develop
|
2022-09-30 05:19:53 +10:00 |
|
Daniel Bast
|
b51b3681b7
|
Fix keychron q2 iso default keymaps (#18501)
|
2022-09-29 13:15:00 -04:00 |
|
lalalademaxiya1
|
bfcbcfe3c7
|
Update q0 for keychron (#18522)
|
2022-09-29 17:50:47 +01:00 |
|
jack
|
c7a65558ee
|
Remove lingering DRIVER_LED_TOTAL references (#18475)
|
2022-09-25 19:32:51 +10:00 |
|
Drashna Jael're
|
8478e96de6
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-09-24 12:23:36 -07:00 |
|
adophoxia
|
7caf0b1ab8
|
[Keyboard] Add Keychron Q0 (#18348)
|
2022-09-24 11:53:22 -07:00 |
|
Ryan
|
36c410592d
|
Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399)
|
2022-09-23 22:46:23 +10:00 |
|