QMK Bot
4b6db33a1d
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 21:15:20 +00:00
Mikkel Jeppesen
fefd7fdc51
Refactor new-keyboard to be python3.7 compatible ( #14707 )
...
* Use copy_tree from distutils for python 3.7 support
* Bump python version in docs
* Changed new-keyboard to use printf-style format strings
* Use username for manunfacturer / maintainer
* Update lib/python/qmk/cli/new/keyboard.py
Co-authored-by: Zach White <skullydazed@drpepper.org>
Co-authored-by: Zach White <skullydazed@drpepper.org>
2021-11-05 08:14:43 +11:00
Ryan
9401836727
Map `PRODUCT` define to `keyboard_name` ( #14372 )
...
* Map `PRODUCT` define to `keyboard_name`
* Fix tests
* Fix last test
2021-11-05 08:08:52 +11:00
QMK Bot
45a8176e32
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 21:03:11 +00:00
Ryan
6437045166
`qmk docs`: Run `docsify serve` if available ( #15056 )
2021-11-05 08:02:27 +11:00
QMK Bot
d4bbecb308
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 15:53:42 +00:00
Drashna Jaelre
ce899629ce
[Keyboard] Fix keycode collision in craftwalk keymap ( #15055 )
2021-11-04 15:53:20 +00:00
Drashna Jaelre
c85109b108
[Keyboard] Reduce compile size for takashicompany compacx ( #15054 )
2021-11-04 15:53:02 +00:00
QMK Bot
e0793ea31d
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 07:17:12 +00:00
James Young
aaf4b348f0
Xelus Dawn60 Layout Macro Additions ( #15049 )
...
* add matrix diagrams to keyboard header files
* rename LAYOUT_60_all to LAYOUT_all
* add LAYOUT_60_ansi_arrow
* add LAYOUT_60_tsangan_hhkb
2021-11-04 00:16:35 -07:00
QMK Bot
5d2ccae62c
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 05:26:58 +00:00
takashicompany
8ce69e6a83
[Keyboard] Add new keyboard "Compacx" ( #14903 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-03 22:26:18 -07:00
Ryan
f529580860
Basic keycode overhaul ( #14726 )
2021-11-03 22:22:17 -07:00
QMK Bot
b06d9d822c
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 04:21:04 +00:00
Mike Killewald
3f33362740
[Keymap] added caps lock indicator for Keychron Q1 rev_0100 ( #14653 )
2021-11-03 21:20:35 -07:00
QMK Bot
4fc961464c
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 04:16:59 +00:00
Wolf Van Herreweghe
c8c7386ed4
[Keyboard] Add the Kuku65 ( #14910 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
2021-11-03 21:16:32 -07:00
QMK Bot
0d29428e2e
Merge remote-tracking branch 'origin/master' into develop
2021-11-04 04:14:55 +00:00
jurassic73
8fa8712987
[Keyboard] Layout update to split89.h ( #14930 )
2021-11-03 21:14:21 -07:00
QMK Bot
a1575c8307
Merge remote-tracking branch 'origin/master' into develop
2021-11-03 16:31:45 +00:00
James Young
712c01e98f
Sets3n kk980 Layout Macro Refactor ( #15039 )
...
* physically arrange layout macro
Arranges the layout macro to resemble the keyboard layout, and updates the keymaps to match.
* use 3-character notation for position identifiers in kk980.h
* add matrix diagram to kk980.h
* fix syntax error in info.json
Apparently the API doesn't care about this error... but QMK Configurator does if you use the local import mode (Ctrl+Shift+I).
2021-11-03 16:31:07 +00:00
Joel Challis
2d0ed4367b
Remove deprecated KEYMAP alias ( #15037 )
...
* Remove deprecated KEYMAP alias
* Remove some KEYMAP references
* Remove some KEYMAP references
2021-11-03 12:18:11 +11:00
QMK Bot
3e67c28912
Merge remote-tracking branch 'origin/master' into develop
2021-11-03 01:01:39 +00:00
James Young
7d66e8fe50
steal_this_keyboard fix info.json macro reference ( #15032 )
...
- change LAYOUT to LAYOUT_split_3x5_2
2021-11-03 01:01:11 +00:00
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
Nick Brassel
387edab52b
Fixup #15029 ( #15031 )
2021-11-02 19:54:16 +00:00
Joel Challis
634e42b2b4
Revert to old init order for host driver ( #15029 )
...
* Partially revert 14888
2021-11-02 18:53:46 +00:00
Nick Brassel
0ecd4926b2
Fix build failures caused by #12947 . ( #15019 )
...
* Fix build failures caused by #12947 . Unknown if this actually works.
* qmk format-c
2021-11-02 10:18:33 +00:00
Nick Brassel
699e69bec5
Fixup LED matrix. ( #15020 )
2021-11-02 10:05:42 +00: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
QMK Bot
464d67c68f
Merge remote-tracking branch 'origin/master' into develop
2021-11-02 06:19:36 +00:00
Albert Y
2761b17b98
Clarify placement of configuration options ( #15015 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-02 17:19:01 +11:00
Purdea Andrei
76fb54403c
haptic: Feature to disable it when usb port is not configured or suspended. ( #12692 )
...
This also add support for specifying a LED pin to indicate haptic status,
and also adds support for a haptic-enable pin, which is useful to turn off
the boost converter on the solenoid driver.
2021-11-02 16:54:29 +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
d05b3da83e
[Bug] Fix unterminated ifdef in ISSI 3733 driver ( #15014 )
2021-11-02 13:31:43 +11:00
Drashna Jaelre
89e5e4e7ad
[Keymap] Fix missing return for oled task in drashna userspace ( #15012 )
2021-11-02 13:31:15 +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
Albert Y
2173b5373c
Add Pixel Rain RGB Matrix effect ( #14155 )
...
* Add Pixel animation header file
* Add Pixel animation to documentation
* Add Pixel animation to core include file
* Remove unintended spaces
* Remove seeding of PRNG
* Increase frequency of lit keys
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-02 10:40:25 +11:00
donicrosby
0c72501763
Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers ( #14508 )
...
* Initial work for de-ghost enable
* Dumb mistake with the redefine
* Added Copywrite stuff on source files
* Fixed whitespace errors
* Added support for all ISSI LED drivers
* Updated docs for support for ISSI LED driver pull-up pull-down
* Applied clang format
* Added 'boolean' flag to enable de-ghosting for the is31fl3731 IC
* Fixed some of the grammer in the docs
* Fixed comment placement and grammer of comment
* Fixed whitespace errors from lint
Co-authored-by: donicrosby <donicrosby1995@gmail.com>
2021-11-02 10:40:01 +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
lalalademaxiya1
f4ea262c17
Add a new led driver for Keychron's keyboards. ( #14872 )
...
* Add a new led driver for Keychron's keyboards.
* Update ckled2001.c/ckled2001.h.
* Update ckled2001.c/ckled2001.h.
* Update ckled2001.c/ckled2001.h.
* Update ckled2001.c
* Add a new led driver
* Update ckled2001.c
* Update ckled2001.c
* Update ckled2001.c
* Update ckled2001.c
* Delete ckled2001.c
* Create ckled2001.c
* Update ckled2001.c
* Update chibios-contrib
Co-authored-by: keychron-dev <85598583+keychron-dev@users.noreply.github.com>
Co-authored-by: lokher <lokher@gmail.com>
2021-11-02 09:43:53 +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