QMK Bot
bee48ced71
Merge remote-tracking branch 'origin/master' into develop
4 years ago
tangowithfoxtrot
23d3ebd78a
[Keyboard] Minor typo and broken link fix ( #14847 )
4 years ago
Ramon Imbao
e6e501aaa0
[Keyboard] Add Wete R2 ( #14873 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot
852d3af0a1
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Hai-Ninh Dang
c4710fa74b
[Keyboard] Add Meow65 PCB ( #14937 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
takashicompany
ea9fead229
Update VIA keymap for "EndZone34" ( #15077 )
4 years ago
QMK Bot
1c1ba06cfb
Merge remote-tracking branch 'origin/master' into develop
4 years ago
moyi4681
9cc97302ab
[Keyboard] add odin keyboard ( #15150 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot
36d5ea8f85
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Felix Jen
4c0ecd4910
[Keyboard] Add FJLabs 7V Hotswap PCBs ( #15175 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot
dcb20e55fc
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Álvaro A. Volpato
1b6673de1f
[Keyboard] Add Noxary Valhalla support ( #15197 )
4 years ago
TW59420
32c5c97ee3
[Keyboard] Add mw65_black support ( #15198 )
4 years ago
QMK Bot
5bd3e9e806
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
fd86f8c94d
[Keyboard] Add swap hands support and readme updates for Architeuthis Dux ( #15227 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Albert Y
d4b07be012
[Keyboard] Add swap hands support and readme update for Cradio ( #15226 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
QMK Bot
7ac9d1abe4
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
d8324e8a9c
Document swap-hands tap-toggle feature ( #15229 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
QMK Bot
696dea19f6
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
f9e21a654c
[Keyboard] Add swap hands support for 3w6 rev2 ( #15230 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Sắn
f6a5731300
[Keyboard] Fix layout + led state for Krush ( #15231 )
4 years ago
QMK Bot
9215edde66
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Dao Tak Isaac
bcf2632a29
[Keyboard] Add define GPIO into Dosa40RGB ( #15252 )
...
Co-authored-by: NOOB Maker <93704375+noobmakers@users.noreply.github.com>
4 years ago
QMK Bot
9d0373779c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
b12acfb630
[Keyboard] Add mousekey support for Technik variants ( #15258 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
takashicompany
47764132f1
[Keyboard] Add "DogTag" ( #15259 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot
6779f847ea
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
a7bc02bf69
[Keyboard] Sweep swap hand feature and pin documentation ( #15264 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
QMK Bot
e931ac57e1
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
35a18a8bcd
[Keyboard] Code updates for macro3 ( #15280 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
QMK Bot
42412d7272
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Carlo Sala
690a879d77
feat: adding carlosala keymap ( #15281 )
4 years ago
studiokestra
047fe0a8f9
[Keyboard] Add Galatea TKL PCB. ( #15290 )
4 years ago
QMK Bot
d558d10042
Merge remote-tracking branch 'origin/master' into develop
4 years ago
wheredoesyourmindgo
7f67504993
Added cancel_key_lock function ( #15321 )
4 years ago
kb-elmo
b90d94755c
[Keyboard] Add Vertex 40% ( #15323 )
4 years ago
QMK Bot
4461355cce
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Drashna Jaelre
5b5b36421a
[Keymap] Unicode and cursor sync - drashna keymap ( #15328 )
4 years ago
QMK Bot
ccc2030bee
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Joel Challis
4ee33f1ffd
Fix keyboard level use of OLED_DRIVER_ENABLE ( #15343 )
4 years ago
QMK Bot
6932e22dd8
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Conor Burns
097ae9d817
fixed oled in bongocat keymap and fixed encoder direction ( #15232 )
...
* fixed oled in bongocat keymap (#13454 ) and fixed encoder direction for prod parts
* updated readme for launch later today
4 years ago
QMK Bot
69c341eb5c
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Gastón Jorquera
b29b482741
Add TRNS to LOWER layer ( #15288 )
...
This commit makes the mode keys transparent in the LOWER layer instead
of disabled.
Before this commit, the following sequence of key presses `LGUI+LOWER+l`
would translate into `Cmd+right` in macOS and, therefore, move the
cursor to the end of line.
But, pressing `LOWER+LGUI+l` would completely ignore the `LGUI` and,
therefore, move the cursor one letter to the right.
With this change, pressing `LOWER+LGUI+l` produces the same result as
`LGUI+LOWER+l`.
This is also true for multiple other combinations, like
`RALT+SHIFT+LOWER+l`, `LOWER+RALT+SHIFT+l`, `SHIFT+LOWER+RALT+l`, etc.
Co-authored-by: Gaston Jorquera <gjorquera@gmail.com>
4 years ago
QMK Bot
1f7faad37a
Merge remote-tracking branch 'origin/master' into develop
4 years ago
stanrc85
9beee82825
Enable RGB Matrix animations being used ( #15338 )
4 years ago
QMK Bot
d41067f59b
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Leon Omelan
35b6d1e992
[Keyboard] Add Nozbe Macropad ( #14803 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot
24d47dc631
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Álvaro A. Volpato
d4690d0c23
Meridian LED update ( #15329 )
...
* Meridian first update
* Update README, adjust timing settings
* Update README
4 years ago