Ryan
3d667f0970
Refactor Unicode feature ( #18333 )
3 years ago
Vino Rodrigues
f46379f308
fixed missing x coordinate on spacebar ( #18330 )
3 years ago
Joel Challis
16c2b528df
GMMK2: Fix 'ISO' within product name ( #18322 )
3 years ago
Joel Challis
4087251da6
Reboot wb32 devices after flashing ( #18323 )
3 years ago
Joy Lee
405a32ddf4
Added gmmk v2 p65 keyboard. ( #18185 )
3 years ago
Ryan
f20883fef1
RN42 driver: small cleanups ( #18310 )
...
* RN42 driver: small cleanups
* Include header
* Fix mouse report per RN42 UG
* Spacing for consistency
3 years ago
Joel Challis
725df1278b
Fix '_RIGHT' matrix pins lint error ( #18320 )
3 years ago
Joel Challis
9e24262161
Fix DD use within boardsource/microdox ( #18319 )
3 years ago
QMK Bot
a18aab4c3c
Merge remote-tracking branch 'origin/master' into develop
3 years ago
ZhaoYou.Ge
9ad75dbf47
'soda/cherish' support apm32f072 ( #18316 )
3 years ago
QMK Bot
2b30b3e168
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Jacqueline Liang
88555d8e18
Add via support for 6key ( #18082 )
3 years ago
QMK Bot
b6a79bec46
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
107ccc56b4
Hillside 46 & 52: remove dead space from QMK Configurator renderings ( #18315 )
...
* Hillside 46 info.json: fix syntax error
* Hillside 46 info.json: remove dead space
* Hillside 52 info.json: remove dead space
3 years ago
Danny
fb6e821541
Add Elite-Pi converter ( #18236 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
QMK Bot
3e0a22d532
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Danny
7b4dc5a7e4
Add Iris Rev. 6b ( #18307 )
3 years ago
QMK Bot
60d2108f23
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
ce90be0961
GeonWorks Frog Mini Hotswap Layout Rework ( #18305 )
...
* fmh.h: add matrix diagram
* info.json: apply friendly formatting
* physically arrange LAYOUT_all macro
Move position `K5D` (right half of Split Backspace) to the end of the top row.
* rename LAYOUT_all to LAYOUT_60_tsangan_hhkb
* add LAYOUT_60_ansi_tsangan
* add LAYOUT_60_hhkb
* add LAYOUT_60_ansi_wkl
* add LAYOUT_60_ansi_wkl_split_bs_rshift
* enable Community Layouts support
3 years ago
QMK Bot
fd8875f82c
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Danny
3f65d48539
Update Iris VIA configuration ( #18306 )
...
* Update RGB matrix max brightness
* Remove old VIA workaround code
* Fix default encoder rotations for encoder map
3 years ago
QMK Bot
4bbac50277
Merge remote-tracking branch 'origin/master' into develop
3 years ago
mechlovin
b0dc789a1b
[Keyboard] Wearhaus66 correct matrix ( #18284 )
3 years ago
QMK Bot
9ca91a7a98
Merge remote-tracking branch 'origin/master' into develop
3 years ago
David Luo
76910eece1
enable RGB matrix effects for drop ctrl ( #18291 )
3 years ago
Ryan
f7d2b001bc
Move Bluetooth-related function calls up to host/keyboard level ( #18274 )
...
* Move Bluetooth-related function calls up to host/keyboard level
* Remove pointless set_output() call
* Move bluetooth (rn42) init to end of keyboard_init()
* Enable SPI/UART for ChibiOS targets
* Some more slight tweaks
3 years ago
QMK Bot
cf8cdd1992
Merge remote-tracking branch 'origin/master' into develop
3 years ago
syntax-magic
6321cbaadd
[Keymap] removed else in numlock led if statement ( #18304 )
3 years ago
QMK Bot
54f6b61643
Merge remote-tracking branch 'origin/master' into develop
3 years ago
syntax-magic
8a0c0f72a5
added a new kprepublic/bm40hsrgb keymap called dan ( #18301 )
...
by syntax-magic
3 years ago
QMK Bot
03f6954c3a
Merge remote-tracking branch 'origin/master' into develop
3 years ago
ddeklerk
a082fcc933
Delete my keymaps ( #18302 )
3 years ago
Dasky
d30f0f71d0
Remove legacy define SERIAL_USE_MULTI_TRANSACTION ( #18299 )
3 years ago
Dasky
c2b35b2327
Remove legacy define USE_SERIAL_PD2 ( #18298 )
3 years ago
Joshua Diamond
ff7470420a
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Michael Stapelberg
f733307551
keymaps/stapelberg: keypad layer for multimedia keys, wake on escape ( #18295 )
...
This makes more keys function as printed on the actual keyboard :)
3 years ago
Joshua Diamond
a4d1d8b745
Resolve conflict merging master to develop ( #18297 )
...
* Discourage use of ENCODER_MAP at keyboard level (#18286 )
* Discourage use of ENCODER_MAP at keyboard level
* Update docs/feature_encoders.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
* Fungo rev1: fix QMK Configurator key sequence (#18293 )
* info.json: correct JSON syntax; friendly formatting
* info.json: fix key sequence
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
3 years ago
Dasky
dc4af81e0b
Remove legacy USE_SERIAL define ( #18292 )
...
* Remove legacy USE_SERIAL define
* tidy up missed comments
3 years ago
James Young
7160487ccd
Fungo rev1: fix QMK Configurator key sequence ( #18293 )
...
* info.json: correct JSON syntax; friendly formatting
* info.json: fix key sequence
3 years ago
Joel Challis
60cac6d938
Discourage use of ENCODER_MAP at keyboard level ( #18286 )
...
* Discourage use of ENCODER_MAP at keyboard level
* Update docs/feature_encoders.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan
8833b28361
Remove `UNICODE_KEY_OSX` and `UC_OSX` ( #18290 )
3 years ago
QMK Bot
c6ab11bc45
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
712aa7b1cd
Mars 6.5 Layout Additions ( #18282 )
...
* info.json: apply friendly formatting
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_split_bs
* enable Community Layouts support
* info.json: correct maintainer value
3 years ago
QMK Bot
165c15e250
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
0306bdf7fd
Remove use of legacy keycode ( #18281 )
3 years ago
QMK Bot
f010af0c8e
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
5f1273fca6
EU ISOlation: fix QMK Configurator key sequence ( #18272 )
...
* eu_isolation.h: physically arrange layout macros
Whitespace only; no logic changes.
* info.json: apply friendly formatting
Add line breaks between physical rows.
* info.json: correct key sequence
3 years ago
QMK Bot
0ac18bfc84
Merge remote-tracking branch 'origin/master' into develop
3 years ago
AMing Lau
a36c95db60
Fix compilation error for GH60 satan HHKB 7u layout ( #18250 )
...
* Fix compilation error for GH60 satan HHKB 7u layout
* Update keyboards/gh60/satan/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
Ryan
3e02b70d28
Rename keyboards with uppercase letters ( #18268 )
3 years ago