-pacer-
e9d1a711b4
[Keyboard] Fixed caps lock led pin for crazy_keyboard_68 ( #15539 )
2021-12-22 09:45:34 -08:00
ExtReMLapin
021eda3790
[Keymap][CRKBD/SOUNDMONSTER] Fixed compilation (forgot return) ( #15554 )
2021-12-22 09:08:18 -08: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
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
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
Sergi Meseguer
bcca5ec5fa
zigotica userspace rows tweak: TAB in default STENAI layer, ESC in sym/fn layers ( #15525 )
2021-12-21 09:20:05 -08:00
stanrc85
d4ae858e0a
[Keyboard] Add LAYOUT_alice support for Nasu ( #15513 )
2021-12-20 11:31:46 -08:00
Domanic Calleja
0e18f03b79
Add Superlyra keyboard + group with Lyra under new directory ( #14955 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-19 12:58:40 -08:00
James Young
98a82225aa
MechBrewery MB65S Refactor ( #15515 )
2021-12-19 12:07:10 -08:00
JP
f79e1ab748
[Keyboard] Add k34 keyboard ( #15250 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jingpingw <jingpingw@twitter.com>
2021-12-18 00:48:33 -08:00
GG
d8a98aeaf2
[Keyboard] update new keyboard zoom65_lite ( #15218 )
2021-12-17 18:59:37 -08:00
KiwiKey
4b9ba0dcc5
[Keyboard] Add Borderland ( #15501 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-17 18:29:48 -08:00
yiancar
69527be90b
[Keyboard] Nasu ( #15468 )
...
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: yiancar <yiancar@gmail.com>
2021-12-17 08:11:01 -08:00
Albert Y
23d4803988
[Keyboard] Remove locking support for Sweep ( #15494 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-16 23:52:26 -08:00
Albert Y
0703e5398c
[Keyboard] Remove locking support from Cradio ( #15495 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-16 23:52:08 -08:00
Albert Y
08fc873376
[Keyboard] Remove locking support for Macro3 ( #15496 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-16 23:51:36 -08:00
WestM
d7bbd52e19
[Keyboard] Add WestM ( #15459 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-16 10:07:06 -08:00
billybraga
f383d3d8be
Fix inverted gt and lt send_string mapping in canadian multilingual ( #15487 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Billy Braga <bbraga@progi.com>
2021-12-16 10:05:06 -08:00
joric
ce8c1ba418
[Keyboard] removed extra layout from jorne.h ( #15491 )
2021-12-16 08:45:21 -08:00
joric
42555157b8
[Keyboard] Add Jorne ( #15461 )
...
* added jorne-dev (kyria-based)
* updated files
* raw logo
* removed font
* Fix after rebase on master: #undef SH_TG
* Fix LTO parameter name.
* Fix OLED.
* Add VIA Jorne layout.
* readme.md
* updated jorne readme
* Add info.json
* Update keyboards/jorne/keymaps/default/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/jorne/keymaps/default/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/jorne/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/jorne/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/jorne/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* PR changes (added GPL headers, moved oled_task_user)
* info.jsoon: fix thumbs poositions, reorder keys.
* fix info.json maintainer
* fixed layouts
* Sync config.h for VIA with default keymap.
* added post_config (sets brightness to 120 or it hangs)
* added SPLIT_LAYER_STATE_ENABLE/SPLIT_LED_STATE_ENABLE
* Update keyboards/jorne/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/jorne/rev1/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/jorne/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/jorne/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/jorne/jorne.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/jorne/jorne.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* fixed layout, removed unnecessary defines
* vendor_id set to 0x4753
Co-authored-by: beta-tank <beta-tank@outlook.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-16 19:28:29 +11:00
Yoichiro Tanaka
231cd7a39f
Fix some wrong keycode macros in locale mapping files ( #15488 )
2021-12-16 16:59:04 +11:00
Drashna Jaelre
aed64aaef4
[Core] Fix Sensor driver code ( #15484 )
2021-12-15 13:41:07 -08:00
Drashna Jaelre
3fa592a402
[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps ( #15415 )
2021-12-14 20:53:36 -08:00
Andrew Kannan
c10bc9f91e
[Keyboard] Adelie Firmware ( #13265 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-14 19:41:41 -08:00
Albert Y
39dcb78b78
[Keyboard] Add Elite-C DFU bootloader commands for Sweep ( #15449 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-14 19:40:37 -08:00
yiancar
7ece230620
[Keyboard] W1-AT addition ( #15467 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: yiancar <yiancar@gmail.com>
2021-12-14 19:40:17 -08:00
Albert Y
3bf4ded2c9
[Keyboard] Add swap hands support for Technik_O ( #15477 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-14 19:39:57 -08:00
Drashna Jaelre
100a3e5d7a
[Keyboard] Fix Jot50 compilation errors ( #15478 )
2021-12-14 19:38:12 -08:00
Will McGloughlin
605de07958
[Keyboard] Add pluto12 ( #15369 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-14 18:52:10 -08:00
AnthonyNguyen168
e9731c19c7
[Keyboard] New PCB MB-65S from MechBrewery ( #15422 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-14 18:26:01 -08:00
Xelus22
58fbafeeab
[Keyboard] Add La+ ( #15460 )
2021-12-14 10:53:36 -08:00
Ryan
99b35940bc
Remove unnecessary backslash-escapes in default keymaps ( #15472 )
...
* Remove unnecessary backslash-escapes in default keymaps
* Remove unnecessary backslash-escapes in via keymaps
* Remove unnecessary backslash-escapes in default-ish keymaps
2021-12-14 12:41:16 +00:00
Elliot Powell
970ede9a1c
Add support for the crkbd r2g by mechboards ( #15283 )
...
* r2g folder groundwork
* Default mb keymap featuring mb logos
* Migrate Oled to keyboard folder
* Move rules configs to support config better
* update readmes
* Liscnece update
* Update config and fix issues caused by redef errs
* funciton name adjusts, define specific rgb modes
* move default oled font to postconfig
* update oled in line with develop merge
* fix return value
* Add some default rgb matrix defines
* del ugfx
* remove #include <stdio.h>
2021-12-14 18:49:34 +11:00
James Young
59a1495fbf
Update noroadsleft userspace and keymaps (2021-12-13) ( #15470 )
...
* remove macroMode functionality
* update kbdfans/kbd75/rev1:noroadsleft keymap
- replace `_______` instances with `XXXXXXX` on System layer
- add line breaks between keymap layers
2021-12-13 23:42:43 -08:00
Hassan Williamson
8d604e707b
[Docs] Updated typo on feature_bluetooth.md ( #15466 )
2021-12-13 20:55:53 -08:00
Ryan
f718a10889
Fix up build options comments ( #15463 )
2021-12-12 18:05:37 -08:00
Xelus22
ae34dde677
[Keyboard] Add XS60 ( #15248 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-11 10:39:34 -08:00
peepeetee
711a608351
bugfix (I don't know what's changed yet but something changed) ( #15455 )
2021-12-11 16:20:00 +00:00
peepeetee
9294258c02
[Keyboard] Add KPrepublic BM60hsrgb/rev2 ( #15177 )
...
acting in lieu of bdtc123
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-10 23:04:43 -08:00
Runheme
0aa59eefc3
[Keyboard] Add ginkgo65hot ( #15404 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-10 23:02:18 -08:00
takashicompany
fb93869af0
[Keyboard] add Radialex ( #14949 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: takashicompany <takashicompany@TMPB2021.local>
2021-12-10 22:46:53 -08:00
Kyle McCreery
0dc2bdbcb0
[Keyboard] Add Waka60 keyboard ( #15173 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-10 22:41:25 -08:00
lukeski14
80708c64a1
Add via support for spacey ( #15437 )
2021-12-09 12:24:05 +00:00
Ramon Imbao
d0571c3da7
Add wait_ms to encoder_update_user ( #15436 )
2021-12-09 12:17:24 +00:00
Xelus22
4ab9fac6a6
[Keyboard] Pachi RGB update ( #15440 )
...
* update
* update rev1 description
2021-12-09 12:12:05 +00:00
Xelus22
b09c44ced7
[Core] Add configuration of PMW3360 lift off distance ( #15424 )
...
* sensor code add
* update documentation
* add default #define
* Update drivers/sensors/pmw3360.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-08 23:52:07 -08:00
peepeetee
b2576dcf12
Change "Chinese" to "Simplified Chinese" in langs.md ( #15441 )
2021-12-09 17:45:24 +11:00
Joel Challis
aecb387692
Add test filter to 'qmk pytest' ( #15432 )
...
* Add test filter to 'qmk pytest'
* Bodge for some test filters not resolving qmk
* Update docs
2021-12-09 17:42:11 +11:00
Pekaso
7d30bd9cfe
[Keyboard] Update Fortitude60 and add VIA support ( #15265 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-08 22:40:44 -08:00
Ryan
a8d440e4e0
Tidy up NKRO_ENABLE rules ( #15382 )
2021-12-09 16:05:44 +11:00