QMK Bot
8eac8c45d5
Merge remote-tracking branch 'origin/master' into develop
2021-11-03 01:01:03 +00:00
James Young
6d807af783
Fix Rocketboard-16 QMK Configurator Implementation ( #15028 )
...
* rename LAYOUT_default to LAYOUT
Only one layout is supported.
* refactor keymaps
- use short-form keycodes
2021-11-03 01:00:27 +00:00
Drashna Jaelre
b05f0bb231
[Keyboard] Reduce compile size for melgeek mach80 ( #15034 )
2021-11-03 10:51:03 +11:00
Nick Brassel
5da04fb45b
Update to ChibiOS 20.3.4, support builds against trunk ( #14208 )
...
* Add support for building against ChibiOS svn/trunk.
* Swap to 21.6.x
* Update to latest branch revision as released version is broken.
* Updated configs.
* Conf updates.
* Updated ChibiOS
* Convert STM32L422 to actual L422 ChibiOS platform.
* Downgrade to 20.3.4 as ChibiOS 21.6.x is being aborted.
* Rollback L422-based boards.
2021-11-03 08:26:40 +11:00
Purdea Andrei
2326c8f747
overnumpad controller: Add support for turning off solenoid enable in low power. ( #15021 )
2021-11-02 20:49:23 +11:00
QMK Bot
b87b402ea5
Merge remote-tracking branch 'origin/master' into develop
2021-11-02 08:26:58 +00:00
James Young
87fc950707
Add Redox Media Configurator Data ( #15013 )
2021-11-02 19:26:28 +11:00
Drashna Jaelre
85d94d0c4d
[Keyboard] Fix size issues on pistachio pro via keymap ( #15017 )
2021-11-02 15:43:43 +11:00
QMK Bot
e7987ddef7
Merge remote-tracking branch 'origin/master' into develop
2021-11-02 04:36:32 +00:00
Drashna Jaelre
72f94daae1
[Keyboard] Fix compilation size issues for Canary 60 RGB ( #15016 )
2021-11-02 15:36:00 +11:00
Drashna Jaelre
8812e3724a
[Keyboard] Fix missing return for oled task on Arabica37 ( #15011 )
2021-11-02 13:30:23 +11:00
Drashna Jaelre
4bc1b12480
[Keyboard] Fix missing return for oled task on Lefty ( #15010 )
2021-11-02 12:52:46 +11:00
Joel Challis
7ae0f371cf
Add support to persist MD LED framework settings ( #14980 )
...
* Add support to persist MD LED framework settings
* avoid out-of-bounds errors when SmartEEPROM is not enabled
* Update brightness defaults
* clang
2021-11-02 09:45:30 +11:00
Drashna Jaelre
9d235d4fc5
[Core] Change OLED task function to be boolean ( #14864 )
...
* [Core] Add kb level callbacks to OLED driver
* Update keyboards and keymaps
* Update docs
* Update userspace configs
* Add fix for my keymap ...
* update lefty
2021-11-02 09:42:50 +11:00
Vlad K
a29ca1e7f1
Add support for ISSI drivers on both sides of a split keyboard ( #13842 )
...
* Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812
* Added helper function
* Trying to integrate the function
* Moved functionality into a macro
* Swapped conditional for a macro everywhere
* Tidying up
* More code cleanup
* Documentation updates
* Fixed formatting via linter
* Switching to a function from a macro
* Fixed compile error
* Fixing WS2812 behavior. UNTESTED.
* Updated documentation about the driver addresses.
* Fixed code for WS2812
* Trying to add in LED_MATRIX support
* Updated effects for LED matrix
* Updated third-party effect defines.
* Ran format-c on modified files
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Move to static inline. Avoids issues with gcc v8+
* Move helper function for LED_matrix to static inline to avoid issues with gcc v8+
Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-02 09:04:37 +11:00
QMK Bot
f7e94f6624
Merge remote-tracking branch 'origin/master' into develop
2021-11-01 03:46:23 +00:00
AnthonyNguyen168
3c08817e44
[Keyboard] Fix keymaps, RGB matrix, add support for WS2812 ( #14974 )
2021-10-31 20:45:48 -07:00
Ryan
928d9f90ec
Remove complex `fn_actions` macros ( #14662 )
...
* Remove complex `fn_actions` macros
* Remove additional `KC_FN*` instances
2021-11-01 09:27:54 +11:00
QMK Bot
aab394505f
Merge remote-tracking branch 'origin/master' into develop
2021-10-31 08:17:52 +00:00
takashicompany
53d614955d
[Keyboard] Add new keyboard "QooLee" ( #14977 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-31 01:17:38 -07:00
QMK Bot
54aeba1eaf
Merge remote-tracking branch 'origin/master' into develop
2021-10-30 18:55:03 +00:00
Albert Y
32d18f2857
[Keymap] Improved settings for Cradio default keymap ( #14971 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-10-30 11:54:36 -07:00
QMK Bot
9e4dd8bfcb
Merge remote-tracking branch 'origin/master' into develop
2021-10-30 18:54:36 +00:00
jonavin
5334e087ef
[Keymap] Jonavin userspace encoder alt tab scrolling ( #14979 )
...
Co-authored-by: Jonavin <=>
2021-10-30 11:53:58 -07:00
QMK Bot
5851ac1934
Merge remote-tracking branch 'origin/master' into develop
2021-10-29 23:30:51 +00:00
Alan Pocklington
28120c1a63
[Keymap] ajp10304: add mouse scroll keys ( #14953 )
2021-10-29 16:30:23 -07:00
Drashna Jaelre
70e396e882
[Keyboard] Fix Compile issues for lefty ( #14982 )
2021-10-29 16:25:17 -07:00
just-another-jxliu
736d9fa538
Stop-gap forward-port Drop LED features for CTRL and ALT ( #14967 )
2021-10-29 13:11:48 -07:00
Joel Challis
0c87e2e702
Move LTO logic from common.mk ( #14973 )
2021-10-28 21:02:22 +01:00
SmollChungus
6c507afcf2
[Keyboard] add Lefty keyboard ( #14898 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-27 08:14:44 -07:00
QMK Bot
db0d2a5cd9
Merge remote-tracking branch 'origin/master' into develop
2021-10-27 15:09:58 +00:00
peepeetee
128b4eb005
[Keyboard] Add support for bm65rgb, a revival of #13361 ( #14800 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: bytesapart <osama@bytesapart.com>
2021-10-27 08:09:52 -07:00
pttbx
e4ae4c8b1c
[Keymap] Add personal lily58 keymap ( #14834 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: polplop <paultan@handshakes.com.sg>
Co-authored-by: paultan <47445257+polplop@users.noreply.github.com>
2021-10-27 08:09:19 -07:00
QMK Bot
64db3ae3a9
Merge remote-tracking branch 'origin/master' into develop
2021-10-27 15:08:39 +00:00
binepad
5973895529
[Keyboard] binepad bn009 ( #14881 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-27 08:07:58 -07:00
QMK Bot
01c3349f35
Merge remote-tracking branch 'origin/master' into develop
2021-10-27 15:04:26 +00:00
TW59420
2e3514f21c
[Keyboard] Add MW65 Series PCB ( #14939 )
2021-10-27 08:03:51 -07:00
QMK Bot
4c077059b8
Merge remote-tracking branch 'origin/master' into develop
2021-10-27 15:02:29 +00:00
Albert Y
546e6a15dc
[Keyboard] Cradio keyboard ( #14946 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: filterpaper <filterpaper@localhost>
2021-10-27 08:02:21 -07:00
Jeremy Levy
db634c21a7
[Keyboard] update(readme): with PCB reset instructions ( #14961 )
2021-10-27 08:01:54 -07:00
QMK Bot
e8d68cc8f2
Merge remote-tracking branch 'origin/master' into develop
2021-10-27 15:00:38 +00:00
Marc Nause
77877990ff
[Keymap] Add VLC keymap ( #14956 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-10-27 08:00:35 -07:00
jfescobar18
0b0edf3d81
[Keyboard] Docs/folder organization and info json fixed ( #14239 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-27 07:59:58 -07:00
Drashna Jaelre
2ac9b31ed1
Fix white spacing issues in kb files ( #14963 )
2021-10-27 07:47:42 -07:00
Drashna Jael're
6506e271a3
Merge remote-tracking branch 'origin/master' into develop
2021-10-26 17:59:20 -07:00
Přemysl Eric Janouch
b29f005936
[Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps ( #13115 )
2021-10-26 17:56:38 -07:00
projectcain
e5a729ccab
[Keyboard] add ProjectCain Vault35; update Vault45 ( #13652 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-10-26 17:54:17 -07:00
QMK Bot
9db21f522e
Merge remote-tracking branch 'origin/master' into develop
2021-10-26 23:42:31 +00:00
Kyrre Havik
b168fb3b2c
[Keyboard] Add minimon/Index tab 13x6 ortho ( #14765 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-26 16:41:54 -07:00
QMK Bot
7b6bf8c35f
Merge remote-tracking branch 'origin/master' into develop
2021-10-26 23:35:03 +00:00