QMK Bot
11d5ff415f
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 01:25:35 +00:00
Drashna Jaelre
672c6b4721
Make (un)register code functions weak ( #15285 )
2021-12-27 12:15:56 +11:00
QMK Bot
f9cf09ebd1
Format code according to conventions ( #15588 )
2021-12-27 12:10:04 +11:00
Dasky
7f7364c559
[Core] Split support for pointing devices. ( #15304 )
...
* Draft implementation
* formatting
* fix combined buttons
* remove pimoroni throttle
* sync pointing on a throttle loop with checksum
* no longer used
* doh
Co-authored-by: Drashna Jaelre <drashna@live.com>
* switch pimoroni to a cpi equivalent
* add cpi support
* allow user modification of seperate mouse reports
* a little tidy up
* add *_RIGHT defines.
* docs
* doxygen comments
* basic changelog
* clean up pimoroni
* small doc fixes
* Update docs/feature_pointing_device.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
* performance tweak if side has usb
* Don't run init funtions on wrong side
* renamed some variables for consistency
* fix pimoroni typos
* Clamp instead of OR
* Promote combined values to uint16_t
* Update pointing_device.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-12-27 12:05:51 +11:00
cdc-mkb
51be57c287
[Keyboard] Add MNT Reform USB Keyboard (Standalone) ( #15561 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-27 12:00:06 +11:00
Hugo Osvaldo Barrera
76a673233c
Add a clarification to an error message ( #15207 )
...
Makes this a bit more foolproof.
See https://github.com/qmk/qmk_firmware/issues/15202
2021-12-27 11:53:46 +11:00
vectorstorm
0391801267
Fixes potential wpm sampling overflow, along with code comment fixes ( #15277 )
...
Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au>
2021-12-27 11:52:56 +11:00
Nick Brassel
6e40dfa022
Add open-drain GPIO support. ( #15282 )
...
* Add open-drain GPIO support.
* `qmk format-c`
* Wording.
* Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing.
2021-12-27 11:52:10 +11:00
QMK Bot
f491e6b138
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:47:49 +00:00
mechlovin
94fe31609e
[Keyboard] Add LZ erGhost ( #15451 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-24 17:47:35 -08:00
peepeetee
e1303a30d2
[Keyboard] Add KPrepublic bm980hsrgb support ( #14724 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-24 17:47:21 -08:00
uqs
859e2aa86b
Fix some typos, especially the sensor name. ( #15557 )
2021-12-24 17:46:49 -08:00
QMK Bot
d6b9056d42
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:35:05 +00:00
Arturo Avila
36db7457b2
[Keyboard] Add Kintsugi keyboard ( #15439 )
2021-12-24 17:33:47 -08:00
QMK Bot
c734e7c1bf
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:27:51 +00:00
minibois
17c8771000
[Keyboard] Add mini_ten_key_plus ( #15568 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-24 17:27:16 -08:00
QMK Bot
407647d0d1
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:23:54 +00:00
jonavin
57a1d04d38
[Keymap] Jonavin kbd 67 keymap with advance RGB functions ( #15527 )
...
Co-authored-by: Jonavin <=>
2021-12-24 17:23:24 -08:00
QMK Bot
bd1d41024b
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:23:13 +00:00
Ibnu Daru Aji
95d08b4636
[Keyboard] Add Gurindam ( #15540 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-24 17:22:46 -08:00
QMK Bot
19abd80fb2
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:20:37 +00:00
peepeetee
34a7b435cd
[Keyboard] Add KPrepublic BM60hsrgb_iso/rev2, acting in lieu of @bdtc123 ( #15095 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-24 17:18:27 -08:00
QMK Bot
78b330c8b4
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:18:22 +00:00
peepeetee
53996a78b5
[Keyboard] Add bm60hsrgb_poker/rev2, a continuation of #15001 ( #15103 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-24 17:17:48 -08:00
QMK Bot
e0490a24f2
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:13:07 +00:00
Scott Chow
1e28667ef8
[Docs] Fixed keycode reference for swirl effect ( #15564 )
2021-12-24 17:12:33 -08:00
QMK Bot
53472a4e7b
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 22:31:48 +00:00
Chris Broekema
c4b03509da
Save a single byte of memory for joystick buttons ( #15555 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2021-12-24 14:31:15 -08:00
QMK Bot
e24fe0832b
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 20:10:51 +00:00
Ian C
435fa2c391
fix typo ( #15569 )
2021-12-24 20:10:12 +00:00
QMK Bot
45731efcac
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 00:39:31 +00:00
Drashna Jaelre
db149052c3
[Keyboard] Fix compilation issues for Pearlboards ( #15562 )
2021-12-23 16:38:53 -08:00
QMK Bot
b7ed91f861
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 00:37:36 +00:00
Andrzej Kotulski
d563ab052e
[Keyboard] Add dactyl manuform 4x6 with a 5 key thumb cluster ( #15516 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-23 16:37:03 -08:00
QMK Bot
4582b1b41a
Merge remote-tracking branch 'origin/master' into develop
2021-12-23 21:43:43 +00:00
Koobaczech
e804e28e8e
[Keyboard] Add Pearlboards boards to directory ( #15005 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-23 13:43:10 -08:00
QMK Bot
d737b4704c
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 17:46:05 +00:00
-pacer-
e9d1a711b4
[Keyboard] Fixed caps lock led pin for crazy_keyboard_68 ( #15539 )
2021-12-22 09:45:34 -08:00
QMK Bot
51bc051172
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 17:08:53 +00:00
ExtReMLapin
021eda3790
[Keymap][CRKBD/SOUNDMONSTER] Fixed compilation (forgot return) ( #15554 )
2021-12-22 09:08:18 -08:00
QMK Bot
df7fe3e2ac
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 14:27:56 +00:00
Thomas Lorblanchès
3f1f60cbf9
doc/faq_debug: qmk cli can also be used to print debug messages ( #15528 )
2021-12-22 06:27:25 -08:00
SmollChungus
e95156d4d8
Documentation Typo fix ( #15538 )
2021-12-22 12:47:01 +00:00
QMK Bot
96073e1368
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 07:37:26 +00:00
Wyatt Neal
b8cd899dfb
[Keyboard] support for Stack Overflow The Key from Drop - adapted from @frap129 ( #15520 )
...
* support for Stack Overflow The Key from Drop - adapted from @frap129
* addressing code review comments
there's still some issues related to LEDs so i think for now the best
course of action is to remove those items until we can get better
details on the assembly of the board.
* removing this on the correct branch
* cleaning up more code review comments, moving to simpler/common formats for maps
* it is a C not a G fool
* well, looks like you can do it this way too for booting/dfu
* fixing missing newline for gcc to be quiet
* removing busted links
* formatting to match current template
* Update keyboards/massdrop/thekey/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Andy Piper <andypiper@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-22 18:36:48 +11:00
QMK Bot
f5995901b0
[CI] Format code according to conventions ( #15541 )
2021-12-22 17:09:50 +11:00
Ryan
77d3e564f7
Migrate RN42 to UART driver and refactor ( #15492 )
2021-12-22 16:51:39 +11:00
QMK Bot
78648b37e9
Merge remote-tracking branch 'origin/master' into develop
2021-12-21 18:47:48 +00:00
devilzmods
83b21deafc
[Keyboard] Add 4x4 and 5x5 40percentclub boards + Unique VIDs ( #15465 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-21 10:47:18 -08:00
Nick Brassel
7b018f097d
Use the PR title rather than parsing the commit message. ( #15537 )
2021-12-22 05:44:47 +11:00