David Hoelscher
2bdd73f801
Add ST7735 driver to Quantum Painter ( #17848 )
2022-07-31 19:58:25 -07:00
jack
09ea5f6337
[Keyboard] Fix uzu42 compilation issue ( #17867 )
2022-07-31 19:05:15 -07:00
QMK Bot
735fb38a0e
Merge remote-tracking branch 'origin/master' into develop
2022-07-31 22:34:03 +00:00
axtloss
e1b6034f00
[Keymap] Add axtloss keymap for sofle ( #17835 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-31 15:33:34 -07:00
Joel Challis
98d5c77521
Remove legacy AVR ssd1306 driver ( #17864 )
2022-07-31 22:15:01 +01:00
Joel Challis
f7aaed1b57
Migrate crkbd keymaps to oled driver ( #17863 )
2022-07-31 12:36:30 -07:00
Joel Challis
c10c2575b8
Remove OLED driver Split Common warning ( #17862 )
2022-07-31 12:33:12 -07:00
Joel Challis
2f19579d3f
Convert yosino58 to use split common ( #17861 )
2022-07-31 12:32:45 -07:00
Daniel Kao
b03a7cef75
Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo ( #17850 )
...
* Fix typo for POINTING_DEVICE_GESTURES_SCROLL_ENABLE
Follow the name written in documentation which follows
POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE
* Reword the blurb about POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE in docs
2022-07-31 15:51:20 +01:00
Joel Challis
409790457c
Refactor satt/comet46 to use core OLED driver ( #17856 )
2022-07-31 15:35:42 +01:00
Joshua Diamond
baf34989f1
Default rgblight ( #17855 )
...
* better rgb bindings; improve default
* trim firmware size
2022-07-30 18:31:31 -04:00
Joshua Diamond
f02e355380
More glyph transformations for spidey3 userspace ( #17854 )
...
* add bold and blackboard bold glyph transformations
* trim firmware size; cformat
* fix typo in macro
* trim firmware size a bit more
2022-07-30 18:21:54 -04:00
QMK Bot
3d53c64992
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 20:00:58 +00:00
James Young
f6a91649ff
KPrepublic BM80v2 Touch-Up ( #17851 )
...
* info.json: apply friendly formatting
* info.json: correct layout data
Fix the size and position of the Backslash key.
* readme.md: touch-up formatting
* readme.md: switch Bootloader and Docs sections
* correct keyboard maintainer
2022-07-30 21:00:15 +01:00
QMK Bot
06fe4b16d2
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 07:32:18 +00:00
Ryan
2d778d2ff2
Move keyboard USB IDs and strings to data driven: handwired ( #17822 )
2022-07-30 17:31:44 +10:00
QMK Bot
ef94f93fe2
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 07:24:42 +00:00
Ryan
1c6b0391b4
Move keyboard USB IDs and strings to data driven: E ( #17815 )
2022-07-30 17:23:55 +10:00
Drzony
0b726a437b
Implement relative mode for Cirque trackpad ( #17760 )
2022-07-29 21:20:34 -07:00
QMK Bot
b085d5221b
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 04:07:26 +00:00
Bahrul Hidayat
da07e7dd0e
[Keyboard] add dyz60-hs ( #17763 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2022-07-29 21:07:10 -07:00
kopibeng
c0e3a16121
[Keyboard] Update MNK88 RGB Underglow LED Number ( #17833 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-07-29 21:06:40 -07:00
QMK Bot
7e172fd944
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 03:03:14 +00:00
Ryan
306e50b84c
Move keyboard USB IDs and strings to data driven: D ( #17814 )
2022-07-29 20:02:47 -07:00
QMK Bot
07f007de9a
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 03:02:29 +00:00
Chris Swenson
d1096ad440
[Keymap] Add enigma keymap for contra keyboard ( #17829 )
2022-07-29 20:01:35 -07:00
QMK Bot
a97c61074e
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 02:47:09 +00:00
James Young
d2aa8e6bb8
KBDfans Bounce Pad: Correct QMK Configurator Implementation ( #17845 )
2022-07-29 19:46:32 -07:00
QMK Bot
ed719d5d8d
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 02:17:19 +00:00
GG
0aec4203e7
[Keyboard] add Zoom87 ( #17831 )
2022-07-29 19:16:50 -07:00
QMK Bot
0c487cbeba
Merge remote-tracking branch 'origin/master' into develop
2022-07-30 00:32:42 +00:00
Drashna Jaelre
d93dfbff3c
Fix check when compiling HID Joystick with digital driver ( #17844 )
2022-07-30 01:32:06 +01:00
Frank Tackitt
21603c5142
Enable mousekeys by default for RGBKB Sol3 ( #17842 )
2022-07-29 23:42:34 +01:00
QMK Bot
3f1b61ba55
Merge remote-tracking branch 'origin/master' into develop
2022-07-29 21:03:24 +00:00
James Young
7f2ddf1711
kbdfans/bounce/75: correct typos of keyboard name ( #17841 )
2022-07-29 22:02:45 +01:00
Stefan Kerkmann
a204523bbb
[Core] RP2040 disable PIO IRQs on serial timeout ( #17839 )
2022-07-29 20:13:16 +02:00
zvecr
ade2eb1e75
Merge remote-tracking branch 'origin/master' into develop
2022-07-29 17:30:33 +01:00
Ryan
394cf7c41e
Move keyboard USB IDs and strings to data driven: J ( #17837 )
2022-07-29 13:49:01 +01:00
Ryan
bcb8600a31
Move keyboard USB IDs and strings to data driven: I ( #17836 )
2022-07-29 13:40:16 +01:00
QMK Bot
1050cf2453
Merge remote-tracking branch 'origin/master' into develop
2022-07-29 12:19:39 +00:00
James Young
1ded7ad460
KBDfans Bounce75 Touch-Up ( #17834 )
...
* kbdfans/bounce/75/hotswap: keymap readability fix
Update grid alignment to disambiguate which keycodes correspond in different layers.
----
Layer 0 had 13 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 14 and 8.
* kbdfans/bounce/75/soldered: keymap readability fix
Update grid alignment to disambiguate which keycodes correspond in different layers.
----
Layer 0 had 14 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 15 and 8.
* kbdfans/bounce/75/soldered: fix layer index in keymaps
Layer indexes were 0,1,2,1 instead of 0,1,2,3.
2022-07-29 13:18:28 +01:00
QMK Bot
a7d0e01e5b
Merge remote-tracking branch 'origin/master' into develop
2022-07-29 06:44:32 +00:00
James Young
5c90f7ae14
Wuque Promise87 WKL Refactor ( #17828 )
2022-07-28 23:43:54 -07:00
precondition
95c1cc425e
Rename postprocess_steno_user → post_process_steno_user ( #17823 )
2022-07-28 21:51:01 -07:00
QMK Bot
2d0443ec25
Merge remote-tracking branch 'origin/master' into develop
2022-07-29 04:42:45 +00:00
GG
b5452581da
[Keyboard] fix mistakes in promise87 config ( #17830 )
2022-07-28 21:41:42 -07:00
QMK Bot
c2f68e3232
Merge remote-tracking branch 'origin/master' into develop
2022-07-28 13:13:39 +00:00
Ryan
920f983767
Move keyboard USB IDs and strings to data driven: H ( #17821 )
2022-07-28 14:12:40 +01:00
Stefan Kerkmann
157ea96411
ChibiOS: use correct status codes in i2c_master.c ( #17808 )
...
msg_t is MSG_OK in the success case and either MSG_RESET or MSG_TIMEOUT
in case of errors. So actually use them in the comparison.
2022-07-28 02:02:10 +01:00
QMK Bot
476d709fa5
Merge remote-tracking branch 'origin/master' into develop
2022-07-28 00:57:13 +00:00