Nick Brassel
1258fdb9ee
Branch point for 2022 Nov 26 Breaking Change
2022-08-28 14:27:52 +10:00
Nick Brassel
0a3f7e4869
Merge remote-tracking branch 'upstream/develop'
2022-08-28 14:23:01 +10:00
Nick Brassel
9b5b072255
2022q3 Changelog. ( #18180 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-28 14:20:52 +10:00
Joel Challis
a2765bfe19
Add missing SS_LOPT and SS_ROPT defines ( #18175 )
2022-08-27 09:41:10 +10:00
Ryan
24720400a8
Update LUFA submodule ( #18168 )
2022-08-26 12:19:34 +10:00
Joel Challis
43fd647130
Add eeprom defaults for tinyuf2 bootloader ( #18042 )
2022-08-25 21:17:41 +10:00
QMK Bot
1c47bd0ddf
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 21:20:43 +00:00
Ryan
fc0bf67f37
Add missing DD mapping for RGB_MATRIX_DRIVER ( #18160 )
2022-08-24 22:20:05 +01:00
QMK Bot
fdb0cc5981
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 20:41:37 +00:00
Joel Challis
4a67123310
Refactor pianoforte for configurator ( #18159 )
2022-08-24 13:39:49 -07:00
QMK Bot
3aba764b43
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 20:39:34 +00:00
Joel Challis
e95aa2a352
Fix use of encoder map in mechlovin/zed65/retro66 ( #18158 )
2022-08-24 13:38:53 -07:00
QMK Bot
fa25cacf6a
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 20:38:47 +00:00
Joel Challis
b2db8becf9
Fix use of encoder map in mechlovin/foundation ( #18157 )
2022-08-24 13:38:07 -07:00
QMK Bot
129c60946c
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 19:26:18 +00:00
Joel Challis
3d8c624698
Update invalid pip install flag ( #18146 )
2022-08-24 20:25:16 +01:00
QMK Bot
5f371104bc
Merge remote-tracking branch 'origin/master' into develop
2022-08-24 18:11:55 +00:00
Joel Challis
7fab889696
Fix use of encoder map in mechwild/clunker ( #18156 )
2022-08-24 19:10:52 +01:00
Ryan
cf41c24db8
Move keyboard USB IDs and strings to data driven: develop ( #18152 )
...
* Move keyboard USB IDs and strings to data driven: develop
* Also do new onekeys
2022-08-24 15:28:38 +01:00
QMK Bot
e06ea4a10f
Merge remote-tracking branch 'origin/master' into develop
2022-08-23 17:56:51 +00:00
Ramon Imbao
a53ef56946
[Keyboard] Add Plywrks Lune ( #17057 )
...
* Add Plywrks Lune
* Add OLED functionality
* Update keyboards/plywrks/lune/keymaps/default/keymap.c
* Update keyboards/plywrks/lune/keymaps/via/keymap.c
* Update keyboards/plywrks/lune/keymaps/via/keymap.c
* Update keyboards/plywrks/lune/lune.c
* Add the missing 2 layers in the keymap
Also added a missing parenthesis in lune.c, and removed
the oled_task_user in the default keymap.
* Update keyboards/plywrks/lune/info.json
* Update keyboards/plywrks/lune/info.json
* Update keyboards/plywrks/lune/info.json
* Update keyboards/plywrks/lune/config.h
2022-08-23 10:55:59 -07:00
QMK Bot
dd0277beab
Merge remote-tracking branch 'origin/master' into develop
2022-08-23 17:51:17 +00:00
Kyle McCreery
7839396614
[Keyboard] Add Clunker ( #18141 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-23 10:50:19 -07:00
QMK Bot
f03f89ccb5
Merge remote-tracking branch 'origin/master' into develop
2022-08-23 13:43:09 +00:00
Joel Challis
ee416048d9
Use correct board files for cantor ( #18144 )
2022-08-23 14:42:23 +01:00
QMK Bot
3dd12b5425
Merge remote-tracking branch 'origin/master' into develop
2022-08-23 05:01:45 +00:00
Dave Rowe
f9584c8368
[Keyboard] Enable VIA - ALF X1.1 ( #18140 )
2022-08-22 22:00:58 -07:00
QMK Bot
c1ce0f44f8
Merge remote-tracking branch 'origin/master' into develop
2022-08-23 02:13:07 +00:00
Brandon Claveria
b395f40e07
[Keyboard] add rgb animation handwired/swiftrax/glacier ( #18121 )
...
Co-authored-by: swiftrax <swiftrax@github.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-22 19:12:33 -07:00
Sergey Vlasov
7c0e5ce917
Nix shell updates for develop
( #18131 )
...
* shell.nix: Update `tomlkit` to 0.11.4 using a Nixpkgs overlay
The used Nixpkgs snapshot contains `tomlkit` version 0.7.0, which is
affected by https://www.github.com/sdispater/tomlkit/issues/148 ; that
bug is triggered by `pyproject.toml` from `jsonschema` >= 4.11.0,
preventing the build of that module.
Just adding `tomlkit = "*"` to the `[tool.poetry.dev-dependencies]`
section of `nix/pyproject.toml` does not fix the `jsonschema` build,
because `makeRemoveSpecialDependenciesHook` inside `poetry2nix` is not
affected by `nix/pyproject.toml`. Add a Nixpkgs overlay which updates
the `tomlkit` Python module globally, so that `poetry2nix` would also
use the updated version internally.
* shell.nix: Bump `poetry2nix` to the most recent version
The new `poetry2nix` version includes overrides which are required for
recent versions of some Python packages (in particular, `jsonschema` and
`dotty-dict`).
* shell.nix: Bump QMK CLI to 1.1.1; update other Python deps
Update `pyproject.toml` to match `requirements*.txt`:
- add `pyserial = "*"`
- replace `qmk-dotty-dict = "*"` with `dotty-dict = "*"` (#18117 , also
required for compatibility with `qmk` 1.1.1, where this replacement
had already been performed)
Add build dependencies of various Python modules to `pyproject.toml`:
- `hatchling`, `hatch-vcs`, `hatch-fancy-pypi-readme` (required by
`jsonschema` >= 4.11.0)
- `pytest` (a newer version is required to solve the dependency conflict
with the `hatchling` module due to the upper bound on `pluggy`)
- `flit-core` (a more recent version is required to build `tomli`)
- `poetry-core` (required for `dotty-dict` >= 1.3.1, and the version
from Nixpkgs does not build on Darwin due to NixOS/nix#4758 )
Update `poetry.lock` to use the most recent versions of Python modules.
The complete list of Python module updates as listed in `poetry.lock`
(note that other modules might be present in the Python environment,
e.g., if they come from Nixpkgs):
- `atomicwrites`: none -> 1.4.1 (but this module is not actually used,
because the corresponding dependency of `pytest` is win32-only)
- `attrs`: 21.4.0 -> 22.1.0
- `colorama`: 0.4.4 -> 0.4.5
- `coverage`: 6.4 -> none
- `dotty-dict`: none -> 1.3.1 (used instead of `qmk-dotty-dict`)
- `editables`: none -> 0.3
- `flake8`: 4.0.1 -> 5.0.4
- `flake8-polyfill`: 1.0.2 -> none
- `flit-core`: none -> 3.7.1
- `hatch-fancy-pypi-readme`: none -> 22.3.0
- `hatch-vcs`: none -> 0.2.0
- `hatchling`: none -> 1.8.0
- `hjson`: 3.0.2 -> 3.1.0
- `importlib-resources`: 5.7.1 -> 5.9.0
- `iniconfig`: none -> 1.1.1
- `jsonschema`: 4.5.1 -> 4.14.0
- `mccabe`: 0.6.1 -> 0.7.0
- `nose2`: 0.11.0 -> 0.12.0
- `packaging`: none -> 21.3
- `pathspec`: none -> 0.9.0
- `pep8-naming`: 0.12.1 -> 0.13.2
- `pillow`: 9.1.1 -> 9.2.0
- `pkgutil-resolve-name`: none -> 1.3.10
- `pluggy`: none -> 1.0.0
- `poetry-core`: none -> 1.0.8
- `py`: none -> 1.11.0
- `pycodestyle`: 2.8.0 -> 2.9.1
- `pyflakes`: 2.4.0 -> 2.5.0
- `pygments`: 2.12.0 -> 2.13.0
- `pyparsing`: none -> 3.0.9
- `pyserial`: none -> 3.5
- `pytest`: none -> 7.1.2
- `qmk`: 1.1.0 -> 1.1.1
- `qmk-dotty-dict`: 1.3.0.post1 -> none (replaced by `dotty-dict`)
- `setuptools-scm`: none -> 7.0.5
- `tomli`: none -> 2.0.1
- `typing-extensions`: none -> 4.3.0
- `zipp`: 3.8.0 -> 3.8.1
2022-08-23 02:59:33 +01:00
QMK Bot
d942c03be6
Merge remote-tracking branch 'origin/master' into develop
2022-08-22 23:06:18 +00:00
Jesse
624d92e2f5
Update Tap Dance Example 4 ( #18138 )
...
break statements are missing from the switch for both registering and unregistering key codes. Neither have a default: case either. The code as exists in the repository right now does not compile. It does with this changes.
2022-08-23 00:05:35 +01:00
QMK Bot
b1af9b4fe0
Merge remote-tracking branch 'origin/master' into develop
2022-08-22 09:04:48 +00:00
Ryan
68ad251667
Remove USB IDs and strings from fungo/rev1
( #18133 )
2022-08-22 19:04:01 +10:00
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
2022-08-21 23:55:30 +01:00
QMK Bot
e36ae90a65
Merge remote-tracking branch 'origin/master' into develop
2022-08-21 22:09:30 +00:00
Ryan
b0eda7701a
Move keyboard USB IDs and strings to data driven, pass 3 ( #18111 )
2022-08-21 23:08:50 +01:00
QMK Bot
51e4e91285
Merge remote-tracking branch 'origin/master' into develop
2022-08-21 19:37:50 +00:00
Paul Ewing
3c0806a489
Add pcewing Speedo v3 keymap ( #18118 )
...
* Add pcewing Speedo v3 keymap
* Add readme and code quality improvements
2022-08-21 20:37:18 +01:00
QMK Bot
1e84890a5b
Merge remote-tracking branch 'origin/master' into develop
2022-08-21 19:04:26 +00:00
Mario Cadenas
93f0c1f32f
[Keymap] Add new keymap to nasu ( #18024 )
2022-08-21 12:03:48 -07:00
Joel Challis
9b7965d3a9
Align CLI requirements ( #18117 )
2022-08-21 18:38:17 +01:00
QMK Bot
efd893be39
Merge remote-tracking branch 'origin/master' into develop
2022-08-21 00:18:07 +00:00
Louis Dalibard
7ea54a7837
[Keyboard] Add ai macropad ( #17722 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Louis Dalibard <ontake@ontake.dev >
2022-08-20 17:17:02 -07:00
QMK Bot
f99bac052e
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 20:28:43 +00:00
Abigail
e2fbcc8099
added keymap for kprepublic/jj40:brdlf ( #17961 )
...
* added keymap for kprepublic/jj40:brdlf
2022-08-20 21:28:02 +01:00
QMK Bot
e3cf678569
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 20:21:44 +00:00
JX
706995c044
[Keyboard] Add yandrstudio/nz67v2 keyboard. ( #17591 )
...
* add yr nz67v2 by jiaxin96
2022-08-20 21:21:07 +01:00
QMK Bot
cb3c8f40d0
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 20:08:35 +00:00
QMK Bot
d93b5ef247
Format code according to conventions ( #18119 )
2022-08-20 21:07:57 +01:00
QMK Bot
aa7629f8e6
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 20:01:40 +00:00
bojiguard
5222cf7673
add fungo keyboard ( #17513 )
...
by bojiguard
2022-08-20 21:01:04 +01:00
QMK Bot
3609c24df4
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 20:00:24 +00:00
studiokestra
ce19a9cdc5
Add Nascent keyboard support. ( #17824 )
...
* Add nascent keyboard by studiokestra
2022-08-20 20:59:47 +01:00
QMK Bot
a580057422
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 18:46:12 +00:00
mechlovin
c2a46a6fa0
[Keyboard] Add Zed65 ( #17917 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-20 11:45:38 -07:00
Drashna Jael're
8f6b019dcc
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 10:22:48 -07:00
Sergey Vlasov
7ee55b1754
Fix PID value for the Keyboardio Atreus 2 bootloader ( #18116 )
...
Copy the correct PID from `util/udev/50-qmk.rules`.
2022-08-20 15:59:17 +01:00
Joel Challis
d2accb48e7
RESET -> QK_BOOT keyboard readme ( #18110 )
2022-08-20 11:34:17 +01:00
Erovia
5e2ffe7d8f
CLI: Teaching the CLI to flash binaries ( #16584 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-08-20 15:39:19 +10:00
QMK Bot
3bf36e8b04
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 04:17:48 +00:00
Joe Scotto
e7107691ab
[Keymap] Add joe_scotto keymap for CRKBD ( #18103 )
2022-08-19 21:17:09 -07:00
QMK Bot
68079cba61
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 03:52:33 +00:00
Drashna Jaelre
f08e08cec2
[Keyboard] Fix compilation issues for keycapsss kimiko ( #18112 )
2022-08-20 13:51:57 +10:00
QMK Bot
a69303bb78
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 02:59:05 +00:00
Davide Masserut
c9120ea8e9
[Keymap] Add Miryoku keymap for Hillside family ( #18087 )
2022-08-19 19:58:24 -07:00
QMK Bot
880ea06760
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 01:55:33 +00:00
AliceH66
85831fc188
[Keyboard] Add aliceh66 pianoforte ( #18081 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-19 18:55:01 -07:00
fauxpark
61689ae609
Merge remote-tracking branch 'upstream/master' into develop
2022-08-20 10:55:40 +10:00
Ryan
201f1a8f47
Move keyboard USB IDs and strings to data driven, pass 2: S-Y ( #18093 )
2022-08-20 01:48:38 +01:00
Ryan
f4dcce7e59
Move keyboard USB IDs and strings to data driven, pass 2: M-O ( #18090 )
2022-08-20 01:45:28 +01:00
Ryan
201a914beb
Move keyboard USB IDs and strings to data driven, pass 2: P-R ( #18091 )
2022-08-20 01:42:49 +01:00
Ryan
835c971f78
Move keyboard USB IDs and strings to data driven, pass 2: J-L ( #18080 )
2022-08-20 10:39:35 +10:00
QMK Bot
eceed6c50b
Merge remote-tracking branch 'origin/master' into develop
2022-08-20 00:32:18 +00:00
Ryan
48792b030b
Move keyboard USB IDs and strings to data driven, pass 2: handwired ( #18079 )
2022-08-20 10:31:48 +10:00
QMK Bot
f1ac92ac63
Merge remote-tracking branch 'origin/master' into develop
2022-08-19 23:50:09 +00:00
Drashna Jaelre
39f0fb7bea
[Keyboard] Update Work Louder keyboards ( #18109 )
2022-08-19 16:49:37 -07:00
QMK Bot
4a8bed844d
Merge remote-tracking branch 'origin/master' into develop
2022-08-19 22:15:34 +00:00
Joel Challis
f1786cbd7b
Fix duplicate keys in info.json files ( #18107 )
2022-08-19 23:14:38 +01:00
QMK Bot
c0c875d675
Merge remote-tracking branch 'origin/master' into develop
2022-08-19 19:48:31 +00:00
yiancar
8e8c0e2d57
Cyberstar Custom ( #18076 )
...
* Create Cyberstar Custom
Co-authored-by: yiancar <yiancar@gmail.com >
2022-08-19 20:47:45 +01:00
Nick Brassel
1eac095c0c
Use the correct bootloader definition. ( #18102 )
2022-08-19 05:20:44 +01:00
QMK Bot
5ee482b110
Merge remote-tracking branch 'origin/master' into develop
2022-08-19 01:19:23 +00:00
Simon Hengel
e6a1afb8f1
[Docs] Fix typo in data driven config docs ( #18095 )
2022-08-18 18:18:51 -07:00
QMK Bot
2ed2c88a08
Merge remote-tracking branch 'origin/master' into develop
2022-08-19 01:17:50 +00:00
~ aka goonf!sh
286dd6abe6
[Docs] Update list of "ARM-based ProMicro replacements" ( #18083 )
2022-08-18 18:17:20 -07:00
Joel Challis
3c745caf61
Remove legacy bootmagic cli parsing ( #18099 )
2022-08-19 01:56:48 +01:00
Joel Challis
9550cc464c
Fix new-keyboard default for RP2040 bootloader ( #18100 )
2022-08-19 01:48:33 +01:00
Joel Challis
0fcebdcdf1
Swap F4x1 default board files away from blackpill ( #17522 )
2022-08-19 00:52:50 +01:00
HorrorTroll
227e552f5c
Add support keyboard Feker IK75 ( #17611 )
2022-08-18 01:23:34 +01:00
David Hoelscher
a645301c82
Add Bonsai C4 converter ( #17711 )
2022-08-18 01:01:54 +01:00
QMK Bot
29f47f4cf3
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 22:51:34 +00:00
jack
9607b46756
Fixup mokey/ibis80 keymaps ( #18088 )
2022-08-17 23:51:04 +01:00
QMK Bot
f9abecda3f
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 14:11:59 +00:00
Juno Nguyen
45845ea07f
Replace CG_SWAP in junonum ( #18086 )
...
Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local >
2022-08-17 15:11:00 +01:00
QMK Bot
47e98e3a68
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 07:28:11 +00:00
CoffeeIsLife
0df97fc968
[Keymap] Add personal keymap for kprepublic BM40HSRGB ( #18021 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Fae <faenkhauser@gmail.com >
2022-08-17 00:27:31 -07:00
ZhaoYou
6b78d07e64
[Keyboard] add 'soda/cherish' ( #18057 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-17 00:26:35 -07:00
QMK Bot
39337373f5
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 02:38:02 +00:00
Runheme
e5f1d8859e
[Keyboard] Add ibis80 ( #18051 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-16 19:37:57 -07:00
QMK Bot
2ade237e77
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 02:37:40 +00:00
Toshihiro Suzuki
5a1a0e71de
[Keymap] toshi0383 keymaps update ( #18073 )
2022-08-16 19:37:29 -07:00
QMK Bot
cfab3e2d6e
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 02:37:10 +00:00
Albert Y
a1f0208797
[Docs] Use layer number as example for COMBO_ONLY_FROM_LAYER ( #18072 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-16 19:37:06 -07:00
jotix
8230b4c49d
[Keymap] jotix's community/ortho4x12 change ( #18069 )
2022-08-16 19:36:30 -07:00
QMK Bot
77150d00ac
Merge remote-tracking branch 'origin/master' into develop
2022-08-16 18:42:23 +00:00
coliss86
837a57b3c5
Adjust the hierarchy of chapter Deferred Execution
( #18075 )
2022-08-16 11:41:31 -07:00
QMK Bot
7014e1efa3
Merge remote-tracking branch 'origin/master' into develop
2022-08-16 17:23:31 +00:00
yiancar
c834608a74
Fix WS2812 order for aurora65 and loki65 ( #18074 )
2022-08-16 18:22:47 +01:00
QMK Bot
c5dc4b4d1d
Merge remote-tracking branch 'origin/master' into develop
2022-08-16 17:02:38 +00:00
Tom Barnes
2f4ad40561
[Docs] update pr_checklist.md with info about data-driven ( #18068 )
...
* update pr_checklist with info about data-driven
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-08-16 18:01:56 +01:00
QMK Bot
9f0925fb18
Merge remote-tracking branch 'origin/master' into develop
2022-08-16 14:29:11 +00:00
Joel Challis
164faf0a5c
Use correct board file in xelus/valor_frl_tkl/rev2_0 ( #18071 )
2022-08-16 15:28:22 +01:00
QMK Bot
904df296b0
Merge remote-tracking branch 'origin/master' into develop
2022-08-15 17:55:58 +00:00
Joel Challis
e44b6242b7
Migrate more F4x1 board files ( #18054 )
2022-08-15 18:55:21 +01:00
precondition
5021cf58ad
Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h ( #18043 )
2022-08-15 18:41:05 +01:00
Stefan Kerkmann
f74ed5fc53
Fix GD32VF103 WS2812 PWM driver ( #18067 )
...
...by adding the missing STM32 DMA defines.
2022-08-15 18:00:22 +01:00
Stefan Kerkmann
8ce946b5c8
[Bug] Add key event check to is_tap_record
and remove is_tap_key
( #18063 )
2022-08-15 16:40:51 +02:00
jack
5e6175a553
Fixup gmmk/pro/rev2 USB Data ( #18056 )
2022-08-15 23:21:15 +10:00
QMK Bot
1ccfed483d
Merge remote-tracking branch 'origin/master' into develop
2022-08-15 09:15:56 +00:00
Ryan
b297a347bb
ADB to USB converter: split into rev1 and rev2 ( #18052 )
2022-08-15 10:15:22 +01:00
fauxpark
c202602938
Merge remote-tracking branch 'upstream/master' into develop
2022-08-15 17:54:07 +10:00
precondition
8e9ee29fe3
Remove duplicate COMBINING HORN in keymap_us_extended.h ( #18045 )
2022-08-14 22:25:37 -07:00
Joel Challis
ed3b4bb606
Fix missing development_board schema entry ( #18050 )
2022-08-14 22:25:16 -07:00
Ryan
51d5aad25b
Move keyboard USB IDs and strings to data driven, pass 2: D-E ( #17956 )
2022-08-15 13:30:12 +10:00
Ryan
1027aed83a
Move keyboard USB IDs and strings to data driven, pass 2: F-I ( #17958 )
2022-08-15 02:53:19 +01:00
QMK Bot
5334614e8a
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 23:55:05 +00:00
PeterFalken
4c91e5bef8
Allow disabling RGB_MATRIX_ANIMATIONS system76 keyboards ( #17478 )
2022-08-14 19:54:25 -04:00
QMK Bot
630de240b4
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 23:26:34 +00:00
Joel Challis
93fb69fbda
Migrate more F4x1 board files ( #18046 )
2022-08-15 00:25:40 +01:00
Joel Challis
463fb72d29
Partially revert some WB32 specific changes ( #18038 )
2022-08-14 20:48:44 +01:00
QMK Bot
74b4bcb607
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 19:43:25 +00:00
Alberto
3d3e463598
Feat/port ft mars 65 ( #17994 )
...
* by wonderbeel
2022-08-14 20:42:58 +01:00
QMK Bot
e6a522417a
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 19:26:44 +00:00
Cyn
5f74ae5b63
Improve Drop Alt compatibility with VIA ( #18041 )
...
by slycedix
2022-08-14 20:26:06 +01:00
Pascal Getreuer
95c43a2759
Fix Caps Word to treat mod-taps more consistently. ( #17463 )
...
* Fix Caps Word to treat mod-taps more consistently.
Previously, holding any mod-tap key while Caps Word is active stops Caps
Word, and this happens regardless of `caps_word_press_user()`. Yet for
regular mod keys, AltGr (KC_RALT) is ignored, Shift keys are passed to
`caps_word_press_user()` to determine whether to continue, and
similarly, a key `RSFT(KC_RALT)` representing Right Shift + Alt is
passed to `caps_word_press_user()` to determine whether to continue.
This commit makes held mod-tap keys consistent with regular mod keys:
* Holding a `RALT_T` mod-tap is ignored.
* When holding a shift mod-tap key, `KC_LSFT` or `KC_RSFT` is passed to
`caps_word_press_user()` to determine whether to continue.
* When holding a Right Shift + Alt (`RSA_T`) mod-tap, `RSFT(KC_RALT)` is
passed to `caps_word_press_user()`.
Particularly, with this fix a user may choose to continue Caps Word when
a shift mod-tap key is held by adding `KC_LSFT` and `KC_RSFT` cases in
`caps_word_press_user()`. For instance as
```
bool caps_word_press_user(uint16_t keycode) {
switch (keycode) {
// Keycodes that continue Caps Word, with shift applied.
case KC_A ... KC_Z:
case KC_MINS:
add_weak_mods(MOD_BIT(KC_LSFT)); // Apply shift to the next key.
return true;
// Keycodes that continue Caps Word, without shifting.
case KC_1 ... KC_0:
case KC_BSPC:
case KC_DEL:
case KC_UNDS:
case KC_LSFT: // <<< Added here.
case KC_RSFT:
return true;
default:
return false; // Deactivate Caps Word.
}
}
```
* Fix Caps Word to treat mod-taps more consistently.
Previously, holding any mod-tap key while Caps Word is active stops Caps
Word, and this happens regardless of `caps_word_press_user()`. Yet for
regular mod keys, AltGr (KC_RALT) is ignored, Shift keys are passed to
`caps_word_press_user()` to determine whether to continue, and
similarly, a key `RSFT(KC_RALT)` representing Right Shift + Alt is
passed to `caps_word_press_user()` to determine whether to continue.
This commit makes held mod-tap keys consistent with regular mod keys:
* Holding a `RALT_T` mod-tap is ignored.
* When holding a shift mod-tap key, `KC_LSFT` or `KC_RSFT` is passed to
`caps_word_press_user()` to determine whether to continue.
* When holding a Right Shift + Alt (`RSA_T`) mod-tap, `RSFT(KC_RALT)` is
passed to `caps_word_press_user()`.
Particularly, with this fix a user may choose to continue Caps Word when
a shift mod-tap key is held by adding `KC_LSFT` and `KC_RSFT` cases in
`caps_word_press_user()`. For instance as
```
bool caps_word_press_user(uint16_t keycode) {
switch (keycode) {
// Keycodes that continue Caps Word, with shift applied.
case KC_A ... KC_Z:
case KC_MINS:
add_weak_mods(MOD_BIT(KC_LSFT)); // Apply shift to the next key.
return true;
// Keycodes that continue Caps Word, without shifting.
case KC_1 ... KC_0:
case KC_BSPC:
case KC_DEL:
case KC_UNDS:
case KC_LSFT: // <<< Added here.
case KC_RSFT:
return true;
default:
return false; // Deactivate Caps Word.
}
}
```
* Update quantum/process_keycode/process_caps_word.c
Co-authored-by: Joel Challis <git@zvecr.com >
2022-08-14 20:25:32 +01:00
Chewxy
6fc7c03e95
Added emacs as an "operating system" for input mode. ( #16949 )
2022-08-14 20:24:52 +01:00
Drashna Jaelre
4da3482872
Fix Emulated EEPROM issue with F466 ( #18039 )
2022-08-14 17:18:59 +01:00
precondition
0a6327d20c
Replace ; by : in the shifted symbols ASCII art of keymap_norman ( #18029 )
...
Thanks!
2022-08-14 12:18:42 -04:00
Drashna Jaelre
9f31fcace3
[Keyboard] Fix compilation issues for Boardsource Microdox ( #18037 )
2022-08-14 17:03:40 +01:00
Mega Mind
fce99f3875
[Controller] Added board config for custom controller STeMCell ( #16287 )
...
Co-authored-by: Mariappan Ramasamy <947300+Mariappan@users.noreply.github.com >
Co-authored-by: Mariappan Ramasamy <maari@basis-ai.com >
Co-authored-by: Sadek Baroudi <sadekbaroudi@gmail.com >
2022-08-14 21:27:26 +10:00
Joel Challis
ba04ecfabd
Align TO() max layers with other keycodes ( #17989 )
2022-08-14 21:25:46 +10:00
Drashna Jael're
ac31e42974
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 01:54:23 -07:00
Xelus22
4195eb8fe1
[Keyboard] Add Valor FRL TKL rev2.0 and 2.1 ( #17992 )
...
* add valor frl tkl rev2 by xelus22
2022-08-14 08:17:11 +01:00
Joy Lee
e948fa6f6e
Added support for gmmk pro rev2 keyboard. ( #17655 )
...
Co-authored-by: Joy <chang.li@westberrytech.com >
2022-08-14 14:00:12 +10:00
Ryan
3a7dbc8981
Move keyboard USB IDs and strings to data driven, pass 2: B-C ( #17945 )
2022-08-14 12:16:16 +10:00
yiancar
dfc92d8f7b
Fix buffer size for WS2812 PWM driver ( #17046 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-08-13 18:36:34 -07:00
Joy Lee
c02d7ae86f
Added ws2812_pwm support for WB32 MCU. ( #17142 )
...
Co-authored-by: Joy <chang.li@westberrytech.com >
2022-08-13 18:21:46 -07:00
Joy Lee
6b1c7d20aa
Added ws2812_spi support for WB32 MCU ( #17143 )
...
Co-authored-by: Joy <chang.li@westberrytech.com >
2022-08-13 18:09:57 -07:00
QMK Bot
5c805e4cc5
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 01:09:31 +00:00
Gary Kong
28b05d15ff
[Keyboard] add bajjak keyboard ( #12377 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-08-13 18:08:46 -07:00
JJ48
4eda139b83
Add Gentleman 65 SE Solderd PCB support ( #16992 )
2022-08-14 01:55:03 +01:00
QMK Bot
2d40713567
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 00:52:21 +00:00
Nick Brassel
86261bfd8e
Add texts for Discord Events to be created post-merge. ( #17944 )
2022-08-13 17:51:45 -07:00
precondition
2c3b447641
Use ANSI ASCII art and fix comments for LT_COLN and LT_UNDS in keymap_lithuanian_qwerty.h ( #18028 )
2022-08-13 17:50:32 -07:00
QMK Bot
50ff52639f
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 00:47:42 +00:00
Ryan
3079691391
Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A ( #17941 )
2022-08-13 17:47:05 -07:00
QMK Bot
b44c3f92ae
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 00:47:05 +00:00
Marko Skakun
0f1bb982e9
[Keyboard] Added different wiring of dactyl ( #17997 )
2022-08-13 17:46:35 -07:00
QMK Bot
4faf0ccaec
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 00:36:47 +00:00
Less/Rikki
ca2d05f5c6
[Keyboard] jacky_studio/piggy60 ( #18012 )
2022-08-13 17:36:11 -07:00
QMK Bot
2363a3bc42
Merge remote-tracking branch 'origin/master' into develop
2022-08-14 00:33:31 +00:00
Tom Barnes
0d3e07a3db
[Docs] Suggest imgur images are edited to set size ( #18031 )
2022-08-13 17:32:30 -07:00
Takeshi ISHII
a83afb3fcd
Improve avr wait_us() ( #16879 )
2022-08-14 00:04:03 +01:00
Joshua Diamond
2f87abd4ef
Revert "[Core] Re-order user space rules inclusion ( #17459 )" ( #18032 )
2022-08-14 07:13:15 +10:00
QMK Bot
b1c7df9a68
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 20:26:43 +00:00
Jesus Climent
cbcb4f2ec0
[Keyboard] Added Atreyu keyboard. ( #17698 )
...
* Add Atreyu keyboard.
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-13 21:26:05 +01:00
QMK Bot
8fd7825007
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 20:16:08 +00:00
mechlovin
1eecdb502d
[Keyboard] Add Foundation to QMK ( #17573 )
...
* add mechlovin foundation keyboard
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-13 21:15:35 +01:00
QMK Bot
7dca40f5af
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 20:13:03 +00:00
p4yne
40676d058e
[Keymap] adding new user (p4yne) layout with complex lighting feature… ( #16085 )
...
* [Keymap] adding new user (p4yne) layout with complex lighting features (per layer, per key, per type) and usefull layers DE/US, etc.
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-13 21:12:31 +01:00
QMK Bot
bcd021263e
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 19:48:14 +00:00
emlah
a49bdd2659
add BAMFK-4 ( #17985 )
...
* add BAMFK-4
2022-08-13 20:47:39 +01:00
QMK Bot
97b610e166
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 19:45:00 +00:00
3araht
e145c7ad3f
Bandominedoni version output feature and a new keymap added ( #17947 )
...
* SPLIT_USB_DETECT added.
* lednotg keymap added.
* lednotg missing modification fixed.
* VERSION is available.
* USER00 is used instead of SAFE_RANGE in via/keymap.c
2022-08-13 20:44:29 +01:00
QMK Bot
f417ffff5a
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 19:39:19 +00:00
Shem Sedrick
95782691d4
Dactyl Manuform 4x5 with 5 thumb cluster ( #17671 )
...
* Working on new dactyl
* Preliminary build and keymap in place for 4x5_5 dactyl manuform
* Removing first attempt to use 4x5
* Updating to match c style guide
* Fixing issues after merge, deletion of dactyl_manuform.h
* Spliting out custom keymap
* Adding license headers
* Fixing EE_HANDS detection on Pro-Micro
The pro-micro was not working when I plugged into the elite-c on the
right hand side of my keyboard. Adding the SPLIT_USB_DIRECT definition
fixed the issue.
* Apply suggestions from code review
Adding Drashna's delete comments
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Removed config.h for keymaps and tweaked keymap
Per Drashna's pr review, I have removed the config.h files for the
keymaps.
Also tweaked my keymap to switch backspace and enter. Added tapping
toggle for RAISE.
* Further tweaking ssedrick keymap for dactyl_manuform 4x5_5
As with most new keyboards, they take some getting used to.
I've rearranged my thumb cluster to hopfully a more long
term solution.
* Adding missing KC_BSLS to ssedrick keymap for 4x5_5
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-13 20:38:31 +01:00
QMK Bot
e95ba0d651
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 19:10:39 +00:00
mmccoyd
aee738c61b
[Keyboard] Add Hillside 46 ( #17968 )
...
* 46: Copy from 52 and file rename
* 46: File internals refer to 46, not 52
* 46: Board remove row
* 46: Keymap: Lshift becomes ctrl, Rshift a symbol
- ESC and CAPs on upper thumbs
- AltGr and App on upper thumbs
- Page up/down on upper thumbs
- F11, F12 and mods for them on adjust
* 46: Readme update for json script, tweaks
* 46: Board fix LED count
* 46: Keymap: Arrows right, symmetric layer keys
* 46: Readme: Image link with and w/o outer pinkie
* 46: Keymap: link fixed image of nav layer
* 46: Keymap: fix reaching adj layer
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu >
2022-08-13 20:10:01 +01:00
QMK Bot
826ab5412f
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 18:02:19 +00:00
alaviss
b1fe7621eb
RFC: add a simple implementation of the ploopy optical encoder ( #17912 )
2022-08-13 11:01:44 -07:00
precondition
96731ba88e
Fix LV_CCAR and LV_NCED ( #18025 )
2022-08-13 10:24:15 -07:00
QMK Bot
a03849c92c
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 16:24:37 +00:00
gourdo1
4c6ce12d2a
Updated gourdo1 GMMK Pro keymaps ( #17873 )
...
* Fixed Left Shift tapdance in general and for gaming mode. (#12 )
* update ISO readme
* left shift fixed in general, including for gaming mode
* fixed toggle menu rendering on ISO layouts
* updated readme's and cosmetics
* update readme's
* update readme's again
* readme cosmetics
* consolidate readme's
* more readme cosmetics
* clarification for bootloader mode on ISO
* Autocorrect added with 400 word English dictionary (#13 )
* autocorrect added with 400 word dictionary
* update readme's for autocorrect
* Add FN-B as shortcut to bootloader
* Update .gitignore
Co-authored-by: Joel Challis <git@zvecr.com >
* RGB changes to system numlock and ISO extended alphas
- hide system numlock off indicator (primarily for Mac users) by moving it to numpad and FN layers instead
- give users with extended alpha ISO languages a config option to add RGB highlights for extras alphas on capslock
* readme updates
* Fixed [FN]B and [FN]N shortcuts not working on numpad layer
Co-authored-by: Joel Challis <git@zvecr.com >
2022-08-13 17:24:07 +01:00
QMK Bot
149db3c6a8
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 16:19:58 +00:00
mmccoyd
0c0d01966f
[Keyboard] Add Hillside 52 ( #17374 )
...
* 52 Keymap.json: Set for Hillside 52
- Change script rows
* 52 Keymap.c: mirror .json
CAPSWORD, QK_BOOT, readme cleanup, EE_RST
* 52 Keymap.json: Initial files copy from 56
* 52 Keymap.json nav/edit lay, thumb shift, syms
- Del in backspace spot on sym layer
- Thumb shift OSM instead of extra space
- Nav/edit on num/fn: arrows cut copy paste undo redo, page up/down
- Fn keys bottom row to allow nav edit keys
- App and AltGr on lower row, on their layer
- Braces on index, so more common -= on middle ring.
- Adjust has Ctrl/GUI swap
- EE_RST, CAPSWORD, QK_BOOT, SPLIT_DETECT
* 52 Family: readme image and folder link
* 52 Board: initial copy from 56
* 52 Keymap via
* 52 Board: remove keys, cant columns, better ids
- .json: vid: MM, pid: H52
* 52 Keymap.c: initial.c copy from 48
* QK_BOOT EE_CLR, not ANY(), as config.qmk supports
- CAPSWRD instead of ANY, though config.qmk still converts to ANY()
* Cleanup readme
* 52 Keymap: Remove redundant key, cleanup script
* 52 Keymap: Fix template
* 52 Readme: Link lower res image better for readme
Co-authored-by: Drashna Jaelre <drashna@live.com >
* 52 Keymap: Move pretty-print script to GitHub wiki
* 52 Keymap: Link to 1024 res image thumbnails
* 52 Keymap: fix whitespace before image link
* Family: Fix image link to 1024 thumb
Co-authored-by: Drashna Jaelre <drashna@live.com >
* 52: Keymap: Caps word on a layer home row
* 52: Keymap: Arrows on right. Symmetric layer keys.
- Nav:
- Arrows on right so up/down more intuitive. Page up/down on ends
- Cut on home row, as more common
- Sym:
- Layer mods on activate hand, extras symbols on left
- Common digits on lower row
- Base:
- Layer keys symmetric, on most extended, not resting, thumb
- Mute on util key for easy use
- Swap layers 3 and 4 to match swapped thumbs
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-13 17:19:21 +01:00
QMK Bot
39d2f61d51
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 16:14:39 +00:00
kopibeng
648f3eb71f
Add support for XT60_SINGA ( #17752 )
...
* Added support for Christine, XT65E and Adelais
* Add support for MNK88
* Add support for XT8x
* Renamed XT65E to Typ65
* Revert "Renamed XT65E to Typ65"
This reverts commit b4fbc853d2
.
* Revert "Revert "Renamed XT65E to Typ65""
This reverts commit 09baee94eb
.
* File reorganization
* Add support for MNK88
* Update readme.md
* Update keyboards/kopibeng/mnk88/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/kopibeng/mnk88/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Fix imgur link
* Update keyboards/kopibeng/mnk88/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/kopibeng/mnk88/info.json
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update info.json
Previous suggested change was breaking lint check, reverting back to the original.
* Update keyboards/kopibeng/mnk88/info.json
Co-authored-by: Ryan <fauxpark@gmail.com >
* Fix info.json
* Added XT60_SINGA
* Update config.h
* Update readme.md
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-13 17:13:49 +01:00
Vino Rodrigues
52dc16b758
[Keyboard] IDOBAO ID80v1 folder rename ( #17265 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-14 00:00:42 +10:00
Albert Y
69fa2d8378
[Core] Re-order user space rules inclusion ( #17459 )
2022-08-13 23:57:07 +10:00
Pascal Getreuer
6a0d90f81a
Fix Caps Word capitalization when used with Combos + Auto Shift. ( #17549 )
2022-08-13 23:48:51 +10:00
Jay Greco
4eeafbebab
Add Bit-C PRO converter ( #17827 )
2022-08-13 14:48:30 +01:00
Joel Challis
fc7e9efd21
Improve importer workflow ( #17707 )
2022-08-13 14:39:56 +01:00
lokher
a02aff9c77
Add led matrix support for CKLED2001 ( #17643 )
2022-08-13 14:39:06 +01:00
QMK Bot
ee664e0960
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 13:24:07 +00:00
Nick Brassel
dccb8ff7d6
Remove old submodules if present ( #17930 )
2022-08-13 23:23:32 +10:00
QMK Bot
853d47b4cc
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 04:49:33 +00:00
Drashna Jaelre
b881778f53
[Keyboard] Remove unused keycodes from Aurora65 keymap ( #18022 )
2022-08-12 21:48:33 -07:00
Drashna Jaelre
3d24845016
[Bug] Fix wrong varaible in encoder block ( #18020 )
2022-08-12 19:55:59 -07:00
QMK Bot
31e78aafbd
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 02:47:02 +00:00
arnstadm
aee48b8aab
[Keyboard] add ogrn ( #17983 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-12 19:46:16 -07:00
QMK Bot
60176a3a28
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 02:38:32 +00:00
rockybulwinkle
fb150e08f1
[Keyboard] Increase kinesis/kint41 unselect delay ( #18015 )
...
* [Keyboard] Increase kinesis/kint41 unselect delay
Fixes #18014
* Update kint41.c
Use correct si-abbreviation for micro in comment.
2022-08-13 03:38:01 +01:00
QMK Bot
7a95926f46
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 02:30:55 +00:00
arnstadm
5ed7e1acf1
[Keyboard] Add akb-ogr ( #17982 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-12 19:30:10 -07:00
precondition
4ff39b5652
KR_DQUO S(KR_COLN) → KR_DQUO S(KR_QUOT) ( #18011 )
2022-08-12 19:20:58 -07:00
precondition
e3415d6b97
define CZ_PERC S(CZ_PLUS) → define CZ_PERC S(CZ_EQL) ( #18008 )
2022-08-12 19:20:35 -07:00
precondition
20f0f40220
Remove invisible variation selector-15 from keymap_japanese.h ( #18007 )
2022-08-12 19:16:50 -07:00
precondition
b4fbb340c5
Use LT_ZCAR in place of LT_PLUS for modded kc definitions ( #18000 )
2022-08-12 19:13:43 -07:00
precondition
db4c4b1f78
Fix Bépo's BP_NNBS (narrow non-breaking space) ( #17999 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-12 19:13:22 -07:00
QMK Bot
e0b4fa512e
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 02:04:58 +00:00
Ryan
536e39a5d9
Fix viendi8l compilation ( #18017 )
2022-08-12 19:04:18 -07:00
Joy Lee
19ce1418ba
Added implementation of WB32 MCU wear_leveling_efl. ( #17579 )
2022-08-13 02:14:33 +01:00
Drashna Jaelre
aed82bc6a0
Move Encoder+Encoder Map from generic features ( #18018 )
2022-08-12 18:04:02 -07:00
QMK Bot
06c7614a71
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 00:45:05 +00:00
Drashna Jaelre
ea2ec5835b
[Keyboard] Fix compilation issues for Mechlovin Adelais ( #18019 )
2022-08-13 01:44:33 +01:00
QMK Bot
06391314cd
Merge remote-tracking branch 'origin/master' into develop
2022-08-13 00:27:58 +00:00
DUILCHOI
a1fe9fe3b3
[Keymap] update fave104 keymap ( #18004 )
2022-08-12 17:27:53 -07:00
Albert Y
70c6b183df
[Docs] Refactor code examples ( #18003 )
2022-08-12 17:27:24 -07:00
Drashna Jaelre
ccdba43e59
Create generic Pointing Device Pin defines ( #17776 )
2022-08-12 16:22:34 -07:00
QMK Bot
83f6aedd93
Merge remote-tracking branch 'origin/master' into develop
2022-08-12 23:03:46 +00:00
precondition
1a4a278251
Put non-US ISO keys in their expected spots in sagittarius' default keymaps ( #18005 )
2022-08-13 09:03:14 +10:00
Nick Brassel
8133f40c26
Update to latest ChibiOS-Contrib. ( #18016 )
2022-08-13 08:54:32 +10:00
QMK Bot
c565b415f7
Merge remote-tracking branch 'origin/master' into develop
2022-08-12 18:51:40 +00:00
QMK Bot
90e2a5100b
Format code according to conventions ( #18009 )
2022-08-12 11:50:58 -07:00
QMK Bot
92d78a0198
Merge remote-tracking branch 'origin/master' into develop
2022-08-12 18:29:58 +00:00
Vertex-kb
cded26b199
[Keyboard] Add arc60 ( #17976 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-12 11:28:53 -07:00
QMK Bot
15422b3b26
Merge remote-tracking branch 'origin/master' into develop
2022-08-12 02:04:13 +00:00
Joel Challis
7e7387c0d1
Remove legacy keycode use from command ( #18002 )
2022-08-12 03:03:36 +01:00
Albert Y
cde9dd8b90
Refactor Pixel Fractal effect ( #17602 )
...
* Refactor effect with smaller array
* Add RGB_MATRIX_USE_LIMITS call
* Remove spaces
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-11 22:41:42 +01:00
Sergey Vlasov
9e44362179
Add minimal STM32F103C6 support ( #17853 )
...
Unfortunately, the crippled versions of “Bluepill” boards with
STM32F103C6xx chips instead of STM32F103C8xx are now sold all over the
place, sometimes advertised in a confusing way to make the difference
not noticeable until too late. Add minimal support for these MCUs in
the common “Bluepill with stm32duino” configuration, so that it could be
possible to make something useful from those boards (although fitting
QMK into the available 24 KiB of flash may be rather hard).
(In fact, I'm not sure whether the “STM32” part of the chip name is
actually correct for those boards of uncertain origin, so the onekey
board name is `bluepill_f103c6`; another reason for that name is to
match the existing `blackpill_f401` and `blackpill_f411`.)
The EEPROM emulation support is not included on purpose, because
enabling it without having a working firmware size check would be
irresponsible with such flash size (the chance that someone would build
a firmware where the EEPROM backing store ends up overlapping some
firmware code is really high). Other than that, enabling the EEPROM
emulation code is mostly trivial (the `wear_leveling` driver with the
`embedded_flash` backing store even works without any custom
configuration, although its code is significantly larger than the
`vendor` driver, which may also be important for such flash size).
2022-08-11 22:37:41 +01:00
QMK Bot
8c4269f98e
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 21:04:46 +00:00
Danny
fab6c8a028
[Keyboard] Add Iris Rev. 7 ( #17967 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-11 14:04:00 -07:00
Joshua Diamond
272f224dc6
Add cursor layer to DMQ Spin ( #17996 )
2022-08-11 13:28:48 -04:00
QMK Bot
ba370a54cd
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 16:09:38 +00:00
mincedshon
55f5406ac7
update ecila layout ( #17975 )
...
-update layout
2022-08-11 17:08:57 +01:00
QMK Bot
9981aaaae8
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 05:06:33 +00:00
QMK Bot
a54ccb4ced
Format code according to conventions ( #17990 )
2022-08-10 22:05:59 -07:00
QMK Bot
9d10a19fa8
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 05:00:10 +00:00
DUILCHOI
0aeb9da030
[Keymap] update fave104 keymap ( #17988 )
2022-08-10 21:59:48 -07:00
Adam Applegate
a6fad5cc87
[Keymap] Added personal keymap for keebio/iris/rev6 ( #17971 )
2022-08-10 21:59:21 -07:00
Ivan Gromov
5dd944d450
[Keyboard] Add Aperture keyboard ( #17980 )
2022-08-10 21:59:05 -07:00
QMK Bot
f3acbf60fc
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 04:43:11 +00:00
Less/Rikki
34f0c1ac1b
[Keyboard] fix: unicorne info.json LAYOUT ( #17981 )
2022-08-10 21:42:34 -07:00
QMK Bot
91be4740f2
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 02:21:46 +00:00
James Young
380465e51c
Acheron Athena Layout Macro Refactor and Additions ( #17973 )
2022-08-10 19:21:06 -07:00
QMK Bot
1882cdbf7b
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 01:48:48 +00:00
James Young
9ccbdad816
KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro ( #17972 )
2022-08-10 18:48:12 -07:00
QMK Bot
e4b55a423a
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 01:45:33 +00:00
Álvaro A. Volpato
9898d6f4b0
[Keyboard] Add Viendi8L ( #17943 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-10 18:44:59 -07:00
QMK Bot
ff59ae9783
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 01:44:31 +00:00
Álvaro A. Volpato
90c4350af7
[Keyboard] Initial FM-S and FM-H support ( #17765 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-10 18:43:52 -07:00
QMK Bot
b7b842da55
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 01:39:09 +00:00
3araht
1038ade342
[Keyboard] add chromatonemini keyboard ( #13516 )
2022-08-10 18:38:32 -07:00
QMK Bot
90a290ea62
Merge remote-tracking branch 'origin/master' into develop
2022-08-11 01:34:34 +00:00
James Young
c230d0658e
MacroCat Refactor ( #17969 )
2022-08-10 18:34:20 -07:00
Roger
d790b53580
[Keymap] single layer layout for BFO-9000 with numpad on the left ( #17957 )
2022-08-10 18:33:55 -07:00
QMK Bot
63915e84dc
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 20:08:21 +00:00
yiancar
a6d0cc3aab
Aurora65 ( #17966 )
...
* aurora65 initial commit
* Add keymap images
* Move USB config to JSON
Co-authored-by: yiancar <yiancar@gmail.com >
2022-08-10 21:07:41 +01:00
QMK Bot
663b250e2f
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 03:01:41 +00:00
Wilba
8a24fbbdae
Fix detection of EEPROM reset in some keyboards ( #17970 )
2022-08-09 20:01:09 -07:00
QMK Bot
9bbc0cbb3b
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 00:24:17 +00:00
Kyle McCreery
7019d0bce8
[Keyboard] MechWild Puckbuddy ( #17161 )
...
* Initial commit
* testing modes
* working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it.
* needs to be updated from vial build
* prepping for PR
* added rgb mode cycling to fn1 since it isn't on the encoder for these maps
* readme written in preparation for pr
* reverting driver print line
* Removed old reference to OBE in the readme from copypaste error
* applying changes based on review
* applying changes from review
* Update keyboards/mechwild/puckbuddy/puckbuddy.c
* trailing whitespaces removed
* added clear screen condition for switching back to name rendering
* Added uf2 keymap and fixed display glitch for the logo render art.
* Removed extra definition of FEE_PAGE_BASE_ADDRESS
* Removed the uf2 keymap and made it automatic when selecting bootloader instead
* Fixed the bad bootloader check
* moved the uf2 check from rules.mk to post_rules.mk to satisfy lint
* changing it back to stm32-dfu bootloader default
* Fixed RGBLIGHT enable oversight.
* Added persistent dynamic tapping configuration for the cirque touchpad tap term
* new lines at end of files for formatting and diff sanity
* changing default bootloader back to stm32-dfu
* Had to completely redefine the tap keycodes instead of using the DT_UP and DT_DOWN keycodes because I was not able to specify them easily in the via/vial configs and this allows me to keep the original functionality instead of tying it to eeprom like these are.
* Added tap toggling keycodes to quick enable and disable the tapping term
* working out an issue where the tap status keeps turning to off on power cycle
* correcting submodule garbo
* Fixed display issue and rewrote TAP config approach to make it a little easier to control
* removing backup puckbuddy.c code
* Added some comment, removed some commented out old code, removed trailing whitespace
* Changed to handle tinyuf2 by expecting emulated eeprom so that adding other forms of eeprom can be handled for the memory offset separately, and added user oled conditional inside the keyboard oled code block
* Updated default keymaps to have the tap and dpi keys on by default
* Apply suggestions from code review
* Apply suggestions from code review
2022-08-09 17:23:44 -07:00
QMK Bot
994a2542af
Merge remote-tracking branch 'origin/master' into develop
2022-08-09 18:21:11 +00:00
mechlovin
94b3efe92e
change Adelais En Ciel rev. 3 from STM32F303 to APM32F103 MCU ( #16964 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-09 11:20:36 -07:00
QMK Bot
525049990c
Merge remote-tracking branch 'origin/master' into develop
2022-08-09 18:20:08 +00:00
mincedshon
336c4904b5
[Keyboard] add ecila keyboard ( #17596 )
2022-08-09 11:19:15 -07:00
QMK Bot
25913ef518
Merge remote-tracking branch 'origin/master' into develop
2022-08-09 17:41:07 +00:00
yiancar
5de655023e
[Keyboard] Add NK20 ( #17907 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-08-09 10:40:32 -07:00
QMK Bot
6e1c2b20e5
Merge remote-tracking branch 'origin/master' into develop
2022-08-09 06:41:55 +00:00
Salicylic-acid3
923cd63f3e
[Keyboard] (7skb)Change number of LEDs and Enable Mouse Keys ( #17954 )
2022-08-08 23:41:10 -07:00
QMK Bot
1d33baac8f
Merge remote-tracking branch 'origin/master' into develop
2022-08-08 18:06:29 +00:00
Joel Challis
0002b1cc20
Also disable line ending conversion for merge workflows ( #17953 )
2022-08-08 19:05:41 +01:00
QMK Bot
a3b06fd87c
Format code according to conventions ( #17951 )
2022-08-08 17:33:25 +01:00
QMK Bot
a14cd0fba5
Merge remote-tracking branch 'origin/master' into develop
2022-08-08 16:31:00 +00:00
Joel Challis
bccf933bc9
Force no git line ending conversion on format workflow ( #16176 )
2022-08-08 17:30:26 +01:00
QMK Bot
22cb4e520a
Merge remote-tracking branch 'origin/master' into develop
2022-08-08 09:46:27 +00:00
Vertex-kb
9a3c30f2c7
[Keyboard] Add Vertex AngleR2 keyboard ( #16764 )
...
* Add files via upload
* Delete Vertex/AngleR2 directory
* Add files via upload
* Delete keyboards/Vertex/AngleR2 directory
* Add files via upload
* Add files via upload
* Add files via upload
* Update keyboards/vertex/angler2/angler2.h
* Update keyboards/vertex/angler2/info.json
* Update keyboards/vertex/angler2/keymaps/default/keymap.c
* Update keyboards/vertex/angler2/keymaps/via/keymap.c
* Update keyboards/vertex/angler2/keymaps/via/keymap.c
* Update keyboards/vertex/angler2/keymaps/via/keymap.c
* Update keyboards/vertex/angler2/keymaps/default/keymap.c
* Update keyboards/vertex/angler2/keymaps/via/keymap.c
2022-08-08 02:45:36 -07:00
Joel Challis
764c542bef
Remove tmk_core 'serial' code ( #17866 )
2022-08-08 03:13:16 +01:00
QMK Bot
972f9a612c
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 21:11:17 +00:00
Arturo Avila
d27a6bd629
[Keyboard] Add Shisaku keyboard ( #17572 )
2022-08-07 14:10:32 -07:00
QMK Bot
b214768e09
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 21:07:55 +00:00
yeimialberth
ca04babf3f
[Keymap] qwerty and dvorak keyboard setup ( #16592 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-07 14:07:25 -07:00
QMK Bot
6a1a398627
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 19:40:49 +00:00
csc027
4267f0e0d4
csc027/keymap-updates ( #17881 )
...
* Reverted to most usable configuration for RDP usage.
* Added some HSV color definitions without the value portion to allow using the existing value.
* Switched to using HSV and HS color definitions.
* Added media keys to the convenience layer.
* Updated make rules to enable media keys.
* Cleaned up planck make rules.
2022-08-07 20:40:16 +01:00
QMK Bot
67461a0a47
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 19:33:39 +00:00
Takeshi ISHII
5ecd745514
fix comment space code in quantum/matrix_common.c ( #17942 )
2022-08-07 20:32:59 +01:00
QMK Bot
6e7678c415
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 13:01:43 +00:00
XScorpion2
034e266998
Rgbkb/keeb fixes ( #17932 )
...
* Disable console by default for better bios & reboot behavior
* Remove custom matrix
* Disable console by default for better bios & reboot behavior
* PR feedback
2022-08-07 14:01:10 +01:00
QMK Bot
9087e6ee28
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 12:57:41 +00:00
Joel Challis
a6ea760c94
rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings ( #17619 )
2022-08-07 13:57:12 +01:00
QMK Bot
e8ff0d6ced
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 09:34:18 +00:00
medoix
b9269bf689
[Keyboard] Dumbpad v1x_oled ( #17058 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-07 02:33:36 -07:00
QMK Bot
4f3bf762f1
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 09:30:52 +00:00
DUILCHOI
964ce931e2
[Keyboard] add fave104 ( #17909 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-07 02:30:18 -07:00
QMK Bot
5599f26667
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 09:29:42 +00:00
yiancar
82a72fe815
[Keyboard] Add P01 ( #17921 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-08-07 02:28:46 -07:00
QMK Bot
50e6dd41e6
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 09:21:28 +00:00
James Young
de613fac0a
Lin Works FAve 65H Refactor ( #17938 )
2022-08-07 02:20:51 -07:00
Drashna Jaelre
ac25109312
Always run pointing device init ( #17936 )
2022-08-07 02:18:03 -07:00
QMK Bot
93914142a3
Merge remote-tracking branch 'origin/master' into develop
2022-08-07 01:24:34 +00:00
Joel Challis
c6ad38e79f
RESET -> QK_BOOT default keymaps ( #17939 )
2022-08-07 02:23:58 +01:00
QMK Bot
c5844931e2
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 21:42:44 +00:00
Julian Turner
5c1cfc917e
[Keymap] German Corne Layout ( #17268 )
...
* added german corne
* added symbol layer
* Delete settings.json
revert setting
* Delete keymap.c
* Update config.h
* Update keycodes.h
* Update config.h
* Update keyboards/crkbd/keymaps/JulianTurner/oled.c
* Update keycodes.h
* Update oled.c
added header
* Update keymap.c
added header
* Update keytabs.h
added header
* Update readme.md
* Update rules.mk
* default settings
* Update settings.json
* renamed folder
* revert
* remove c file import and added to rules
* Update keymap.c
* Update keymap.c
* Update readme.md
* Update rules.mk
* updated files from pull request
* fixed issues with merge
* Update keyboards/crkbd/keymaps/julian_turner/oled.c
* Update keyboards/crkbd/keymaps/julian_turner/rules.mk
* Update keyboards/crkbd/keymaps/julian_turner/keymap.c
* Delete keycodes.h
* Update keyboards/crkbd/keymaps/julian_turner/readme.md
2022-08-06 14:41:52 -07:00
Joshua Diamond
5408334083
Update ginkgo65hot to allow use of community layouts ( #17911 )
2022-08-06 13:29:06 -07:00
QMK Bot
e938c663e5
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 17:19:59 +00:00
takashicompany
c8afb7a513
Update miniZone keymap ( #17919 )
2022-08-06 18:19:25 +01:00
QMK Bot
985b91b30f
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 16:21:41 +00:00
James Young
efdd048e18
Cipulot Kawayo Refactor ( #17884 )
...
* info.json: apply friendly formatting
* kawayo.h: use QMK 3-character notation
* refactor keymaps
- use QMK-native keycode aliases
- KC_ENTER -> KC_ENT
- KC_RIGHT -> KC_RGHT
- KC_TRNS -> _______
- RESET -> QK_BOOT
- use four-space indent
* kawayo.h: add matrix diagram
* info.json: correct layout data
* rename LAYOUT_default to LAYOUT_ansi_blocker_split_bs
* add LAYOUT_ansi_blocker macro with reference keymap
* add LAYOUT_ansi_blocker_tsangan macro with reference keymap
* add LAYOUT_ansi_blocker_tsangan_split_bs macro with reference keymap
* kawayo.h: add Corner Blocker (CB) option to matrix diagram
* change Layout Macro naming scheme
- update layout macro naming scheme
- rename `LAYOUT_ansi_blocker` to `LAYOUT_65_ansi_cb_blocker`
- rename `LAYOUT_ansi_blocker_split_bs` to `LAYOUT_65_ansi_cb_blocker_split_bs`
- rename `LAYOUT_ansi_blocker_tsangan` to `LAYOUT_65_ansi_cb_blocker_tsangan`
- rename `LAYOUT_ansi_blocker_tsangan_split_bs` to `LAYOUT_65_ansi_cb_blocker_tsangan_split_bs`
- rename reference keymaps to format specified in QMK docs
- keymap using `LAYOUT_65_ansi_cb_blocker` macro should be named `default_65_ansi_cb_blocker`, etc.
- update layout macro grid alignment (no logic change)
* add LAYOUT_65_ansi_blocker macro
* add LAYOUT_65_ansi_blocker_split_bs macro
* add LAYOUT_65_ansi_blocker_tsangan macro
* add LAYOUT_65_ansi_blocker_tsangan_split_bs macro
* denote LAYOUT_all as an alias for LAYOUT_65_ansi_blocker_split_bs
* enable Community Layout support
2022-08-06 09:21:11 -07:00
Nick Brassel
154d35ac14
Remove UNUSED_PINS
( #17931 )
2022-08-06 23:23:35 +10:00
QMK Bot
820371c31b
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 12:38:13 +00:00
Ryan
37345e2ace
Provide users with replacements for deprecated/invalid functionality where applicable ( #17604 )
2022-08-06 22:37:40 +10:00
Stefan Kerkmann
f27b617f36
[Core] Process all changed keys in one scan loop, deprecate QMK_KEYS_PER_SCAN
( #15292 )
2022-08-06 20:51:13 +10:00
QMK Bot
e9f9f99a33
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 08:59:44 +00:00
Ryan
0ff8c4f6fd
Move keyboard USB IDs and strings to data driven: Z ( #17927 )
2022-08-06 18:59:13 +10:00
QMK Bot
dd0ac80ee4
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 08:52:48 +00:00
Ryan
fb19e14048
Move keyboard USB IDs and strings to data driven: Y ( #17926 )
2022-08-06 18:52:13 +10:00
Stefan Kerkmann
ed9bdcbc36
[Core] guard RPC invocation by checking RPC info against crc checksum ( #17840 )
2022-08-06 18:46:59 +10:00
QMK Bot
cac7042414
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 08:46:12 +00:00
Ryan
0e3cc6af12
Move keyboard USB IDs and strings to data driven: X ( #17925 )
2022-08-06 18:45:43 +10:00
QMK Bot
1d45c99355
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 06:37:08 +00:00
Albert Y
64acbcb42a
[Docs] Building with GitHub Userspace ( #16271 )
2022-08-06 16:36:31 +10:00
QMK Bot
3c9941a629
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 06:31:44 +00:00
Andrew Kannan
99377a0f5b
[Keyboard] Add Crin PCB ( #17913 )
2022-08-05 23:31:05 -07:00
QMK Bot
5efa2ff23e
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 06:30:45 +00:00
keyquest.tech
07fc37541d
Added support for keyquest keyboards ( #17667 )
...
Co-authored-by: Mathiaszmrga <mmoragrega@centro.edu.mx >
2022-08-06 16:30:05 +10:00
Joel Challis
897403c4a7
Publish data as part of API generation ( #17020 )
2022-08-06 16:14:29 +10:00
QMK Bot
ec5186f0f9
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 05:50:30 +00:00
Ryan
10ad238944
Move keyboard USB IDs and strings to data driven: W ( #17903 )
2022-08-06 15:49:44 +10:00
Jeff Epler
7bbc1b21dd
Add kb2040 onkey keyboard that works with the oled keymap ( #17786 )
2022-08-05 19:38:10 -07:00
Drashna Jaelre
ad4ef47d2b
[Keyboard] use correct function in Dilemma splinky ( #17923 )
2022-08-06 02:58:06 +01:00
QMK Bot
758a0a0902
Merge remote-tracking branch 'origin/master' into develop
2022-08-06 01:54:55 +00:00
Less/Rikki
660dedfb17
[Keyboard] encoder map on more mechwild boards ( #17894 )
2022-08-05 18:54:22 -07:00
QMK Bot
217bd431e9
Merge remote-tracking branch 'origin/master' into develop
2022-08-04 23:41:59 +00:00
Joel Challis
8978960a87
Tidy up ez_maker ( #17910 )
2022-08-05 00:41:29 +01:00
Drashna Jaelre
eb417b3aaf
Add deprecated check for RGBLIGHT_ANIMATIONS ( #17832 )
2022-08-04 11:05:53 -07:00
QMK Bot
7093846319
Merge remote-tracking branch 'origin/master' into develop
2022-08-04 13:07:34 +00:00
ebastler
efd3b1e0bd
added missing indicator defines for dolice ( #17906 )
2022-08-04 14:06:50 +01:00
Nick Brassel
d9eb152a90
Fix issue with #17904 . ( #17905 )
2022-08-04 22:15:42 +10:00
Nick Brassel
94e8701b3e
Fixup compilation of printf-like functions with uint32_t args. ( #17904 )
2022-08-04 21:44:56 +10:00
Nick Brassel
543f54a483
[Core] STM32_USB_USE_OTG1
=> USB_ENDPOINTS_ARE_REORDERABLE
( #17647 )
2022-08-04 21:05:16 +10:00
QMK Bot
88cfd55b8c
Merge remote-tracking branch 'origin/master' into develop
2022-08-04 01:36:14 +00:00
Ryan
17176daf26
Move keyboard USB IDs and strings to data driven: T ( #17899 )
2022-08-04 02:35:08 +01:00
QMK Bot
4e50de3a4b
Merge remote-tracking branch 'origin/master' into develop
2022-08-04 00:22:37 +00:00
James Young
5a631ed9ac
Balloondogcaps TR90 and TR90PM: rename LAYOUT to LAYOUT_ortho_3x3 ( #17879 )
...
* balloondogcaps/tr90: rename LAYOUT to LAYOUT_ortho_3x3
* balloondogcaps/tr90pm: rename LAYOUT to LAYOUT_ortho_3x3
2022-08-04 01:21:59 +01:00
QMK Bot
42a36a2095
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 22:55:51 +00:00
James Young
b01814bf68
boardsource/the_mark: add QMK Configurator layout data ( #17898 )
...
* boardsource/the_mark: add QMK Configurator layout data
* add keyboard maintainers to info.json
Adds the individual and organization accounts as listed maintainers.
2022-08-03 23:54:50 +01:00
QMK Bot
d8a15ce5bb
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 22:54:33 +00:00
Ryan
a30c1884c7
Move keyboard USB IDs and strings to data driven: U ( #17900 )
2022-08-03 23:53:46 +01:00
QMK Bot
adf8218399
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 22:53:16 +00:00
Ryan
1fd8d5c322
Move keyboard USB IDs and strings to data driven: V ( #17901 )
2022-08-03 23:52:24 +01:00
QMK Bot
0a198b59a3
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 22:13:21 +00:00
Ryan
a8744b1630
Move keyboard USB IDs and strings to data driven: S ( #17889 )
2022-08-04 08:12:37 +10:00
QMK Bot
237039cdcd
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 22:06:14 +00:00
Ryan
b40c03140e
Move keyboard USB IDs and strings to data driven: R ( #17885 )
2022-08-04 08:05:40 +10:00
QMK Bot
c6a6f987c9
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 20:08:10 +00:00
Joel Challis
92bcbee226
Fix up splittest/bluepill ( #17897 )
2022-08-03 21:06:54 +01:00
QMK Bot
f326b0b40e
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 17:23:55 +00:00
Stephen J Bush
df8a538489
Userspace: muppetjones ( #1 ) ( #13461 )
...
* Userspace: muppetjones (#1 )
Add and update lily58 to work with userspace
Add and update kyria keymap to work with userspace
Add and update planck keymap with userspace
Add etchamouse code and docs to userpace
Add userspace
Update mouse encoder for smoother movement.
Encoder + mouse
Added casemodes by andrewjrae
* Rollback lily58 state reader and add missing GPL
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
* fix lily58 keymap
* Updates to user and lily for muppetjones.
Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together.
* Update keyboards/lily58/keymaps/muppetjones/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Updated keymaps and userspace
* Little more cleanup.
* Update keyboards/lily58/keymaps/muppetjones/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Rollback accidental libchibios update
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update kyria keymap
* Move kyria keymap to splitkb/kyria
* Update planck keymap
* Remove all changes to keyboards/lily58/lib/layer_state_reader.c
* Update lily58 keymap
* Recommended change
* Update keymap readme
* Update kyria keymap and userspace
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Renamed users/muppetjones/README.md to lc
* Update keyboards/lily58/keymaps/muppetjones/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-03 18:23:17 +01:00
QMK Bot
e93124f05c
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 14:59:13 +00:00
Ryan
5f6cf24294
Move keyboard USB IDs and strings to data driven: Q ( #17883 )
2022-08-03 15:58:29 +01:00
QMK Bot
4c81d4e526
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 13:20:50 +00:00
yulei
c4e767b4c9
added neson design's 700e keyboard ( #17768 )
...
* added neson design's 700e keyboard
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-03 14:20:10 +01:00
QMK Bot
671e211930
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 10:33:16 +00:00
jotix
4ec2626b43
jotix's community ortho_4x12 layout change ( #17891 )
2022-08-03 11:32:23 +01:00
QMK Bot
2dfccd29c8
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 08:33:04 +00:00
dvermd
0206bd9df3
add bluepill mcu to splittest ( #16959 )
...
* add bluepill mcu to splittest
* fix typo
* refactoring
* mcu config goes to mcuconf.h of keyboard
* keymap specific config goes to keymap config.h
* keyboard specific depending of keymap goes to post_config.h
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com >
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com >
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com >
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com >
* Apply suggested change
Co-authored-by: Ryan <fauxpark@gmail.com >
* splittest/bluepill: improve documentation
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-08-03 09:31:37 +01:00
QMK Bot
61a3fe4fac
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 07:23:52 +00:00
Ryan
b6757d2380
Move keyboard USB IDs and strings to data driven: P ( #17875 )
2022-08-03 17:23:15 +10:00
QMK Bot
d4f9eb5225
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 07:16:28 +00:00
Ryan
3da6575e24
Move keyboard USB IDs and strings to data driven: M ( #17859 )
2022-08-03 17:15:43 +10:00
QMK Bot
bce4fb4574
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 07:04:43 +00:00
Ryan
1b92c204c1
Move keyboard USB IDs and strings to data driven: K ( #17846 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-08-03 17:03:47 +10:00
QMK Bot
d52d7bc658
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 06:48:37 +00:00
kkokdae
ce9bb6d39b
[keymap] Add kkokdae keymap for keyboardio/atreus ( #17843 )
...
* [keymap] Add kkokdae keymap for keyboardio/atreus
* Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Revert "Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c"
This reverts commit 8e9ccc78c7
.
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-08-03 07:47:48 +01:00
QMK Bot
40499bed06
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 06:11:19 +00:00
Travis
5f6ec37b7d
[Keymap] Add TravisHi keymap for SplitKB Kyria ( #17858 )
...
* Init commit
* Prep for MVP
* Add F Fixes (thanks F!)
* Fix some incorrect layer summons
* Create readme (remove comments from code)
* Update OLED indicators (test)
* Add more OLED updates
* Add more layouts
* Update readme and small tweaks
* Update layers and prep for LED layers
* Fix a trapped layer issue
* Test animations
* Add a happy frog animation to right screen
* Add bulk work
* Move fren readme image
* Can't save images
* Update FPS layout
* Update Symbols layer
* Update readme
* Update readme (future comments move to readme)
* Remove superfluous comments & add Licence
* Add licence update
2022-08-03 07:10:46 +01:00
QMK Bot
b31c914f0f
Merge remote-tracking branch 'origin/master' into develop
2022-08-03 00:07:38 +00:00
AnthonyNguyen168
4c8469f565
Update json file to support Configurator correctly. ( #17692 )
2022-08-03 01:06:55 +01:00
QMK Bot
90259eb012
Merge remote-tracking branch 'origin/master' into develop
2022-08-02 18:39:44 +00:00
Ryan
be5b1a24bf
Move keyboard USB IDs and strings to data driven: O ( #17874 )
2022-08-02 19:39:00 +01:00
QMK Bot
7883306466
Merge remote-tracking branch 'origin/master' into develop
2022-08-02 18:31:04 +00:00
James Young
24488e043e
SKergo Refactor ( #17877 )
...
* skergo.h: use ___ for KC_NO
* skergo.h: use 3-character notation
* skergo.h: add matrix diagram
* add LAYOUT_all macro
* update grid alignment of LAYOUT macro and keymaps
* refactor keymaps
Refactor keymaps to use the `LAYOUT_all` macro. Converts tabs to spaces.
This change necessitates the following changes to keymaps:
- The keycodes for Page Up, Page Down, and End each move up one row - all as the last keys on their new rows.
- The keycode for the secondary B key moves up one row, inserted between the primary (left side) B and the N.
* remove LAYOUT macro
* rename LAYOUT_all macro to LAYOUT_split_bs
* add LAYOUT_2u_bs macro
* readme.md: add flashing example
* info.json: correct maintainer value
Update to reference maintainer's GitHub username.
2022-08-02 19:30:26 +01:00
QMK Bot
1f8e9c1854
Merge remote-tracking branch 'origin/master' into develop
2022-08-02 06:54:51 +00:00
Niko Wenselowski
068bfc49de
[Keymap] Move the ut472 keymap from gardego5 to keyhive folder ( #17598 )
2022-08-01 23:54:14 -07:00
QMK Bot
479c7876e6
Merge remote-tracking branch 'origin/master' into develop
2022-08-02 00:11:25 +00:00
Ryan
056a44c7d3
Move keyboard USB IDs and strings to data driven: N ( #17865 )
2022-08-02 01:10:48 +01:00
QMK Bot
e6dc14ae41
Merge remote-tracking branch 'origin/master' into develop
2022-08-02 00:03:00 +00:00
Ryan
7222969964
Move keyboard USB IDs and strings to data driven: L ( #17849 )
2022-08-02 01:02:19 +01:00
QMK Bot
e3ee87ee31
Merge remote-tracking branch 'origin/master' into develop
2022-08-01 16:10:17 +00:00
James Young
26b17a71e0
MS Sculpt Touch-Up ( #17871 )
...
* info.json: fix JSON syntax error
* info.json: convert tabs to spaces
* info.json: add QMK Configurator layout data
* readme.md: switch Bootloader and Docs sections
2022-08-01 17:09:40 +01:00
Drashna Jaelre
b1eac5c671
[Keyboard] Overhaul uzu42 ( #17868 )
2022-08-01 14:04:26 +01:00
QMK Bot
0e3b1740ef
Merge remote-tracking branch 'origin/master' into develop
2022-08-01 13:01:06 +00:00
James Young
3b40ded512
ryanbaekr rb18 Configurator Data Fixes ( #17872 )
...
* info.json: apply friendly formatting
* info.json: correct key sequence
* info.json: remove dead space from layout
* info.json: correct maintainer value
2022-08-01 14:00:31 +01:00
QMK Bot
e32a956028
Format code according to conventions ( #17869 )
2022-07-31 21:35:53 -07:00
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
Less/Rikki
e7affd0541
feat: encoder map, OLED & encoder kb-level config ( #17809 )
2022-07-28 01:56:37 +01:00
QMK Bot
b029252e76
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 23:52:09 +00:00
Arthur
1e745c48b6
[Keymap] Add artflag kyria layout ( #17778 )
...
* Initial firmware
* feedback
* updates
* update map
2022-07-27 16:51:13 -07:00
QMK Bot
7bb73306d6
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 21:44:42 +00:00
Ryan
23f365b601
Move keyboard USB IDs and strings to data driven: F ( #17816 )
2022-07-27 22:44:05 +01:00
QMK Bot
5055c9a74b
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 21:12:28 +00:00
Kevin Zhao
6731712cc1
Fix SKErgo Keymap ( #17812 )
2022-07-27 22:10:57 +01:00
QMK Bot
ed5351d75e
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 19:19:51 +00:00
Ryan
4a0eb733ac
Move keyboard USB IDs and strings to data driven: G ( #17818 )
2022-07-27 20:19:09 +01:00
QMK Bot
602fde61e2
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 16:29:08 +00:00
turbololvo
c788857b6b
fix function layer to reflect cap labels ( #17813 )
...
These changes correctly reflect the keycap labels on the Vortex Race 3.
2022-07-27 17:27:39 +01:00
QMK Bot
df15caf407
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 15:02:29 +00:00
James Young
0f40e5d0dc
Wuque Promise87 ANSI Refactor ( #17807 )
2022-07-27 08:01:37 -07:00
Drashna Jael're
3d98269652
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 07:40:30 -07:00
Drashna Jaelre
8973835183
[Docs] Add information about WeAct Blackpill F411 ( #16755 )
...
* [Docs] Add information about WeAct Blackpill F411
* Add clarification for matrix pins
* Update documentation
* Tweak wording
2022-07-27 14:49:12 +01:00
QMK Bot
00c1653a15
Merge remote-tracking branch 'origin/master' into develop
2022-07-27 09:29:50 +00:00
Albert Y
3285659690
CLI compatibility for MacOS ( #17811 )
2022-07-27 10:29:10 +01:00
Stefan Kerkmann
59d940c9f3
ChibiOS-Contrib: Update for RP2040 PWM and I2C driver ( #17817 )
2022-07-27 10:06:18 +02:00
QMK Bot
5df7cfdeb4
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 20:48:59 +00:00
Danny
dc48b3fd04
[Keyboard] Fix typo with RGB LED positioning in Iris ( #17805 )
2022-07-26 13:48:07 -07:00
QMK Bot
ff5848992c
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 20:25:59 +00:00
Less/Rikki
fc9654a1d0
feat: encoder map, OLED & encoder kb-level config ( #17767 )
2022-07-26 21:25:23 +01:00
QMK Bot
53ca6338c7
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 19:51:21 +00:00
Drashna Jaelre
5f36285fc5
[Keyboard] Add work louder micro ( #17586 )
...
* [Keyboard] Add work louder micro
* Update keyboards/work_louder/micro/readme.md
* Update readme
* Update kb config files
* Update to use encoder map
Co-authored-by: Tom Barnes <barnestom@me.com >
2022-07-26 20:50:45 +01:00
QMK Bot
e0e1f0af92
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 19:44:06 +00:00
Scott Bennett
9dbc0473ef
Dz65v2 Settings for SBennett13 ( #17747 )
...
* Start of dz65v2 map for sbennett13
* No wpm, disable some rgb, ~copyright~
* No more raindrops
* Remove more rgb modes and set default
* Almost orgot this crappy thing
* cannot define startup :(
* Layered esc is kc_grv
* Start of dz65v2 map for sbennett13
* No wpm, disable some rgb, ~copyright~
* No more raindrops
* Remove more rgb modes and set default
* Almost orgot this crappy thing
* cannot define startup :(
* Layered esc is kc_grv
* Add license to config and keymap
2022-07-26 20:43:26 +01:00
Stefan Kerkmann
083b42068a
Chibios: Stop I2C peripheral on transaction error ( #17798 )
...
From the ChibiOS HAL I2C driver pages:
After a timeout the driver must be stopped and restarted because the bus is in
an uncertain state.
This commit does that stopping explicitly on any error that occurred, not only
timeouts. As all the i2c functions restart the peripheral if necessary it is
safe to do so.
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com >
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com >
2022-07-26 21:40:14 +02:00
QMK Bot
2899e69ead
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 19:15:45 +00:00
Spaceman
d4bb5a9820
Add alternative Logos ( #17787 )
2022-07-26 20:15:08 +01:00
Daniel Kao
b8b2e99976
Constrain Cirque Pinnacle coordinates ( #17803 )
...
Static x & y should be the same type as touchData.xValue &
touchData.yValue: uint16_t.
Their delta could be larger than int8_t and should be constrained to
mouse_xy_report_t.
2022-07-26 19:35:41 +01:00
Joel Challis
c982d6c5e3
Avoid OOB in dynamic_keymap_reset ( #17695 )
2022-07-26 17:38:28 +01:00
QMK Bot
61da9286a1
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 16:38:06 +00:00
QMK Bot
0534b878c3
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 16:37:29 +00:00
Nick Brassel
d1434b6d75
Make qmk doctor
print out the last log entry for upstream/{master,develop}, including dates ( #17713 )
2022-07-26 17:37:28 +01:00
Wilba
501276a8fd
Added WT65-D ( #17724 )
2022-07-26 17:36:30 +01:00
QMK Bot
1cf68476cc
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 08:00:23 +00:00
Álvaro A. Volpato
b0b14cc440
[Keyboard] Acheron Athena support ( #16818 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-26 00:59:38 -07:00
Drashna Jaelre
5d898a3d34
[Docs] Updates to Pointing Device Docs ( #17777 )
2022-07-26 00:27:34 -07:00
Charly Delay
244450625a
bastardkb: fix info.json changes that got reverted during the last merge from master
to develop
( #17800 )
...
* bastardkb: fix info.json changes that got reverted during the last merge from `master` to `develop`
* Remove board name from root folder `info.json`
2022-07-26 07:41:24 +01:00
QMK Bot
9f5b71bada
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 06:27:00 +00:00
Olly Hayes
77e48f5b7e
[Keymap] Add ollyhayes keymap ( #16632 )
2022-07-25 23:26:22 -07:00
QMK Bot
9825b66cac
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 06:26:00 +00:00
Leo Deng
ddae04bca1
[Keyboard] add DJam keyboard ( #17430 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-07-25 23:25:28 -07:00
Daniel Kao
1de6811ebe
Cirque circular scroll: Support POINTING_DEVICE_COMBINED ( #17654 )
2022-07-25 23:19:33 -07:00
QMK Bot
2456044d5f
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:36:55 +00:00
shamit05
91d911eb1f
[Keyboard] Add Halokeys Elemental 75 ( #17323 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-25 22:36:11 -07:00
QMK Bot
9f976b89d8
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:31:41 +00:00
Cipulot
ba1643af7d
[Keyboard] Add Kawayo Keyboard ( #17454 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-07-25 22:30:59 -07:00
QMK Bot
11c9a5e3ac
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:24:46 +00:00
hornslyn
a33dc8ebb5
[Keyboard] Add Star75 support ( #17421 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-25 22:24:04 -07:00
Albert Y
70d554420c
[Keyboard] Add RP2040 config defaults for ferris/sweep and cradio ( #17557 )
2022-07-25 22:22:42 -07:00
QMK Bot
f004d93bad
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:21:11 +00:00
James Young
753ca0e13c
takashicompany miniZone: fix QMK Configurator implementation ( #17801 )
2022-07-25 22:20:36 -07:00
QMK Bot
4bd4210e97
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:02:37 +00:00
Daniel O'Brien
3eb9f28c89
[Keyboard] Add missing mute button to sofle keymap ( #17796 )
2022-07-25 22:02:02 -07:00
QMK Bot
f0300fc763
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 05:00:11 +00:00
Diogo Sergio
e6a7db2fd2
Update README.md for teensy lc onekey ( #17797 )
2022-07-25 21:59:37 -07:00
QMK Bot
d556c4233e
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 04:01:41 +00:00
Ryan
5ed98df374
gboards/georgi: cleanup & fix ( #17753 )
2022-07-26 14:01:05 +10:00
Drashna Jaelre
928bbded6d
[Keyboard] Fix compilation issues for Charybdis/Dilemma ( #17791 )
...
* [Keyboard] Fix debug printing for Charybdis/Dilemma
* Fix compliation issue for dilemma
2022-07-26 02:40:14 +01:00
QMK Bot
77ed0feebe
Merge remote-tracking branch 'origin/master' into develop
2022-07-26 00:53:04 +00:00
Ryan
674422eb13
Move keyboard USB IDs and strings to data driven: A ( #17781 )
2022-07-26 01:52:18 +01:00
QMK Bot
1e651dbdb0
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 23:04:48 +00:00
Ryan
a939293aca
Move keyboard USB IDs and strings to data driven: C ( #17789 )
2022-07-26 00:04:09 +01:00
QMK Bot
4baed8037d
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 22:56:05 +00:00
James Young
b6ac0ecf82
Runes Skjöldr Touch-Up ( #17792 )
...
* skjoldr.h: use ___ for KC_NO
* skjoldr.h: use K<row><column> notation
Matrix was previously defined using identifiers in the format of K<column><row>.
* skjoldr.h: add matrix diagram
* info.json: apply friendly formatting
- key legends as labels
- correct key sizes and positioning
* refactor keymaps
Refactors the `default` and `via` keymaps.
- use QMK-native keycode aliases
- grid-align keycodes for readability
* rename LAYOUT macro to LAYOUT_60_ansi_arrow
* enable Community Layout support
* info.json: correct maintainer value
Field is meant to reference the maintainer's GitHub username.
2022-07-25 23:55:26 +01:00
QMK Bot
4837bc50c4
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 22:08:08 +00:00
Drashna Jaelre
68cc6be564
[Keyboard] Fix Charue Sunsetter_r2 compilation issues ( #17793 )
2022-07-25 23:07:32 +01:00
Drashna Jaelre
683eeca2e2
[Docs] Fix custom debug function and sample output ( #17790 )
2022-07-25 23:07:15 +01:00
Drashna Jaelre
325da02e57
Fix QK_MAKE's reboot check ( #17795 )
2022-07-25 23:06:26 +01:00
Drashna Jael're
99c48f1361
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 10:15:47 -07:00
ILWrites
1df6322f10
Fixed spacebar position ( #17784 )
2022-07-25 17:21:09 +01:00
Ryan
50c2b151b2
Move keyboard USB IDs and strings to data driven: B ( #17782 )
2022-07-25 16:20:19 +01:00
QMK Bot
7d2260ab75
Merge remote-tracking branch 'origin/master' into develop
2022-07-25 14:59:45 +00:00
James Young
d2161f113b
MechWild Mokulua: Correct QMK Configurator Data ( #17783 )
...
* Mokulua Mirrored: rebuild info.json file
* Mokulua Standard: rebuild info.json file
2022-07-25 15:58:58 +01:00
Charly Delay
50a12c06b9
[keyboard] bastardkb: restructure folder hierarchy ( #16778 )
...
* bastardkb: restructure folder hierarchy ahead of supporting other adapters/mcus
Upcoming support for the following (adapter, mcu) pairs will be
submitted in follow-up PRs:
- `v2/elitec`
- `v2/stemcell`
- `blackpill`
This PR contains the following changes:
- Move previous implementation to an inner `v1/elitec` folder
- Move keyboard USB IDs and strings to data driven
- Update headers to update maintainers list
- Run `qmk format-c`
* bastardkb/charybdis: remove broken acceleration implementation
* bastardkb/charybdis: fix debug output
* bastardkb: add support for BastardKb the `v2/elitec` (adapter, mcu) pair
* bastardkb: add Blackpill support
* bastardkb/charybdis/3x5: add `bstiq` keymap
* bastardkb/charybdis: add fake LEDs to the configuration
For the Charybdis 3x5 (respectively 4x6), the LED config now simulates
36 (respectively 58) LEDs instead of the actual 35 (respectively 56) to
prevent confusion when testing LEDs during assembly when handedness is
not set correctly. Those fake LEDs are bound to the physical
bottom-left corner.
* bastardkbk/charybdis/readme.md: update build commands
Merge pull request #5 from Nathancooke7/update_charybdis_readme_v2_shield.
* bastardkb/charybdis: fix Via keymap with blackpill
* bastardkb/charybdis: add 3x6 configuration
* bastardkb/charybdis: remove unnecessary files
* bastardkb/charybdis: remove obsolete code
* bastardkb/charybdis/3x6: add Via keymap
* bastardkb: add support for Splinky (RP2040) board
* bastardkb: initial configuration for the Splinky (SPI not working yet)
* bastardkb/charybdis/3x5/v2/splinky: tentative change to enable trackball
* bastardkb/charybdis/3x5/v2/splinky: fix SCK, MISO, MOSI pins
* bastardkb/charybdis/3x5/v2/splinky: fix SCK, MISO, MOSI pins
* bastardkb/charybdis/4x6/v2/splinky: add SPI configuration and enable trackball
* bastardkb/charybdis/3x6: add splinky config
* bastardkb/*/v2/splinky: update drivers to `vendor`
* bastardkb/dilemma: add new board
* bastardkb/charybdis: fix infinite loop in `layer_state_set_user(…)` in the `via` keymaps
* bastardkb/dilemma: add `bstiq` keymap
* bastardkb: specify blackpill boards
* bastardkb/charybdis: fix blackpill-specific define syntax
* bastardkb: remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` which are no longer valid options
* bastardkb: fix `QK_BOOT` keycodes
* bastardkb/dilemma: fix mouse direction on X axis
* bastardkb/charybdis/3x6: adjust CS
* bastardkb/dilemma: adjust trackpad configuration
* charybdis: fix `PWM33XX_CS_PIN` defines
This is a follow-up of https://github.com/qmk/qmk_firmware/pull/17613 .
* bastardkb: remove Vial mentions from `bstiq` keymaps
* Cleanup unnecessary comments
Co-authored-by: Nathan <nathan.cooke@compass.com >
Co-authored-by: Charly Delay <0xcharly@codesink.dev >
2022-07-25 10:11:28 +01:00
QMK Bot
336df3297e
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 23:01:36 +00:00
Drashna Jaelre
c0763363db
[Docs] Fix tables in Audio driver document ( #17780 )
2022-07-25 00:00:51 +01:00
QMK Bot
d5e619f472
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 16:12:13 +00:00
James Young
00c02e3bd8
FJLabs Sinanju Refactor ( #17773 )
...
* sinanju.h: add matrix diagram
* add LAYOUT_60_ansi_wkl_split_bs_rshift macro
Same matrix as `LAYOUT_all`, but with position K2D (right half of split Backspace) moved to the end of the top row.
* refactor keymaps
- use `LAYOUT_60_ansi_wkl_split_bs_rshift` macro instead of `LAYOUT_all`
- polish four-space indent
- update grid alignment
- replace `RESET` keycode with `QK_BOOT`
* remove now-unused LAYOUT_all macro
* add LAYOUT_60_ansi_wkl macro with keymap
Add a layout with 2u Backspace and 2.75u right Shift.
* info.json: correct maintainer value
2022-07-24 17:11:28 +01:00
QMK Bot
c1783ff35d
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 16:07:21 +00:00
James Young
5f172b63f5
Chocofly v1: add info.json ( #17772 )
2022-07-24 17:06:30 +01:00
QMK Bot
62cd280c3b
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 12:40:43 +00:00
James Young
191f6e8069
Idobao ID63 Community Layout support ( #17769 )
...
* info.json: add key labels
* rename LAYOUT_63_ansi to LAYOUT_60_ansi_arrow
* enable community layout support
2022-07-24 05:39:53 -07:00
QMK Bot
f6612c219f
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 12:26:27 +00:00
James Young
049811be0d
Add info.json files for Acheron Apollo series keyboards ( #17770 )
...
* add info.json file for Apollo87H
* add info.json file for Apollo87H-T-SC
* add info.json file for Apollo88H-T-SC
2022-07-24 05:25:46 -07:00
QMK Bot
7f938e969d
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 11:07:34 +00:00
James Young
592028c724
boardsource/beiwagon: correct QMK Configurator layout data ( #17771 )
2022-07-24 21:06:55 +10:00
QMK Bot
914861b07c
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 05:10:28 +00:00
4pplet
58d484ea28
Waffling80 layout fix ( #17757 )
2022-07-24 06:09:40 +01:00
QMK Bot
db3d9f9935
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 03:28:12 +00:00
James Young
962dcbf3a3
Creatkeebs Thera Refactor ( #17766 )
2022-07-23 20:27:38 -07:00
QMK Bot
3825362a3b
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 00:10:33 +00:00
Álvaro A. Volpato
98c1f7a9ef
[Keyboard] Apollo87H PCB support ( #16817 )
...
* Initial Apollo87H support
* Define RGB animations and default animation
* Add proper per-key RGB support
* Adjust LED positions
* Separate delta-gamma
* Fine-tune LED positions
* fix up GAMMA revision
* fix up tabs indentation to spaces indentation
* Fixed positioning and CS-SW defs for some LEDs
* Fix INS RGB position
* Fine-tune LED positions, fix default RGB
* Update readme's
* Rename LAYOUT_87H to lowercase 87h
* Formatting gamma's rules.mk
* Formatting delta's rules.mk
* Use smaller readme image
* Use smaller README image
* First support for 87H-T-SC and 88H-T-SC
* Update README
* Fix layout naming
* Remove
* Remove EEPROM definitions, fix missing RGB LED mod/alpha definer
* Add suggestions from noroadsleft
2022-07-23 17:09:52 -07:00
QMK Bot
f383f7d6e5
Merge remote-tracking branch 'origin/master' into develop
2022-07-24 00:04:24 +00:00
TJ
c3df1775bc
[Keyboard] Le Chiffre rev 2 and HE additions ( #17377 )
...
* chiffre refactor for new revisions
* updated led matrix config
* updated per suggestions
* add tapdance enable
* revert tapdance (none defined in the default keymaps)
* clean up rules
* add readme for HE
* remove notes in readme
* fix perm
* fix perms
* Fix spacing on readme
* fix perm
* fix perms again?
2022-07-23 17:03:41 -07:00
QMK Bot
302fa11d1f
Merge remote-tracking branch 'origin/master' into develop
2022-07-23 20:23:43 +00:00
4pplet
f1ccd60458
[Keyboard] 4pplet Perk60 ( #16853 )
...
* adding perk60 iso
adding perk60 iso
* Update info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Delete chconf.h
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update rules.mk
* Update config.h
* removing a few RGB effects
* removing more effects
* Update keyboards/4pplet/perk60_iso/rev_a/config.h
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.h
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
2022-07-23 13:23:14 -07:00
JayceFayne
d02cefe613
implement tap_code16_delay
( #17748 )
2022-07-23 19:21:20 +01:00
jack
a6f3194397
Add ability to enter bootloader mode from QK_MAKE
( #17745 )
2022-07-23 17:43:32 +01:00
QMK Bot
8254d73fd4
Merge remote-tracking branch 'origin/master' into develop
2022-07-23 16:42:55 +00:00
Niko Wenselowski
1f42a8ccdd
Fix test logic to check for both keymaps ( #17761 )
...
Python will evaluate first the left and then the right side of the and operator.
The left side would previously return True based on the truthiness logic that treats any non-emptry string as true.
It would not check if the desired keymap exists.
If the left side is true it will evaluate the right side which will check for the existance of a specific keymap.
With this change the check for existance of two keymaps is implemented.
2022-07-23 17:42:19 +01:00
jpe230
c586cfda48
(develop) Update bootmagic for Adafruit Macropad ( #17755 )
2022-07-22 23:28:51 +01:00
QMK Bot
c39a902867
Merge remote-tracking branch 'origin/master' into develop
2022-07-22 20:20:43 +00:00
Yuannan
2202efaf0c
Added autoclicker, better mouse, Vim like editing layer and more. ( #15702 )
...
* Added autoclicker, better mouse, vim like FN layer and more.
* Updated docs to comply with guidelines
* Fixed Imgur links
* increased step sizes
* updated readme to reflect step size
* Added second delay array for autoclicker to compensate for RGB animation CPU loads
* better RGB effects and updated docs
* better README.md formatting
* added DEBONCE libinput workaround for Linux
* fixed formatting
* fixed typos and clarified
* fixed layer picture order
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/README.md
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Updated Docs and rules
* Updated with the new deferred exec API to ensure more consistant CPS
* renamed README.md to be lower case to comply with fauxpark's request
* Remapped alt to be left instead of right for compatibility reasons
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-22 21:20:02 +01:00
QMK Bot
536511a32a
Merge remote-tracking branch 'origin/master' into develop
2022-07-22 14:58:18 +00:00
mechlovin
8de0427fec
[Kay60] Change LED pin state and correct keycode. ( #17746 )
2022-07-22 15:57:03 +01:00
QMK Bot
0e81d63b64
Merge remote-tracking branch 'origin/master' into develop
2022-07-22 13:23:36 +00:00
Aidan Gauland
de10784799
Fix compilation error in Ploopy Nano maddie keymap ( #17733 )
2022-07-22 14:22:56 +01:00
QMK Bot
f1671ec720
Merge remote-tracking branch 'origin/master' into develop
2022-07-22 03:43:08 +00:00
Sắn
b9c7d4c48d
[Keyboard] Add Krush65 Hotswap ( #16692 )
...
* Add Krush65 Hotswap
* Led fix
* small fix
* a
* B
* move ec action to VIA keymaps
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk
* Update readme.md
* Update readme.md
* Update readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk
* Update keyboards/sawnsprojects/krush/krush65/hotswap/info.json
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/info.json
* Update keyboards/sawnsprojects/krush/krush65/hotswap/hotswap.h
2022-07-21 20:42:29 -07:00
QMK Bot
d681eac0ad
Merge remote-tracking branch 'origin/master' into develop
2022-07-21 20:24:51 +00:00
Joel Challis
5a0e47db5e
Add reviewer/labels to dependabot PRs ( #17743 )
2022-07-21 21:24:07 +01:00
QMK Bot
bfed88dba2
Merge remote-tracking branch 'origin/master' into develop
2022-07-21 19:55:00 +00:00
dependabot[bot]
4ca99af8f5
Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 ( #17742 )
2022-07-21 20:54:27 +01:00
Drashna Jaelre
5f32690cba
Move Pointing Device Initialization ( #17740 )
...
Move Pointing Device Initialization to after Split Post Initialization
If both pointing device and split is enabled, the pointing device init needs to be called after the split post init, otherwise the connection (serial/etc) isn't initialized yet, and any commands that need to send data over (such as calling the set cpi command) never get sent over.
2022-07-21 10:16:44 -07:00
jpe230
5c90732622
Adafruit Macropad: Add VIA keymap, fix default km ( #17735 )
2022-07-21 14:44:12 +01:00
QMK Bot
6081a8091d
Merge remote-tracking branch 'origin/master' into develop
2022-07-21 12:45:28 +00:00
jonavin
7f0581cd35
Jonavin mercutio - reduce mem footprint ( #17498 )
...
* Reduce mem footprint - remove sprintf
* remove stdio reference and use get_u8_str
Co-authored-by: Jonavin <=>
2022-07-21 13:44:51 +01:00
Albert Y
d510e80b89
Add Blok 2040 conversion ( #17603 )
2022-07-21 00:54:05 +01:00
Wilba
4efe6330c4
VIA Encoder Map Support ( #17734 )
2022-07-21 09:53:42 +10:00
QMK Bot
493d422406
Merge remote-tracking branch 'origin/master' into develop
2022-07-20 23:20:34 +00:00
mechlovin
a6d70de96a
[Keyboardo] Update PID for mechlovin zed60 ( #17728 )
2022-07-20 16:19:51 -07:00
mknj
9a31bbb3fa
fix syntax error ( #17732 )
2022-07-20 22:59:18 +01:00
Albert Y
05f30f0787
Use Pro Micro pinout for SDA/SCL ( #17595 )
2022-07-20 18:24:34 +01:00
QMK Bot
ab45e3b993
Merge remote-tracking branch 'origin/master' into develop
2022-07-20 17:00:18 +00:00
takashicompany
62e3f8b885
Add miniZone Keymap ( #17552 )
2022-07-20 17:59:40 +01:00
Ben Fiedler
1db5272154
docs: fix default value of USB_SUSPEND_WAKEUP_DELAY ( #17501 )
...
Documents the change made in #12081
2022-07-20 17:43:41 +01:00
Drashna Jaelre
ee17ffadea
Move Pointing Device code to a subdirectory ( #17684 )
2022-07-20 17:32:00 +01:00
QMK Bot
adfa36fee4
Merge remote-tracking branch 'origin/master' into develop
2022-07-20 15:02:35 +00:00
Felix Jen
55f16167e4
Added Windz Sinanju to QMK ( #17566 )
2022-07-20 16:01:35 +01:00
QMK Bot
fa44f2b21e
Merge remote-tracking branch 'origin/master' into develop
2022-07-20 00:56:25 +00:00
Michal
00c8e24c6a
[Keymap] Michal Keymap for Sofle rev1 ( #17610 )
2022-07-19 17:55:48 -07:00
Drashna Jaelre
12eb6444c6
Add support for PAW3204 Optical Sensor ( #17669 )
...
Co-authored-by: gompa <gompa@h-bomb.nl >
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
2022-07-19 17:46:22 -07:00
QMK Bot
6992efb229
Merge remote-tracking branch 'origin/master' into develop
2022-07-19 23:24:53 +00:00
Duccio
a7893f207d
Add rgb underglow support and change vendor_id ( #17719 )
2022-07-20 00:24:10 +01:00
QMK Bot
d0c095eec2
Merge remote-tracking branch 'origin/master' into develop
2022-07-19 15:43:59 +00:00
JW2586
32512bbf10
[Keyboard] Waterfowl keyboard support ( #16760 )
...
* Added waterfowl files
* Completing PR Checklist
* Added encoders to info.json
* Added license to default keymap
* Update keyboards/waterfowl/keymaps/cyanduck/keymap.c
* Update keyboards/waterfowl/keymaps/default/keymap.c
* Update keyboards/waterfowl/waterfowl.c
* Update keyboards/waterfowl/keymaps/default/keymap.c
* Update keyboards/waterfowl/waterfowl.c
* Update keyboards/waterfowl/waterfowl.c
* Update keyboards/waterfowl/keymaps/cyanduck/keymap.c
* Update keyboards/waterfowl/rules.mk
* Update readme.md
* Update keyboards/waterfowl/waterfowl.c
* Update keyboards/waterfowl/info.json
* Update keyboards/waterfowl/info.json
2022-07-19 08:43:19 -07:00
QMK Bot
d458df7698
Merge remote-tracking branch 'origin/master' into develop
2022-07-19 10:29:44 +00:00
takashicompany
819231afe1
Add keymap for Radialex ( #17662 )
...
* fix keymap
* fix keymaps
2022-07-19 11:28:45 +01:00
QMK Bot
7a10c3370f
Merge remote-tracking branch 'origin/master' into develop
2022-07-19 10:14:23 +00:00
David Hoelscher
1bf95d60e4
[Keyboard] customMK EVO70 ( #14907 )
...
* added files for EVO70
* updated info.json and readme
* ran qmk lint and fixed typo in info.json
* removed defines from config.h in favor of info.json
* removed an unnecssary include
* removed unnecessary code
* updated rules.mk to remove mention of Bluetooth
* corrected edit to rules.mk
* added code for OLED menu display
* removed extraneous comments and spaces
* added bongo cat animation
* Update keyboards/custommk/evo70/rules.mk
* Update keyboards/custommk/evo70/config.h
* Modified Bongocat graphics to match original proportions
* updated info.json device version
* updated OLED splash screen display timing
* improved bongo cat tap detection and added backlight breathing to OLED menu
* various improvements to OLED, saving settings, and VIA keymap fix
* removed extraneous define
* custom encoder assignment retained upon powerup, backlight sleep upon suspend
* corrected bongo cat tap detection
* Changed splash screen and bongo cat encoder rotation to use the custom assignments
* removed _default from LAYOUT naming and changed keyboard image to be hosted from imgur
* Force smaller version of image to be used in readme
2022-07-19 03:13:16 -07:00
Nick Brassel
1cdde7ba6a
Fix AVR compilation of FNV by using standard integer typenames. ( #17716 )
2022-07-19 05:30:01 +01:00
jack
59c7b15b4d
[Keyboard] boardsource/microdox data driven ( #17675 )
2022-07-18 19:20:24 -07:00
QMK Bot
e8b14a52de
Merge remote-tracking branch 'origin/master' into develop
2022-07-19 02:09:38 +00:00
James Young
7aea67980b
Update noroadsleft userspace and keymaps (2022-07-18) ( #17714 )
...
* kbdfans/kbd75/rev1:noroadsleft - remove LAYOUT_75_ansi_wkl definition
* coseyfannitutti/discipline:noroadsleft - change KC_GESC to KC_ESC
* update Quantum keycode instances in noroadsleft keymaps
- `RESET` -> `QK_BOOT`
- `EEP_RST` -> `EE_CLR`
- `DEBUG` -> `DB_TOGG`
* create and add G_PWD macro
2022-07-18 19:09:05 -07:00
Joel Challis
c3f1ba7dd1
Remove full bootmagic config ( #17702 )
2022-07-19 02:28:23 +01:00
QMK Bot
eabbc04213
Merge remote-tracking branch 'origin/master' into develop
2022-07-18 19:53:40 +00:00
Sergey Vlasov
627e35b7ac
Remove Nixpkgs-provided poetry
from the environment ( #17673 )
...
The `poetry` package from the used Nixpkgs snapshot triggers the regex
compatibility issue in Nix >= 2.10.0 binaries for `x86_64-darwin`:
https://www.github.com/NixOS/nix/issues/4758
Remove the `poetry` package from the Nix shell environment for now
(it is not really required to compile QMK, only to develop the Nix shell
environment itself).
In addition, all `poetry` version earlier than 1.1.14 became effectively
non-functional after a breaking change of the PyPI JSON API:
https://www.github.com/python-poetry/poetry/pull/5973
Updating the `poetry` package is not trivial (just adding it it to
`pyproject.toml` does not work due to dependency version conflicts with
other modules), therefore removing it seems to be the easiest solution
to restore compatibility with new Nix versions while not creating any
major inconvenience for QMK users.
2022-07-18 22:52:55 +03:00
QMK Bot
0e4f953976
Merge remote-tracking branch 'origin/master' into develop
2022-07-18 12:20:54 +00:00
Jason Wihardja
c10d0fc785
Add Support for Massdrop's Stack Overflow The Key V2 ( #17696 )
...
* Default Factory Settings
* Change Keyboard Name in Readme
* Fix LED Orders
* Change Brightness Step
* Enable Lighting Layers
* Add RGB Control Mode
* Unblink Layer to Clear Stack
* Add MacOS RGB Control
* Comment Fixes
2022-07-18 13:20:19 +01:00
QMK Bot
11cfc8a0b6
Merge remote-tracking branch 'origin/master' into develop
2022-07-18 12:18:48 +00:00
Runheme
4be736c192
[Keyboard]modify ginkgo65hot ( #17705 )
...
modify ginkgo65hot
2022-07-18 13:18:08 +01:00
Joel Challis
42eff8c372
Allow dynamic keymap to compile without via.h ( #17703 )
2022-07-18 11:55:27 +01:00
QMK Bot
32cc8a7f43
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 23:56:05 +00:00
Kyle McCreery
a444ccd27c
Re-refactor Mokulua ( #17125 )
...
* allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream
* initial commit for mokulua keyboard
* Split the board into mirrored and standard layouts.
* Prepping for PR. Silly keymap added.
* prepped for PR
* Apply suggestions from code review
* Fixing firmware from the refactor that removed the mirrored layout.
* Small tweaks using changes from refactor
* Changed the name of the layouts back to match the original to resolve conflict in info.json
* these files needed to be removed as well, they were added as a part of the refactor
* info.json moveds to be different for each build
* Another file had to be removed and the mirrored.c file changed to call mirrored.h instead of standard.h
* fixing chibios ver
* force deleting to revert
* fixing chibios shit
* Update keyboards/mechwild/mokulua/mirrored/mirrored.c
* Update keyboards/mechwild/mokulua/standard/standard.c
* Removing tabs and replacing with 4 spaces. Small style and formatting changes.
2022-07-17 16:55:32 -07:00
Stefan Kerkmann
a304a9b51e
Use correct angle tune range of +/-127 on PMW33XX ( #17708 )
...
...partially reverts 580bcff4f6
as the
datasheet doesn't claim that the angle tuning as limited to +/- 30
degrees.
2022-07-17 21:08:55 +02:00
QMK Bot
4779539543
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 16:50:28 +00:00
David Kühling
931c7539d2
[Keyboard] Handwired Maltron DQz11N1G contoured keyboard ( #17237 )
...
* Basic support for Maltron DQz11N1G controller replacement.
* Update keyboards/handwired/dqz11n1g/rules.mk
* Rehost images to cubeupload.com.
(They were previously hosted via github wiki)
* Apply suggestions from noroadsleft code review
* Update keyboards/handwired/dqz11n1g/dqz11n1g.h
2022-07-17 09:49:36 -07:00
QMK Bot
4f7be48758
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 16:36:02 +00:00
Richard
747b33cb81
[Keyboard] Adding chocV keyboard ( #15921 )
...
* Adding chocV keyboard
* Fix checklist issues / community layout support
* Remove template cruft from readme
* Fix image url in readme
* Fix image url in readme to raw github content
* Change readme example to use default Keymap
* Remove vestigal config
* More informative keymap readme
* Config.h swapsies
* Remove deprecated features
* Conform / Modernize Rules
* Conform / Modernize Rules
* Clean up spacing
* Update keyboards/chocv/readme.md
Move build docs links to end 👍
2022-07-17 09:35:09 -07:00
QMK Bot
96c92d208f
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 16:25:12 +00:00
mechlovin
6025df79b3
[Keyboard] Add Zed60 PCB ( #17304 )
...
* add zed60
* update readme.md
* Delete chconf.h
* update readme.md
* Update keyboards/mechlovin/zed60/rules.mk
* Update keyboards/mechlovin/zed60/keymaps/via/keymap.c
* Update keyboards/mechlovin/zed60/keymaps/default/keymap.c
* Update keyboards/mechlovin/zed60/keymaps/default/keymap.c
* Update keyboards/mechlovin/zed60/keymaps/via/keymap.c
* Update keyboards/mechlovin/zed60/keymaps/via/keymap.c
* Update keyboards/mechlovin/zed60/keymaps/via/keymap.c
* Update keyboards/mechlovin/zed60/config.h
* Update keyboards/mechlovin/zed60/config.h
* Update keyboards/mechlovin/zed60/info.json
* Update keyboards/mechlovin/zed60/readme.md
* Update keyboards/mechlovin/zed60/info.json
* Update keyboards/mechlovin/zed60/zed60.h
2022-07-17 09:24:28 -07:00
QMK Bot
a1fb1405e4
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 12:03:31 +00:00
Joel Challis
37cd5ad810
Remove full bootmagic config ( #17701 )
2022-07-17 13:02:56 +01:00
QMK Bot
859c1a6fc9
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 07:18:04 +00:00
Jens-Petter Sandvik
4e5cc3c2ba
Planck swap hand matrix for rev6, fixing issue #17388 ( #17389 )
...
* Add correct hand_swap_config matrix for planck_rev6 and planck_rev6_drop
* Make sure indentations are consistent
* Make the rev6 hand_swap_config matrix the default, also correct for ez.
* Move hand_swap_config matrix from planck.c to revision subdirectories
2022-07-17 00:17:22 -07:00
QMK Bot
54be228882
Merge remote-tracking branch 'origin/master' into develop
2022-07-17 00:32:15 +00:00
Teimor Epstein
28f9def219
[Keymap] teimor keymap for Keychron Q1 ( #16396 )
...
* teimor keymap
* quickfix and cleanup
* update readme
* quickfix and cleanup before pr
* clang
* clean layout
* add reset
* pr fix
* fix pr
* Rename README.md to readme.md
2022-07-16 17:31:21 -07:00
QMK Bot
06e93a8f5c
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 19:48:33 +00:00
Brian
05f6838f37
[Keymap] Added Layout Keymaps for BriianPowell ( #17310 )
...
* Keymaps for Gentleman65 and Discipline
* Apply suggestions from code review
* Update keyboards/coseyfannitutti/discipline/keymaps/briianpowell/keymap.c
* More custom configuration for Gentleman65
* Completed Gentleman65 Layout (for now)
2022-07-16 12:47:28 -07:00
QMK Bot
e50b1d33f3
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 19:39:00 +00:00
HorrorTroll
92c3e6305b
[Keyboard] Gopolar GG86 ( #15425 )
...
* Added keyboard GG86
* Rebased, resolved issue and updated code
* Delete 1000Hz on config
* Resolved fix
* Another resolved fix
* Last resolved fix
* Fixed LED position
2022-07-16 12:38:22 -07:00
QMK Bot
de545b8e21
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 19:04:10 +00:00
ymlmkb
4d443d921b
[Keyboard] KeebMonkey KBMG68 ( #15909 )
...
* added KeebMonkey KBMG68.
* Update keyboards/keebmonkey/kbmg68/config.h
* changes requested by fauxpark .
* Apply suggestions from code review
changes suggested by fauxpark
* Update readme.md
changes requested by fauxpark
* Apply suggestions from code review
changes requested by noroadsleft.
* Apply suggestions from code review per fauxpark
2022-07-16 12:03:39 -07:00
QMK Bot
9fa14655df
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 18:39:27 +00:00
bri
847cca541c
Add .orig to .gitignore ( #17626 )
2022-07-17 04:38:56 +10:00
Stefan Kerkmann
580bcff4f6
Use correct angle tune range of +/-30 on PMW33XX ( #17693 )
...
Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com >
Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com >
2022-07-16 11:33:18 +02:00
QMK Bot
f5e16f94d5
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 07:29:50 +00:00
Allen Choi
9cdccb12d1
[Keymap] Crkbd/thunderbird2086 ( #16973 )
...
* crkbd:thunderbird2086
* readme
* after code review
* coding format
* minor change
* changed file name
* correct image
* updated readme
* using query to get rgb status
* minor update
2022-07-16 00:29:09 -07:00
QMK Bot
c8ce87e044
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 06:49:24 +00:00
James Young
66983f090c
Suavity Ehan Refactor ( #17694 )
...
* info.json: apply friendly formatting, phase 1
* info.json: fix macro reference and layout
* info.json: apply friendly formatting, phase 2
Add key labels.
* refactor keymaps and layout macro
- apply four-space indent
- apply grid alignment to keycodes, matrix position identifiers, and matrix
* add LAYOUT_all
* ehan.h: add matrix diagram
* rename LAYOUT_ansi_default to LAYOUT_ansi_split_bs_rshift_lspace
* ehan.h: correct K3E position in LAYOUT_ansi_split_bs_rshift_lspace
Move location K3E to actually be on Column 14 (E); was previously on Column 13 (D) in source..
* add LAYOUT_iso_split_bs_rshift_lspace
Includes reference keymap.
2022-07-15 23:48:35 -07:00
QMK Bot
abdca8847d
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 05:21:50 +00:00
Wilfrid Li
1f93485aef
feat(keebwerk): added VIA support keymap for keebwerk nano slider ( #16761 )
...
* feat(keebwerk): added VIA support keymap for keebwerk nano slider
Added VIA support for keebwerk nano slider, VIA json is keebwerk_nano_via.json
Fixed midi2vol keymap where comma symbol is missing from enum "custom_layers"
* feat(keebwerk): removed VIA json as requested
* Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c
* Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c
* Fix(PR): removed file as requested
2022-07-15 22:21:15 -07:00
QMK Bot
c84f68d4c8
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 05:16:47 +00:00
James Young
303992da70
FJLabs Solanis Refactor ( #17686 )
...
* solanis.h: add matrix diagram
* refactor keymaps: apply grid alignment
* refactor LAYOUT_all macro
Moves the matrix position identifier for the right half of Split Backspace to the number row.
2022-07-15 22:16:14 -07:00
QMK Bot
82f806b1ab
Merge remote-tracking branch 'origin/master' into develop
2022-07-16 01:02:25 +00:00
projectcain
f5333e9136
[Keyboard] add ProjectCain Relic ( #15577 )
...
* Adding relic keyboard
* Update keyboards/projectcain/relic/relic.c
* Update keyboards/projectcain/relic/relic.c
* Update keyboards/projectcain/relic/rules.mk
* Update keyboards/projectcain/relic/rules.mk
* Update keyboards/projectcain/relic/rules.mk
* Update config.h
* Update config.h
* Update keyboards/projectcain/relic/rules.mk
* Update keyboards/projectcain/relic/readme.md
* Update keyboards/projectcain/relic/info.json
* Update keyboards/projectcain/relic/config.h
* Update keyboards/projectcain/relic/config.h
2022-07-15 18:01:52 -07:00
QMK Bot
38cd3684e1
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 21:07:17 +00:00
Henry Lum
ba4ba66b2f
[Keyboard] eHan Keyboard ( #15861 )
...
* Compiled Suavity QMK Directory
* updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split'
* updated rules.mk to reflect new layout name of each keymap
* Updated hanjie.h to reflect physical matrix of PCB
* switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix
* updated keymap.c key matrix to reflect PCB electrical matrix
* updated keymap.c key matrix t oreflect PCB electrical matrix
* removed split left shift from physical matrix for default_split layout
* removed split left shift physical & electrical default_split layout
* removed split left shift from physical matrix for default_split layout
* removed split left shift from physical matrix for default_split layout
* updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix
* changed diode direction from row2col to col2row
* fixed false keycode triggers
* updated via keymaps
* added 's'
* added ehan branch for development
* updated readme.md
* updated ehan.h
* updated readme.md
* updated ehan.h layout
* added keymap.c and updated ehan.h
* progress
* compiled qmk
* updated matrix column and row pin out
* updated QMK default ansi keymap
* added VIA ansi_default keymaps
* corrected col 15's pin out to be pin B9, not C13
* Update keyboards/suavity/ehan/config.h
* Update keyboards/suavity/ehan/info.json
* Update keyboards/suavity/ehan/rules.mk
* Update keyboards/suavity/hanjie/rules.mk
* Update keyboards/suavity/hanjie/rules.mk
* Update keyboards/suavity/hanjie/keymaps/via/rules.mk
* Update keyboards/suavity/ehan/rules.mk
* changed readme.md's picturefrom html to markdown
* updated traces & diode placement
* Apply suggestions from code review
Remove trailing backslashes from keymaps (per fauxpark)
* Apply suggestions from code review
Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk`
(per fauxpark)
* Apply suggestions from code review
Update formatting of `keyboards/suavity/ehan/rules.mk`
(per fauxpark)
* Update keyboards/suavity/ehan/readme.md
Fix image URL
* Update keyboards/suavity/ehan/config.h
Remove trailing comma in MATRIX_COL_PINS definition
2022-07-15 14:06:19 -07:00
QMK Bot
ce2dbe17b5
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 08:57:19 +00:00
Evelien Dekkers
09b0d3e0ed
Move ins, home and pgup keys to the left ( #17690 )
2022-07-15 09:56:06 +01:00
QMK Bot
c79818e703
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 06:12:57 +00:00
Elliot Patros
0ececbcdb7
[Keymap] emp keymap for keebio/iris ( #16858 )
...
* added new layout for keebio/iris
* Update keyboards/keebio/iris/keymaps/emp/config.h
* Update keyboards/keebio/iris/keymaps/emp/keymap.c
Replace #defines with enum
* Update keyboards/keebio/iris/keymaps/emp/keymap.c
Made requested changes about formatting and the license.
* Update config.h
Cleaned up formatting
* Update keyboards/keebio/iris/keymaps/emp/keymap.c
Small changes to improve readability:
* changed whitespace in license
* added more whitespace around if/else blocks
* fixed bracket style in places
2022-07-14 23:11:44 -07:00
QMK Bot
64d2097a27
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 02:58:03 +00:00
Joel Challis
3c6765b21c
Ignore kbfirmware exports ( #17687 )
2022-07-15 03:57:34 +01:00
QMK Bot
f54a55dcfe
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 02:53:09 +00:00
Sam
16c91e0cf2
[Keyboard] Added TutelPad keyboard ( #16975 )
...
* TutelPad firmware v1.0
* Added VIA compatibility
* Update keyboards/0xcb/tutelpad/config.h
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Add new OLED image, implement suggested fixes
* Update keyboards/0xcb/tutelpad/rules.mk
* Update keyboards/0xcb/tutelpad/rules.mk
2022-07-14 19:52:39 -07:00
QMK Bot
15c09335e9
Merge remote-tracking branch 'origin/master' into develop
2022-07-15 02:45:47 +00:00
Will Winder
807620fa3c
[Keyboard] Add Chocofly v1 ( #17289 )
...
* [Keyboard] Add Chocofly v1
* PR Feedback
* Small change to keymap.
* Replace KC__VOLUP and KC__VOLDOWN with single underscore version.
* Apply suggestions from code review
* Required for my PC
* Required for my PC
2022-07-14 19:45:08 -07:00
QMK Bot
7501523e1f
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 21:52:10 +00:00
James Young
be56817743
KB16-01: correct QMK Configurator key sequence ( #17670 )
2022-07-14 14:51:25 -07:00
QMK Bot
d547c0bea7
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 21:32:20 +00:00
James Young
2d7de91888
Nayeon Community Layout support ( #17665 )
...
* Nayeon Community Layout support
- macro `LAYOUT_ansi` renamed to `LAYOUT_tkl_f13_ansi_tsangan`
- macro `LAYOUT_iso` renamed to `LAYOUT_tkl_f13_iso_tsangan`
- Community Layout support enabled in `rules.mk`
* add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
* add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
* info.json: update maintainer field
Field is meant to reference the GitHub username of the maintainer.
2022-07-14 14:31:37 -07:00
QMK Bot
8ee42cd6c4
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 13:09:37 +00:00
Drashna Jaelre
67f9777b8f
[Keyboard] Fix Tractyl Manuform 4x6 json ( #17681 )
2022-07-14 06:08:54 -07:00
Albert Y
2f73e65837
Add LED limit call ( #17679 )
2022-07-14 12:37:47 +01:00
Albert Y
1862ac5454
Fix the use of LED limits ( #17678 )
2022-07-14 12:36:51 +01:00
QMK Bot
da4689d6b5
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 11:23:09 +00:00
Albert Y
300dab7962
[Code] Add solid reactive gradient mode ( #17228 )
2022-07-14 12:22:53 +01:00
Albert Y
2efad277ee
[Keyboard] Readme file correction ( #17674 )
2022-07-14 12:22:31 +01:00
Stefan Kerkmann
3c58f98929
[Core] PMW33XX drivers overhaul ( #17613 )
...
* PMW33XX drivers overhaul
This combines the PMW3389 and PM3360 drivers as they only differ in the
firmware blobs and CPI get and set functions. The following changes have
been made:
* PMW3389 now gets the same multi-sensor feature that is already available on the
PMW3360.
* Introduced a shared pmw33xx_report_t struct is now directly readable via SPI
transactions instead of individual byte-sized reads, saving multiple
copies and bitshift operations.
* pmw33(89/60)_get_report functions had unreachable branches in their motion
detection logic these have been simplied as much as possible.
* The fast firmware upload option has been removed as this becomes obsolete by
the newly introduced polled waiting functions for ChibiOS polled waiting
* PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options
have been removed as they don't need to be configurable.
* All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix
to reduce code duplication and make the defines interchangeable
* Adjust keyboards to PMW33XX naming scheme
2022-07-14 11:50:00 +02:00
QMK Bot
82685fc2ac
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 06:35:34 +00:00
James Young
928be32c83
KPrepublic BM80v2 ISO Refactor ( #17660 )
...
* bm80v2_iso.h: convert tabs to spaces
* bm80v2_iso.h: use ___ for KC_NO
* bm80v2_iso.h: use QMK 3-character notation
* refactor macro for tkl_iso Community Layout compatibility
- move the matrix position identifier for Enter to the home row
* info.json: correct layout data
* rules.mk: tidy-up formatting
* readme.md: tidy-up formatting
* update maintainer; re-assign copyright
* assign ISO-appropriate keycodes in keymaps
2022-07-13 23:34:51 -07:00
QMK Bot
9b04e9be04
Merge remote-tracking branch 'origin/master' into develop
2022-07-14 06:27:11 +00:00
Kyle McCreery
acc11f4941
[Keyboard] MechWild BB Steno ( #17163 )
...
* allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream
* Initial commit
* testing modes
* working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it.
* needs to be updated from vial build
* prepping for PR
* added rgb mode cycling to fn1 since it isn't on the encoder for these maps
* shipping firmware built. Need to clean up readme and info.json layout
* removing puckbuddy files from this branch
* readme done, prepping for PR
* info.json updated prepping for PR
* Restore cirque driver that was modified from puckbuddy testing on this branch
* applying changes from review
* Update keyboards/mechwild/bbs/bbs.c
* Fixed info.json
* Apply suggestions from code review
2022-07-13 23:26:13 -07:00
QMK Bot
633df1f365
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 22:25:18 +00:00
wangfuco
99e9e1b8e7
[Keyboard] Modelm101 teensy2 ( #16805 )
...
* Add modelm101_teensy2 files from modelm101
* Change info.json
* Update README.md
* Update pin def
* Fix file name
* Update readme.md
* Delete config.h
* Apply suggestions from code review
* Update keyboards/converter/modelm101_teensy2/config.h
* Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory
* Delete .noci
2022-07-13 15:24:42 -07:00
QMK Bot
ce2ac433d9
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 20:58:40 +00:00
James Young
4ef0c8230c
Ducky One 2 SF touch-up ( #17672 )
...
* info.json: correct JSON syntax error
* info.json: correct key sizes
* update readme files
Moves nearly all of the information about this keyboard to the 1967st version's readme, because this readme is exposed in QMK Configurator.
Also updates the readme to align more closely with QMK's keyboard readme template.
* info.json: update metadata
Updates the keyboard name and maintainer fields.
2022-07-13 21:57:55 +01:00
QMK Bot
2cdaa639ee
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 19:40:36 +00:00
James Young
f7510ca202
Gentoo & Gentoo Hotswap: correct Configurator key sequence errors ( #17668 )
...
* Gentoo info.json: apply friendly formatting
* Gentoo info.json: correct key sequence error
* Gentoo Hotswap info.json: apply friendly formatting
* Gentoo Hotswap info.json: correct key sequence error
2022-07-13 12:40:03 -07:00
James Young
6eac98286a
Swift65 Hotswap: correct key sizes ( #17666 )
...
Corrects the key sizes on the bottom row (1.5-1-1.5-7 instead of 1.25-1.25-1.25-7.25).
2022-07-13 12:39:39 -07:00
Nick Brassel
dc70ba612a
Post-bootloader EFL/SPI fixes. ( #17661 )
...
* Fixup read address for EFL driver.
* Fixup sequencing of SPI.
* Lock during init of EFL backing store.
2022-07-14 00:41:08 +10:00
QMK Bot
2a0d490eb3
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 08:12:12 +00:00
Drashna Jaelre
d98f309429
[Keyboard] Fix compilation issue for runes/skoldjr ( #17659 )
2022-07-13 01:11:24 -07:00
Drashna Jaelre
09e4001bba
[Bug] Fix compile issue with LED Matrix ( #17658 )
2022-07-13 01:10:51 -07:00
QMK Bot
4b108f7689
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 08:05:22 +00:00
Yizhen Liu
acf114315e
[Keyboard] Kprepublic bm80v2 iso issue resolved ( #17657 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-13 01:04:42 -07:00
Drashna Jaelre
b21a52c824
Fix compilation issue with Cirque Guestures file ( #17656 )
2022-07-13 09:01:30 +02:00
QMK Bot
2468be889b
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:35:44 +00:00
jack
2a3cd98fc6
boardsource/technik_o data driven ( #17635 )
2022-07-13 06:35:06 +01:00
QMK Bot
bc385435a7
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:33:00 +00:00
jack
320219d5d8
boardsource/5x12 data driven ( #17630 )
2022-07-13 06:32:22 +01:00
QMK Bot
38c8fc9baf
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:32:19 +00:00
jack
63154631ab
boardsource/4x12 data driven ( #17629 )
2022-07-13 06:31:43 +01:00
QMK Bot
0052b03ee0
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:25:36 +00:00
James Young
4f4e72e44c
ID75 v2: update info.json ( #17653 )
2022-07-12 22:25:04 -07:00
jack
98312417b5
[Keyboard] boardsource/lulu data driven ( #17638 )
2022-07-12 22:20:38 -07:00
QMK Bot
068d5688d8
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:19:48 +00:00
jack
2271b28386
[Keyboard] boardsource/the_mark data driven ( #17637 )
2022-07-12 22:19:36 -07:00
QMK Bot
590c2342fc
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 05:19:25 +00:00
jack
f80bb4a517
[Keyboard] boardsource/technik_s data driven ( #17636 )
2022-07-12 22:19:17 -07:00
jack
b99ccd4f06
[Keyboard] boardsource/beiwagon data driven ( #17631 )
2022-07-12 22:18:53 -07:00
Drashna Jaelre
1dfe2bb49a
Update LED/RGB Matrix flag function behavior ( #17651 )
2022-07-12 22:18:02 -07:00
QMK Bot
34fec2c07d
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:58:34 +00:00
Vicktor Hutama
5a126e1a74
[Keyboard] Add Runes Skjoldr ( #17305 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-12 21:58:31 -07:00
jack
a991d65e87
[Keyboard] boardsource/3x4 data driven ( #17628 )
...
* initial
* change to development board
* replaced KC_TRNS & use rules.mk template
2022-07-12 21:58:04 -07:00
QMK Bot
018fad6b95
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:53:38 +00:00
Zach Rice
019bfc4159
[Keymap] Add RAOEUS keymap for the XD75 ( #17456 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-12 21:52:52 -07:00
jack
8a1ca7f6b8
[Keyboard] boardsource/holiday/spooky data driven ( #17632 )
2022-07-12 21:47:32 -07:00
Nick Brassel
dfff040433
Allow MCU-specific overrides for SPI flags. ( #17650 )
2022-07-13 14:42:24 +10:00
QMK Bot
f9724dfa67
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:37:54 +00:00
James Young
e68de95214
KBDfans KBD67 rev2 Layout Patch ( #17649 )
2022-07-12 21:37:23 -07:00
QMK Bot
27dd4dc91e
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:31:57 +00:00
Cipulot
5bc81d3a63
[Keyboard] Add Kallos keyboard ( #17461 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-12 21:31:17 -07:00
Daniel Kao
5db705d054
Cirque trackpad features: circular scroll, inertial cursor ( #17482 )
2022-07-12 21:17:40 -07:00
QMK Bot
904ec0ce78
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:11:08 +00:00
Yizhen Liu
7a090bb3df
[Keyboard] Kprepublic bm80v2 iso revised ( #17571 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-12 21:10:31 -07:00
QMK Bot
9d6a94cfb5
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 04:10:07 +00:00
AnthonyNguyen168
257fc042df
[Keyboard] Update layout for MechBrewery series ( #17570 )
2022-07-12 21:09:37 -07:00
James Young
36c2575658
Grammar fixes for docs/feature_converters.md ( #17652 )
2022-07-13 04:58:16 +01:00
QMK Bot
6bb2ed68a8
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 03:51:07 +00:00
Drashna Jaelre
26954bbc28
[Docs] Add Encoder requirements to PR Checklist doc ( #17634 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-07-12 20:50:26 -07:00
zvecr
82f0263e41
Merge remote-tracking branch 'origin/master' into develop
2022-07-13 01:19:58 +01:00
Joel Challis
2a3dd95229
Add basic secure docs ( #17577 )
2022-07-13 00:06:19 +01:00
jack
ffb34fc082
Include stdint.h in avr/i2c_master.h ( #17639 )
2022-07-12 21:55:19 +02:00
Stefan Kerkmann
45ffe42f1a
[Fix] Make ChibiOS _wait.h
independent of quantum.h
( #17645 )
2022-07-12 21:54:33 +02:00
GloriousThrall
bbd6ea977c
GMMK 2 WBG7 MCU compatibility ( #16436 )
...
* GMMK V2 QMK Compatibility
* fix problems
* Update keyboards/gmmk/gmmk2/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Fix a minor problem
* Optimize the code
* Update config.h
* Update
* Update config.h
* Update keyboards/gmmk/gmmk2/p96/ansi/keymaps/via/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update config.h
* Update keyboards/gmmk/gmmk2/p96/iso/keymaps/via/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update config.h
* Update keyboards/gmmk/gmmk2/p65/ansi/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/p96/ansi/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/p96/ansi/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/p96/ansi/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/p96/iso/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/gmmk/gmmk2/p65/iso/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update config.h
* Update config.h
* Update config.h
* Modify device pid
* Add gmmk2_p96 keyboard.
* Add gmmk2_p96 keyboard.
* Update led matrix.
* Update led matrix.
* Delete eeprom_flash.c
* Update keyboards/gmmk/gmmk2/p96/ansi/rules.mk
Co-authored-by: Nick Brassel <nick@tzarc.org >
* Update from qmk develop branch
* Increased compatibility with wear_leveling.
* Update config.h
Co-authored-by: Joy <chang.li@westberrytech.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-07-12 17:30:54 +10:00
QMK Bot
a768ec265d
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 21:46:29 +00:00
Joel Challis
2714c70bd7
Fix layout macro for nightly_boards/paraluman ( #17633 )
2022-07-11 22:45:56 +01:00
QMK Bot
b78a7e42b1
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 21:15:45 +00:00
Danny
9a41a303cc
[Keyboard] Add Quefrency Rev. 5 ( #17503 )
2022-07-11 14:14:55 -07:00
QMK Bot
85cdde1541
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 20:59:02 +00:00
Felix Jen
7c3b6c4bc4
[Keyboard] Add Swordfish keyboard ( #17567 )
2022-07-11 13:57:20 -07:00
FREEWING.JP
61df87ae2c
Added Delay time dynamic keymap's macro feature ( #16810 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-11 12:59:16 -07:00
QMK Bot
52e9ed75e8
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 19:47:42 +00:00
Alex Băluț
2bb0550707
[Keyboard] add kinesis/kintlc ( #17301 )
2022-07-11 12:46:51 -07:00
QMK Bot
51b7828540
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 18:54:26 +00:00
balloondogcaps
61a5059fc5
[Keyboard] TR90PM ( #17060 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-11 11:53:51 -07:00
balloondogcaps
6663dd7288
[Keyboard] Add TR90 ( #16838 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-11 11:53:25 -07:00
Stefan Kerkmann
3f5dc47296
[Core] Use polled waiting on ChibiOS platforms that support it ( #17607 )
...
* Use polled waiting on platforms that support it
Due to context switching overhead waiting a very short amount of time on
a sleeping thread is often not accurate and in fact not usable for timing
critical usage i.e. in a driver. Thus we use polled waiting for ranges
in the us range on platforms that support it instead. The fallback is
the thread sleeping mechanism.
This includes:
* ARM platforms with CYCCNT register (ARMv7, ARMv8) this is
incremented at CPU clock frequency
* GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at
CPU clock frequency
* RP2040 ARMv6 port which uses the integrated timer peripheral which is
incremented with a fixed 1MHz frequency
* Use wait_us() instead of chSysPolledDelayX
...as it is powered by busy waiting now.
* Add chibios waiting methods test bench
2022-07-11 15:17:05 +02:00
QMK Bot
57021d6358
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 12:58:12 +00:00
Evelien Dekkers
61ce15f202
[Keyboard] Fin pad ( #17523 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-07-11 05:57:39 -07:00
QMK Bot
5925ea3478
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 12:55:42 +00:00
Naphtaline
c8f969a3ce
[Keyboard] kbdfans kbd67 rev 2 : add new LAYOUT_65_iso_split_bs ( #16922 )
...
* [Layout/Keymap] kbdfans kbd67 rev2 : add new LAYOUT_65_iso_split_bs and naphaline keymap as a working example
* Update keyboards/kbdfans/kbd67/rev2/keymaps/naphtaline/keymap.c
I do trust the reviewer, here goes the change :)
Co-authored-by: Ryan <fauxpark@gmail.com >
* Remove QMK custom keycodes 1/2
Co-authored-by: Nick Brassel <nick@tzarc.org >
* Remove QMK custom keycodes 2/2
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-07-11 05:55:01 -07:00
QMK Bot
5e750cf039
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 12:52:03 +00:00
James Young
2dab029bcf
Peej Rosaline Refactor ( #17564 )
2022-07-11 05:51:29 -07:00
Aidan Smith
7a73f9a6b3
[Keyboard] Add Fine!40 PCB Support ( #17426 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-11 05:10:47 -07:00
QMK Bot
5e347f42a6
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 11:31:19 +00:00
Joel Challis
5389f088b1
splitkb/kyria - Resolve CONVERT_TO_PROTON_C warnings ( #17617 )
2022-07-11 04:30:45 -07:00
QMK Bot
2e567150ea
Merge remote-tracking branch 'origin/master' into develop
2022-07-11 11:23:48 +00:00
GG
16b837b35b
[Keyboard] Add Promise87 ( #17525 )
2022-07-11 04:23:13 -07:00
Stefan Kerkmann
0348071810
Stabilize Half-duplex PIO split comms ( #17612 )
2022-07-11 04:05:04 -07:00
Joel Challis
35d78aa8a4
More DD encoder fixes ( #17615 )
2022-07-11 10:51:39 +01:00
QMK Bot
0bee7cbebe
Merge remote-tracking branch 'origin/master' into develop
2022-07-10 22:45:26 +00:00
Joel Challis
a5eeee4ded
Fix infinite recursion in checkerboards/quark_plus ( #17616 )
2022-07-10 23:44:56 +01:00
QMK Bot
a15e44cfb3
Merge remote-tracking branch 'origin/master' into develop
2022-07-09 17:27:37 +00:00
Joel Challis
2106acc24a
merge/um80 - Fix WPM issues in configurator builds ( #17608 )
2022-07-09 18:26:48 +01:00
QMK Bot
39e1e27ea9
Merge remote-tracking branch 'origin/master' into develop
2022-07-09 12:33:33 +00:00
Nick Brassel
561c5e1d7a
Add line to multibuild output log showing the actual build target. ( #17606 )
2022-07-09 22:32:43 +10:00
jpe230
13b2b93fb0
Add Adafruit Macropad ( #17512 )
2022-07-08 23:33:03 +01:00
QMK Bot
30f2556ae9
Merge remote-tracking branch 'origin/master' into develop
2022-07-08 21:50:28 +00:00
Dasky
06310e81e9
Allow only col or row pins for *_right extraction. ( #17590 )
2022-07-08 22:49:55 +01:00
Joel Challis
345e19f691
Add converter docs ( #17593 )
2022-07-08 22:49:16 +01:00
Joel Challis
81d317aa87
Fix rgbkb/sol/rev2 build issues ( #17601 )
2022-07-08 22:48:48 +01:00
QMK Bot
b0c3d61c17
Merge remote-tracking branch 'origin/master' into develop
2022-07-07 12:43:20 +00:00
Bartosz Nowak
e724801d33
[Keyboard] Clean up dactyl manuform unused files ( #15890 )
2022-07-07 05:42:28 -07:00
Stefan Kerkmann
643f6367a1
[Fix] Patches after printf library update ( #17584 )
...
* Add missing '(' to print_bin_reverse32 declaration
* Fix insufficient character buffers on satisfaction75
* Remove \0 character in format string and use corrected offset math
instead on rocketboard 16
* Replace snprintf_ with snprintf for djinn
* Explicitly ignore format checks for tracktyl manuform that uses %b
specifier
* Print properly escaped version string in command.c, as PRODUCT or
other defines can contain constructs like 'Vendor keyboard 66%' which
will be interpreted as a format specifier
2022-07-07 14:14:09 +02:00
Stefan Kerkmann
8224f62806
Make debounce() signal changes in the cooked matrix as return value ( #17554 )
2022-07-07 10:00:40 +02:00
Albert Y
cca5d35321
Update PM2040 I2C pins ( #17578 )
2022-07-07 09:33:11 +02:00
Stefan Kerkmann
d9bb189e25
[Core] Update mpaland/printf to eyalroz/printf fork ( #16163 )
...
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.
Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8
2022-07-07 09:27:50 +02:00
QMK Bot
8f086faf8a
Merge remote-tracking branch 'origin/master' into develop
2022-07-07 05:44:58 +00:00
Zykrah
0d30565bb7
Fix/waka60 audio ( #17561 )
2022-07-06 22:44:21 -07:00
Joel Challis
744af003be
Add kb2040 and sparkfun rp2040 converters ( #17514 )
2022-07-06 19:27:15 +01:00
Nick Brassel
29a2bac469
Fixup SPI. ( #17534 )
2022-07-05 22:41:35 +02:00
Nick Brassel
0e5d67145a
Allow for keymaps
array to be implemented in a file other than $(KEYMAP_C)
( #17559 )
2022-07-05 08:58:35 +10:00
QMK Bot
5cad58dfa9
Merge remote-tracking branch 'origin/master' into develop
2022-07-04 20:49:23 +00:00
James Young
75bc9e6496
TKL Community Layout Additions ( #17563 )
2022-07-04 13:48:44 -07:00
QMK Bot
d37db0c50c
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 23:41:36 +00:00
Joel Challis
8fa7b62011
Attempt to discourage manual MSYS install for new users ( #17556 )
2022-07-04 00:41:00 +01:00
QMK Bot
e68205db1b
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 21:25:42 +00:00
James Young
9a157a3a99
KP Republic BM60HSRGB_EC QMK Configurator and readme touch-up ( #17541 )
2022-07-03 14:25:29 -07:00
stanrc85
b7fee11e34
[Userspace] Add support for additional Mechlovin Adelais PCB version to my userspace ( #17547 )
2022-07-03 14:25:09 -07:00
QMK Bot
63474e2c17
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 18:08:32 +00:00
李董睿煊
168a631720
Add support for MacroCat Keyboard ( #17480 )
2022-07-03 19:07:31 +01:00
QMK Bot
7d89dfe2dc
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 04:12:32 +00:00
James Young
d87d537b50
Remove dead space from Pierce QMK Configurator layout data ( #17551 )
2022-07-03 14:12:01 +10:00
QMK Bot
6154c184a8
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 04:11:21 +00:00
jack
665feccca1
Fixup bounce/75 ( #17548 )
2022-07-03 14:10:51 +10:00
QMK Bot
e8c46fab96
Merge remote-tracking branch 'origin/master' into develop
2022-07-03 02:56:16 +00:00
Drashna Jaelre
1c43410e26
[Keymap] Updates to drashna Keymaps and Userspace ( #17543 )
2022-07-02 19:55:46 -07:00
QMK Bot
03909b8a3f
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:54:45 +00:00
duoshock
a3119385a4
Add keyboard 'UM-80' ( #17035 )
2022-07-03 00:54:15 +01:00
QMK Bot
2d5047a79c
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:43:38 +00:00
jack
c5215d4a06
initial ( #17545 )
2022-07-03 00:43:29 +01:00
moyi4681
4ba5102a50
add bounce keyboard ( #17030 )
2022-07-03 00:43:07 +01:00
QMK Bot
c8a78b1f04
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:38:39 +00:00
TW59420
f2d4424bb7
Add alicekk support ( #17027 )
2022-07-03 00:38:02 +01:00
nirim000
fb40abe2f2
Pca9505/6 driver ( #17333 )
2022-07-03 00:37:02 +01:00
QMK Bot
ce29cb0f10
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:15:32 +00:00
br
fbf3cbcd5c
Added PLOOPY_DRAGSCROLL_H_INVERT ( #17453 )
2022-07-03 00:13:45 +01:00
QMK Bot
4d243e94fa
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:12:20 +00:00
James Young
71f9a07b0f
65% Community Layout Updates ( #17476 )
...
* update 65_ansi community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_split_bs community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_tsangan community layout keymap
- add license header
- add function layer
- remove trailing spaces in keymap readme
* add 65_ansi_blocker_tsangan_split_bs community layout keymap
* update 65_ansi_split_bs community layout keymap
- add license header
- add function layer
* update 65_iso community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* add 65_iso_blocker_tsangan community layout keymap
* add 65_iso_blocker_tsangan_split_bs community layout keymap
* update 65_iso_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
2022-07-03 00:12:02 +01:00
yiancar
6a0814bb04
Update NK1 RGB animation defines ( #17486 )
2022-07-03 00:11:48 +01:00
QMK Bot
4b7c01c84b
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 23:11:36 +00:00
Ralph Bacolod
3ed4a7086e
Update readme.md ( #17489 )
...
Fixed link to http://mkweb.bcgsc.ca/carpalx/?popular_alternatives
2022-07-03 00:10:30 +01:00
QMK Bot
8744d57578
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 22:19:13 +00:00
Andrew Kannan
43e33ba232
Add Gentoo Hotswap PCB to QMK ( #17528 )
2022-07-02 23:18:43 +01:00
QMK Bot
5f11d7b554
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 22:18:33 +00:00
Andrew Kannan
2011aec06f
Add Gentoo Solderable PCB to QMK ( #17527 )
2022-07-02 23:17:53 +01:00
QMK Bot
ba1f184267
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 19:10:40 +00:00
stanrc85
bb1edf6676
[Userspace] Add Nasu to userspace code ( #17524 )
...
* Define Nasu indicator pins in userspace
* Add userspace indicator code to Nasu
2022-07-02 20:10:07 +01:00
QMK Bot
a41c5d8023
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 19:09:55 +00:00
Ciutadellla
4804b73540
Update info.json ( #17530 )
...
Change to correct keyboard name from reviung31 to reviung41
2022-07-02 20:09:21 +01:00
QMK Bot
6c7d549e31
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 18:10:05 +00:00
Evelien Dekkers
40d295abf6
[Keyboard] Add nt-650 ( #17471 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-02 11:09:26 -07:00
QMK Bot
efd41fe9df
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 17:51:26 +00:00
James Young
18a1cbce75
Mikeneko 65 QMK Configurator touch-up and Community Layout Support ( #17542 )
...
* info.json: apply friendly formatting
* info.json: remove dead space from Configurator rendering
* rename LAYOUT_all to LAYOUT_65_ansi_blocker
* rules.mk: enable Community Layout support
2022-07-02 18:50:54 +01:00
Nick Brassel
f346c8400c
Update ChibiOS-Contrib ( #17540 )
2022-07-03 00:47:28 +10:00
QMK Bot
36de989e6f
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:32:39 +00:00
James Young
9b8ae05796
Correct QMK Configurator layout data for Kin80 ( #17526 )
2022-07-03 00:32:09 +10:00
QMK Bot
b56edb5f11
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:23:42 +00:00
Nick Brassel
b9a6126518
Revert "[Keyboard]KPrepublic bm80v2 Keyboard ISO support " ( #17537 )
2022-07-03 00:23:21 +10:00
Nick Brassel
1b9491f8f3
Fixup builds for TzCI ( #17538 )
2022-07-03 00:23:08 +10:00
Nick Brassel
ea14a93718
Merge remote-tracking branch 'upstream/master' into develop
2022-07-03 00:16:33 +10:00
Ryan
ac5e6b6a3b
Tentative Teensy 3.5 support ( #14420 )
...
* Tentative Teensy 3.5 support
* Set firmware format to .hex for ARM Teensys
* Got to "device descriptor failed" by comparing with Teensy 3.6 code
* Drop down to 96MHz...
* Bump back up to 120MHz
2022-07-03 00:12:45 +10:00
bruun-baer
5108d53169
Add a workman-miryoku hybrid keymap for the ferris sweep keyboard ( #17511 )
2022-07-03 00:11:53 +10:00
gourdo1
97dfdcb2bd
[keymap] Update gourdo1 keymap for Q2 changes ( #17398 )
2022-07-03 00:11:26 +10:00
QMK Bot
11299b337b
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:10:26 +00:00
HorrorTroll
d694488e2e
Added new keyboard KB16-01 ( #17418 )
2022-07-03 00:08:38 +10:00
Ryan
25033d5d9e
MSYS2 install: use MinGW python-qmk package ( #17302 )
...
* MSYS2 install: use MinGW python-qmk package
* Add missing flashers
* Note VC Redist for manual install
* VC Redist no longer needed
2022-07-02 15:08:05 +01:00
QMK Bot
f083eb1a37
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:07:53 +00:00
IFo Hancroft
1cffe5b6ce
My ErgoDox Keymap (finally perfected, I think) ( #17208 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-03 00:06:23 +10:00
QMK Bot
61eca0c972
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:06:19 +00:00
TJ
7c64a2bcaa
Add BigBoy macro pad ( #16962 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-03 00:05:44 +10:00
QMK Bot
7de801ed9a
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:05:18 +00:00
Khairullah
81b7d6f67f
[Keyboard] Add Support to Ducky One2 SF ( #17260 )
2022-07-03 00:04:46 +10:00
QMK Bot
3871c717da
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 14:01:44 +00:00
npspears
60ab61386e
add rotary encoder support for Quark^2 ( #17470 )
2022-07-03 00:01:08 +10:00
Drashna Jaelre
0c74892e90
[Keyboard] Update Charybdis code for Extended Mouse reports ( #17435 )
2022-07-02 23:58:40 +10:00
QMK Bot
326d3ffad8
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 13:14:58 +00:00
Yizhen Liu
5ac71ef27a
[Keyboard]KPrepublic bm80v2 Keyboard ANSI support ( #17192 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 23:14:27 +10:00
QMK Bot
1bf67b808d
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 13:13:58 +00:00
Guilherme Bermêo
2aa4f7cf61
add crkbd/keymaps/bermeo ( #17320 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 23:13:28 +10:00
QMK Bot
d9e311ad30
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 13:09:54 +00:00
zv0n
783d1cd458
[keyboard] annepro2 Add support for sticky keys ( #17359 )
2022-07-02 23:09:21 +10:00
QMK Bot
c1d9f9911c
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 13:08:54 +00:00
Nick Brassel
7e926f5c93
Cleanup post-#17314. ( #17536 )
2022-07-02 23:08:39 +10:00
Vega Deftwing
e25879e836
[keymap] Add tiny text, full width characters to Ergodone->Vega ( #17427 )
2022-07-02 23:08:18 +10:00
QMK Bot
414a387f22
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:53:52 +00:00
DeskDaily
d66b5db1d6
Added 3 new keyboards ( #17314 )
...
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com >
2022-07-02 22:53:01 +10:00
QMK Bot
84d9996b6d
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:51:09 +00:00
Radliński Ignacy
5a727dbc6d
feat(keymap): add keebio/iris/rev6/radlinskii keymap ( #17216 )
...
Co-authored-by: ignacy-radlinski <ignacy.radlinski@schibsted.com >
2022-07-02 22:50:31 +10:00
QMK Bot
a6faf3bc9e
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:49:52 +00:00
CoffeeIsLife
0365f640af
Allow for RGB actions to take place on Keydown instead of Keyup ( #16886 )
...
* Allow for switch on keydown
* add docs
2022-07-02 22:49:49 +10:00
QMK Bot
fcc14b8838
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:49:19 +00:00
ripdog
4e35697e1a
Add note about qmk doctor in newbs_flashing.md ( #15688 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:48:44 +10:00
Vino Rodrigues
ec6875af56
[Keyboard] New IDOBAO ID63 (a.k.a. Denwir D60) ( #17144 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:46:42 +10:00
QMK Bot
bf44fc81bd
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:44:27 +00:00
InonL
feea704da7
Added VIA support for Drop CTRL ( #17336 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:42:45 +10:00
QMK Bot
5f16a4ec62
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:42:41 +00:00
Murali S
0c84dd6bdc
Add keymaps for muralis and kuru ( #17337 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Sree Vidya Sobha Dharmarajan <ssd@Srees-MacBook-Pro.local >
2022-07-02 22:42:13 +10:00
QMK Bot
fd883890af
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:41:39 +00:00
spooknik
3059d7883c
Swift65 Hotswap Support ( #16987 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Steven Phillips <steven.phillips.17@me.com >
2022-07-02 22:41:32 +10:00
QMK Bot
90ad47b1f2
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:41:05 +00:00
jpe230
07f6fba6de
Add Jpe230 Preonic Keymap ( #17331 )
2022-07-02 22:40:24 +10:00
Minke Zhang
4a3e0ef9ab
Add personal YMDK Split64 keymap ( #16980 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:39:31 +10:00
QMK Bot
f996a4c5b7
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:38:02 +00:00
Jairo Ramírez Ávila
56ecc86482
Added oriaj3 keymap with Matrix RGB support for Kimiko keyboard. ( #17103 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:37:29 +10:00
QMK Bot
6285a1c0d3
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:37:05 +00:00
Wolf Van Herreweghe
627f9321a8
Add base Ryujin firmware ( #17187 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com >
2022-07-02 22:36:32 +10:00
Vino Rodrigues
882eadd94d
[Keyboard] IDOBAO ID67 code touch-ups and include factory keymap ( #17231 )
2022-07-02 22:35:37 +10:00
Vino Rodrigues
7a5f76d40a
[Keyboard] IDOBAO ID87v2 code rewrite and include factory keymap ( #17232 )
2022-07-02 22:32:32 +10:00
Vino Rodrigues
4aca94d247
[Keyboard] IDOBAO ID80v3 code rewrite and include factory keymap ( #17234 )
2022-07-02 22:31:38 +10:00
QMK Bot
7a8a4b1938
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:21:26 +00:00
Nick Brassel
3b14383f48
Fix line endings.
2022-07-02 22:20:30 +10:00
-k
5699763d4c
Update massdrop/alt:charlesrocket ( #17297 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:19:35 +10:00
QMK Bot
5c5610074a
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:19:26 +00:00
jels
ac333016eb
Add ATmega32u2 Support to HHKB ( #17298 )
2022-07-02 22:18:56 +10:00
QMK Bot
fa0aea2a5a
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:18:55 +00:00
David Kristoffersen
a80943579c
[Keymap] Add prog_qgmlwb keymap ( #16890 )
2022-07-02 22:18:21 +10:00
QMK Bot
65832c0fc3
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:17:12 +00:00
Jean Bernard
ef633cf461
Added MS Sculpt ISO-layout conversion with STM32F401 ( #17049 )
2022-07-02 22:16:38 +10:00
Marek Wyborski
b8e8a20ca6
Improve ENCODER_DEFAULT_POS to recognize lost ticks ( #16932 )
2022-07-02 22:12:41 +10:00
Ryan
3ecb0a80af
Feature-ify Send String ( #17275 )
2022-07-02 22:10:08 +10:00
QMK Bot
7e41eb0277
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:09:58 +00:00
Osamu Aoki
871eeae4ea
PoC: Swap Escape and Caps ( #16336 )
2022-07-02 22:08:48 +10:00
foureight84
9c2505676c
foureight84 keymap for sofle ( #17246 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:08:13 +10:00
QMK Bot
c7d8adfeaa
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:08:11 +00:00
Will Winder
f03aec28fb
[Keyboard] Add Avalanche v4 ( #17288 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:07:35 +10:00
QMK Bot
5d711c89c3
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:07:22 +00:00
Yizhen Liu
c3ef70b9a6
[Keyboard]KPrepublic bm80v2 Keyboard ISO support ( #17193 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 22:06:38 +10:00
QMK Bot
ca0a9d243c
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:03:45 +00:00
torkel104
8b78fac451
Fix keys being discarded after using the leader key ( #17287 )
2022-07-02 22:03:40 +10:00
Aidan Gauland
8c4a5f9ba2
Add lkbm keymap ( #17218 )
2022-07-02 22:03:11 +10:00
QMK Bot
08721b4125
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 12:00:37 +00:00
jack
ee26d3e77f
Add Zsh note for tab complete ( #17226 )
2022-07-02 21:59:59 +10:00
QMK Bot
5d1bc92c64
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:58:55 +00:00
PixelSpaceStudio
a80461e264
Add pixelspace user space and capsule65i keyboard ( #17235 )
2022-07-02 21:58:00 +10:00
Jouke Witteveen
0112938140
Expose the time of the last change to the LED state ( #17222 )
2022-07-02 21:57:05 +10:00
mmccoyd
2af2c5e109
[Keyboard] Move/Rename to Hillside48, simplify default keymap ( #17210 )
...
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu >
2022-07-02 21:56:23 +10:00
QMK Bot
a7179b188d
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:55:42 +00:00
Watson
48721b20fc
Updated revisions and added a keyboard ( #16731 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: WestM <93159069+WestMProducts@users.noreply.github.com >
2022-07-02 21:55:10 +10:00
Joel Challis
59e28b8958
Add cli command to import keyboard|keymap|kbfirmware ( #16668 )
2022-07-02 21:50:09 +10:00
FREEWING.JP
9dc7b9d40c
Added Wait time to sending each Keys for Dynamic Macros function ( #16800 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-07-02 21:48:26 +10:00
QMK Bot
0856b36139
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:47:16 +00:00
anubhav dhiman
c725f6f768
Add new keyboard AT3 ( #17431 )
...
Co-authored-by: zvecr <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-02 21:46:29 +10:00
QMK Bot
c679decb2b
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:45:40 +00:00
spx01
2f11509465
spx01 keymap for the kbd67mkiirgb ( #17012 )
2022-07-02 21:44:58 +10:00
QMK Bot
6b21f8369e
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:44:07 +00:00
Nick Krichevsky
69f0fc5868
Add workaround to allow Sesame to work without atomic interactions ( #17034 )
2022-07-02 21:43:36 +10:00
QMK Bot
6f1eca9c7b
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:43:17 +00:00
Xelus22
f8a56cd638
[Keyboard] RS108 Addition ( #16989 )
2022-07-02 21:42:48 +10:00
QMK Bot
05074cbdf0
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:27:40 +00:00
Josh Hinnebusch
096db8c8ca
Add LED backlight/indicator info to reference_info_json.md ( #17010 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-07-02 21:27:34 +10:00
Gardego5
6fce400ef5
Ut47.2 gardego5 layout ( #16955 )
2022-07-02 21:27:08 +10:00
QMK Bot
a949d32072
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:26:57 +00:00
Manna Harbour
3842b15cf1
[Keymap] Update Miryoku ( #16482 )
2022-07-02 21:26:23 +10:00
QMK Bot
5d8b6847c7
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:23:33 +00:00
Daniil Iastremskii
f2f88bcfcc
Add elephant42 keyboard ( #14336 )
2022-07-02 21:22:51 +10:00
Nick Brassel
a9af4c928e
Merge remote-tracking branch 'upstream/master' into develop
2022-07-02 21:13:06 +10:00
Batuhan Baserdem
fd44341cbf
Userspace and keymap update for user bbaserdem. ( #14484 )
2022-07-02 21:09:04 +10:00
QMK Bot
92c0b29be9
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 11:01:36 +00:00
Kan-Ru Chen
f439fe6055
HHKB YDKB Yang BT Controller ( #15759 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-07-02 21:01:03 +10:00
QMK Bot
e3cad4045a
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 10:57:59 +00:00
Taeyoon Kim
0eab24be26
Adding 34keys layout for kprepublic bm40 keyboard. ( #15974 )
2022-07-02 20:57:12 +10:00
QMK Bot
93e657fa99
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 10:55:05 +00:00
moyi4681
578a3e3505
add baguette66 keyboard ( #16429 )
...
* add baguette66 keyboard
* Update keyboards/kbdfans/baguette66/soldered/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/kbdfans/baguette66/rgb/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-02 20:54:22 +10:00
Nick Brassel
5846b40f74
RP2040 emulated EEPROM. ( #17519 )
2022-07-02 15:18:50 +10:00
Nick Brassel
9f1c4f304d
Fixup #17438
( #17533 )
2022-07-02 14:29:45 +10:00
QMK Bot
3def7b98d4
Merge remote-tracking branch 'origin/master' into develop
2022-07-02 03:23:21 +00:00
Nick Brassel
c8fbfca1b6
[QP] Explicit buffer alignment. ( #17532 )
2022-07-02 13:22:46 +10:00
Nick Brassel
b67ae67687
[QP] Add ILI9488 support. ( #17438 )
2022-07-02 13:20:45 +10:00
QMK Bot
d6c39490df
Merge remote-tracking branch 'origin/master' into develop
2022-07-01 21:21:11 +00:00
Joel Challis
9d70162d53
Allow locate_keymap to handle DEFAULT_FOLDER ( #17529 )
2022-07-01 22:20:32 +01:00
QMK Bot
a61e549a31
Merge remote-tracking branch 'origin/master' into develop
2022-07-01 14:39:35 +00:00
Joel Challis
2757251218
Specify blackpill board files where relevant ( #17521 )
2022-07-01 15:38:57 +01:00
QMK Bot
dfb23456b1
Merge remote-tracking branch 'origin/master' into develop
2022-07-01 14:36:43 +00:00
Joel Challis
d978432812
Swap over F4x1 8MHz HSE boards over from blackpill board files ( #17520 )
2022-07-01 15:36:08 +01:00
QMK Bot
03630db506
Merge remote-tracking branch 'origin/master' into develop
2022-07-01 06:11:45 +00:00
yiancar
1e643ba1d1
[Keyboard] Nebula12b ( #17308 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-06-30 23:11:13 -07:00
QMK Bot
5936e05a33
Merge remote-tracking branch 'origin/master' into develop
2022-07-01 03:02:42 +00:00
Jan Lindblom
38ca5e95e1
Adding Rev41lp keyboard ( #15895 )
...
* [keyboard] Add rev41lp
* [keymap] rev41lp: More layer, less clutter
* [keymap] rev41lp:whitespace cleanup
* [keymap] rev41lp: Remove outer shift & edit homerow timings
left-ctrl < left-shift
kc-enter < kc-sftent
lower + tab = grave
raise + tab = tilde
* Initial namnlos keymap for rev41lp.
* Updated according to PR checklist.
* Update keyboards/b_sides/rev41lp/config.h
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/rules.mk
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Update keyboards/b_sides/rev41lp/keymaps/default/keymap.c
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
* Updated to fulfill PR checklist.
* Update keyboards/b_sides/rev41lp/info.json
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/keymaps/cyril/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/keymaps/cyril/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/keymaps/namnlos/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/b_sides/rev41lp/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/b_sides/rev41lp/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/b_sides/rev41lp/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/b_sides/rev41lp/keymaps/namnlos/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/b_sides/rev41lp/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Adding picture.
* Rename README.md to readme.md
* Cleaning up in rules.mk.
* Moving en- and em-dash from dedicated keys.
* Readme fixup.
There was a typo in the title, also changed the description a little.
* Update keyboards/b_sides/rev41lp/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: cyril279 <cyril.x9@gmail.com >
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-07-01 13:02:07 +10:00
QMK Bot
2f2d3e9c7b
Merge remote-tracking branch 'origin/master' into develop
2022-06-30 22:40:36 +00:00
James Young
f2f2a7ace9
Add missing QMK Configurator layout data for chlx str.merro60 ( #17518 )
...
* add LAYOUT_60_ansi_split_bs_rshift layout data
* add LAYOUT_60_iso layout data
2022-06-30 23:39:49 +01:00
Joel Challis
a98f69850f
Also check /run/media/ for uf2 drives ( #17517 )
2022-06-30 23:29:56 +01:00
QMK Bot
e5a15f404d
Merge remote-tracking branch 'origin/master' into develop
2022-06-30 19:10:51 +00:00
James Young
c1d4950938
Add QMK Configurator layout data for ADM42 rev4 ( #17515 )
2022-06-30 20:10:15 +01:00
Stefan Kerkmann
77d960cce3
Disable clang-format for stage2_bootloaders ( #17516 )
2022-06-30 20:07:54 +01:00
Stefan Kerkmann
d717396708
[Core] Add Raspberry Pi RP2040 support ( #14877 )
...
* Disable RESET keycode because of naming conflicts
* Add Pico SDK as submodule
* Add RP2040 build support to QMK
* Adjust USB endpoint structs for RP2040
* Add RP2040 bootloader and double-tap reset routine
* Add generic and pro micro RP2040 boards
* Add RP2040 onekey keyboard
* Add WS2812 PIO DMA enabled driver and documentation
Supports regular and open-drain output configuration. RP2040 GPIOs are
sadly not 5V tolerant, so this is a bit use-less or needs extra hardware
or you take the risk to fry your hardware.
* Adjust SIO Driver for RP2040
* Adjust I2C Driver for RP2040
* Adjust SPI Driver for RP2040
* Add PIO serial driver and documentation
* Add general RP2040 documentation
* Apply suggestions from code review
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-06-30 13:19:27 +02:00
jpe230
d206c1791e
(develop)Keychron Q2: Enable support for WL EEPROM Driver ( #17507 )
2022-06-30 12:25:33 +10:00
jpe230
4f124574f1
(develop)AP2: Enable support for WL EEPROM Driver ( #17506 )
2022-06-30 11:07:43 +10:00
QMK Bot
fb05b491e7
Merge remote-tracking branch 'origin/master' into develop
2022-06-29 23:34:39 +00:00
Joel Challis
7326a0051b
Allow module check to error out when piped to /dev/null ( #17505 )
2022-06-30 00:33:59 +01:00
Nick Brassel
34e244cecf
Wear-leveling EEPROM drivers: embedded_flash
, spi_flash
, legacy
( #17376 )
2022-06-30 07:42:23 +10:00
ihatechoosingusernames
1204cbb7ea
Update feature_split_keyboard.md to add extra detail about left and right matrices. ( #17492 )
2022-06-29 18:39:37 +10:00
Dasky
dcdc7290e5
RGB Matrix Heatmap - Skip positions with NO_LED ( #17488 )
2022-06-29 01:25:03 -07:00
QMK Bot
f7eb7926e8
Merge remote-tracking branch 'origin/master' into develop
2022-06-29 08:17:56 +00:00
Drashna Jaelre
74bec84740
[Bug] Fix 3 speed mousekey mode ( #17500 )
2022-06-29 01:16:31 -07:00
QMK Bot
0151f4c307
Merge remote-tracking branch 'origin/master' into develop
2022-06-29 06:45:13 +00:00
dependabot[bot]
88086a80b0
Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.3.4 ( #17497 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 3.7.1 to 4.3.4.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.7.1...v4.3.4 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 16:45:09 +10:00
dependabot[bot]
58f4e19503
Bump actions/checkout from 2 to 3 ( #17496 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 16:44:54 +10:00
dependabot[bot]
b37a59a967
Bump peter-evans/create-pull-request from 3 to 4 ( #17495 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 16:44:19 +10:00
QMK Bot
1f61fb33b4
Merge remote-tracking branch 'origin/master' into develop
2022-06-28 22:47:17 +00:00
Nick Brassel
2b094d4112
Enable dependabot for actions.
2022-06-29 08:46:47 +10:00
QMK Bot
2daad28ab1
Merge remote-tracking branch 'origin/master' into develop
2022-06-28 22:29:19 +00:00
Drashna Jaelre
43f8d365ba
[Bug] Fix issue with mousekey movement getting stuck ( #17493 )
...
* [Bug] Fix issue with mousekey movement getting stuck
* Lint
2022-06-28 15:28:44 -07:00
QMK Bot
54383674db
Merge remote-tracking branch 'origin/master' into develop
2022-06-28 22:14:09 +00:00
Nick Brassel
1e402060a6
Bump revision for auto-tagging.
...
Seems there was an error, but it wasn't failing the actions run.
https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0
2022-06-29 08:13:38 +10:00
QMK Bot
33b62b6867
Merge remote-tracking branch 'origin/master' into develop
2022-06-26 22:59:06 +00:00
Joel Challis
fa3dd373b4
Fix error message in generated code ( #17484 )
2022-06-27 08:58:31 +10:00
Nick Brassel
01ecf332ff
Generic wear-leveling algorithm ( #16996 )
...
* Initial import of wear-leveling algorithm.
* Alignment.
* Docs tweaks.
* Lock/unlock.
* Update quantum/wear_leveling/wear_leveling_internal.h
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
* More tests, fix issue with consolidation when unlocked.
* More tests.
* Review comments.
* Add plumbing for FNV1a.
* Another test checking that checksum mismatch clears the cache.
* Check that the write log still gets played back.
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
2022-06-27 07:18:21 +10:00
Thomas Kriechbaumer
0d013a21e1
[Split] Verify Split Pointing Device config ( #17481 )
2022-06-26 09:15:25 -07:00
Thomas Kriechbaumer
01bc974365
improvements for Cirque Pinnacle trackpads ( #17091 )
2022-06-25 22:22:28 +02:00
QMK Bot
60cbb25148
Merge remote-tracking branch 'origin/master' into develop
2022-06-25 19:46:15 +00:00
rooski15
410686dc03
[Keyboard] Add blockboy/ac980mini keyboard ( #16839 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-25 12:45:45 -07:00
QMK Bot
99614bd89a
Merge remote-tracking branch 'origin/master' into develop
2022-06-25 19:41:30 +00:00
precondition
e13bb58c40
Only omit paths containing "/keymaps/" ( #17468 )
...
This allows keyboard names to contain the word "keymaps"
2022-06-25 20:40:49 +01:00
QMK Bot
e30cd0fa16
Merge remote-tracking branch 'origin/master' into develop
2022-06-25 19:35:17 +00:00
Drashna Jaelre
7fd3d76faa
[Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined ( #17466 )
2022-06-25 12:34:40 -07:00
QMK Bot
c43e89bb4a
Merge remote-tracking branch 'origin/master' into develop
2022-06-25 19:15:48 +00:00
jack
cbbdcec290
[Keyboard] Fixup skergo - missing keycode in keymaps ( #17458 )
2022-06-25 12:15:00 -07:00
QMK Bot
3c9f27e1c9
Merge remote-tracking branch 'origin/master' into develop
2022-06-24 22:03:10 +00:00
Evelien Dekkers
31dfdaa1ba
[Keyboard] Fix firmware size for via keymap on Atom47 ( #17472 )
2022-06-24 15:02:33 -07:00
precondition
3b9e186019
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms ( #15674 )
2022-06-24 12:40:09 +02:00
QMK Bot
0e60b3a620
Merge remote-tracking branch 'origin/master' into develop
2022-06-24 04:11:58 +00:00
Nick Brassel
a8677ed296
Fix up Djinn fuse handling. ( #17465 )
2022-06-24 14:11:06 +10:00
precondition
7060cb7b26
Refactor steno and add STENO_PROTOCOL = [all|txbolt|geminipr]
( #17065 )
...
* Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT]
* Update stenography documentation
* STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT
TXBOLT is a better name but BOLT is more consistent with the
pre-existing TX Bolt related constants, which all drop the "TX " prefix
* Comments
* STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all]
* Add note on lacking V-USB support
* Clear chord at the end of the switch(mode){send_steno_chord} block
* Return true if NOEVENT
* update_chord_xxx → add_xxx_key_to_chord
* Enable the defines for all the protocols if STENO_PROTOCOL = all
* Mention how to use `steno_set_mode`
* Set the default steno protocol to "all"
This is done so that existing keymaps invoking `steno_set_mode` don't
all suddenly break
* Add data driver equivalents for stenography feature
* Document format of serial steno packets
(Thanks dnaq)
* Add missing comma
2022-06-23 20:43:24 +02:00
SmugSam
2239527871
In honor of king terry ( #17387 )
2022-06-23 02:47:15 +01:00
QMK Bot
32792826a8
Merge remote-tracking branch 'origin/master' into develop
2022-06-23 01:26:43 +00:00
David Kosorin
71472a1692
Update ref_functions.md (replaced deprecated RESET
) ( #17436 )
2022-06-23 02:26:08 +01:00
QMK Bot
25b5c2c538
Merge remote-tracking branch 'origin/master' into develop
2022-06-23 01:23:52 +00:00
Dasky
aaaf3ff66a
Fix 0 delta results in size_regression.sh ( #17457 )
2022-06-23 11:23:13 +10:00
Jamal Bouajjaj
d3858585ac
Added global current to all other issi drivers who don't have it ( #17448 )
2022-06-23 02:16:39 +01:00
QMK Bot
a0f857b7a2
Merge remote-tracking branch 'origin/master' into develop
2022-06-23 01:16:12 +00:00
James Young
666cba5c2e
Cf/evyd13 wasdat ( #17452 )
...
* evyd13/wasdat: add LAYOUT_all Configurator data
* info.json: fix JSON syntax errors
2022-06-23 02:15:38 +01:00
QMK Bot
2f9145c6ea
Merge remote-tracking branch 'origin/master' into develop
2022-06-23 00:52:50 +00:00
Salicylic-acid3
47fcb40a81
[Keyboard] Fix RGB_matrix coordinates for gl516/j73gl ( #17450 )
2022-06-22 17:52:16 -07:00
QMK Bot
b02f178c06
Merge remote-tracking branch 'origin/master' into develop
2022-06-23 00:39:54 +00:00
Kevin Zhao
8ea836f2b2
[Keyboard] Update SKErgo for hardware changes ( #17449 )
...
Co-authored-by: kevinzhao-tech <kevin@keyz.io >
2022-06-22 17:39:19 -07:00
Stefan Kerkmann
9aa9155e88
[Core] Mark GD32VF103 as ChibiOS-Contrib ( #17444 )
2022-06-23 08:37:40 +10:00
Kyle McCreery
eac0f6d4c9
Cirque Attenuation Setting ( #17342 )
2022-06-22 21:59:37 +02:00
QMK Bot
2e27eb318e
Merge remote-tracking branch 'origin/master' into develop
2022-06-22 16:41:19 +00:00
James Young
0a04064362
Chaos 65 Community Layout Support ( #17447 )
...
* move ISO Enter position to home row
This commit makes the ISO layout macros compatible with QMK's `65_iso_blocker` and `65_iso_blocker_tsangan` community layouts.
* info.json: apply friendly formatting
- add key labels
- add line breaks between physical rows
* enable Community Layout support
* chaos65.h: add matrix diagram
2022-06-22 09:40:48 -07:00
QMK Bot
8ea9f13c67
Merge remote-tracking branch 'origin/master' into develop
2022-06-22 14:30:56 +00:00
James Young
27f9e4775e
Checkerboards SNOP60 Refactor ( #17446 )
2022-06-22 07:29:47 -07:00
QMK Bot
b450ffc5c6
Merge remote-tracking branch 'origin/master' into develop
2022-06-22 05:10:58 +00:00
Greg Dietsche
701db278e4
[Keymap] farmergreg's kint41 Kinesis Advantage 2 Layout ( #16784 )
2022-06-21 22:10:17 -07:00
QMK Bot
267864e42c
Merge remote-tracking branch 'origin/master' into develop
2022-06-22 02:15:13 +00:00
Muhammad Rivaldi
46644b0a64
[Keyboard] Add n60a pcb ( #17273 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-21 19:14:36 -07:00
QMK Bot
86bfd8195c
Merge remote-tracking branch 'origin/master' into develop
2022-06-22 01:53:38 +00:00
paulgali
3e9f000a97
[Keyboard] Zeno 60% Ergo PCB ( #17403 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-21 18:53:04 -07:00
Daniel Kao
608404f874
Fix AVR I2C master 1ms timeout ( #17174 )
...
* avr i2c_master: Fix 1ms timeout
i2c_start() produces a minimum time_slice of 1ms for use as timeout
value.
The timer granularity is 1ms, it is entirely possible for timer_count
to tick up immediately after the last timer read and falsely trigger
timeout with a '>= 1' comparison.
* avr/drivers/i2c_master: Use timer_elapsed()
2022-06-22 00:00:04 +02:00
Dasky
be42c5fb98
Fix RGB heatmap to use XY positions and use correct led limits ( #17184 )
...
* Fix RGB heatmap to use XY positions
* lower effect area limit and make configurable
* tidy up macro
* Fix triggering in both directions.
* add docs
* fix bug when decreasing value
* performance tweak
2022-06-21 10:53:34 -07:00
QMK Bot
2d7a2dfad0
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 15:50:58 +00:00
Joel Challis
de4262f9aa
Add missing snop60 default keymap ( #17443 )
2022-06-21 16:49:58 +01:00
QMK Bot
65fcf951d3
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 12:23:46 +00:00
James Young
03d0182541
alt34 rev1: Configurator Compilation Fix ( #17442 )
...
* move USE_I2C and EE_HANDS definitions to keyboard level
Allow this keyboard to be compiled by QMK Configurator.
* remove redundant DEFAULT_FOLDER rule
2022-06-21 13:22:53 +01:00
QMK Bot
d116cf5e9a
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 03:42:15 +00:00
bbrfkr
c2e5953bc1
[Keyboard] add dynamis keyboard ( #15994 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-20 20:41:46 -07:00
QMK Bot
2b23ca876d
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 03:34:03 +00:00
alabbe9545
84718c0ab7
[Keyboard] Add labbeminiv1 ( #16401 )
...
* [Keyboard] Add labbeminiv1
* Adjust vendor id
The used vendor id was in use
* Remove comment in the rgb keymap
* Update keyboards/labbe/labbeminiv1/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Rename rgb matrix keymap folder
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-20 20:33:29 -07:00
QMK Bot
503b40e748
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 03:25:43 +00:00
Ryan Baker
712f6cf450
[Keyboard] Add rb18 keyboard ( #17306 )
2022-06-20 20:24:58 -07:00
QMK Bot
52c1517766
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 03:16:43 +00:00
Ramon Imbao
7b7fb63f4b
[Keyboard] Add Nayeon by Abats Keyboard Club ( #16659 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-06-20 20:16:13 -07:00
Joel Challis
1a400d8644
Allow encoder config from info.json ( #17295 )
2022-06-20 20:15:06 -07:00
QMK Bot
4c39bad2e6
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 03:12:14 +00:00
Albert Y
c114996034
[Keyboard] Add more bootloader options for id75 ( #17441 )
2022-06-20 20:11:37 -07:00
QMK Bot
a6eeb930ae
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 02:24:10 +00:00
Wolf Van Herreweghe
3077123bf0
[Keyboard] Add base FAve65H firmware ( #17147 )
...
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com >
2022-06-20 19:23:50 -07:00
Wolf Van Herreweghe
1c26c0bc9b
[Keyboard] Update firmware for the FAve 87H ( #16920 )
...
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 >
2022-06-20 19:23:34 -07:00
QMK Bot
3370e2b74d
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 02:23:27 +00:00
Wolf Van Herreweghe
e8e45bca98
[Keyboard] Update FAve 84H RGB firmware ( #16919 )
...
* Add base FAve 84H firmware
* Update keyboards/linworks/fave84h/readme.md
Thank you, apologies for the oversight
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/linworks/fave84h/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/linworks/fave84h/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Move LED config in ifdef
* update read me
* Update Product Name
* Update keyboards/linworks/fave84h/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Add Via RGB Matrix Control
* Add base FAve 84H firmware
* Add Via RGB Matrix Control
* fix merge conflict
* reduce max brightness
* remove action macro and action function
Co-authored-by: Joel Challis <git@zvecr.com >
* Remove / update code to work with the build in QMK via hack
* Update Read me
* Add newline at end of rules
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-20 19:22:53 -07:00
Nick Brassel
589e756e98
Fixup SPI mode 3 => 0 on tzarc/djinn. ( #17440 )
2022-06-21 10:56:47 +10:00
QMK Bot
2fb24c0298
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 00:53:03 +00:00
evils
0a45a19801
[Docs] clarify inner array of direct pin matrix ( #17437 )
2022-06-21 01:52:11 +01:00
QMK Bot
93ee789387
Merge remote-tracking branch 'origin/master' into develop
2022-06-21 00:26:40 +00:00
bomb
5ab90cc72a
[Keyboard] Add tegic for melgeek! ( #17400 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-20 17:26:08 -07:00
Stefan Kerkmann
6a81cb44f2
[Fix] Fix compilation warning for non-split keebs after #17423 ( #17439 )
2022-06-21 09:31:20 +10:00
Stefan Kerkmann
2703ecc9e9
[BUG] Fix deadlocks on disconnected secondary half ( #17423 )
2022-06-21 08:24:53 +10:00
Dasky
62eaec52e0
Init eeconfig before reading handedness ( #17256 )
2022-06-20 15:31:27 +01:00
QMK Bot
36d60769f8
Merge remote-tracking branch 'origin/master' into develop
2022-06-20 04:21:32 +00:00
Nick Brassel
aa06893b58
Add Djinn. ( #17382 )
...
* Add Djinn.
* Review comments.
* Further cleanup.
2022-06-20 14:20:56 +10:00
Jamal Bouajjaj
2bddffeaec
IS31FL3737 Global Current Setting ( #17420 )
2022-06-19 14:32:37 -07:00
QMK Bot
4e3db51e92
Merge remote-tracking branch 'origin/master' into develop
2022-06-19 18:17:00 +00:00
anubhav dhiman
ad2e853611
[Keyboard] add at6 keyboard ( #17346 )
...
Co-authored-by: zvecr <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-19 11:16:24 -07:00
Albert Y
c725b6bf89
[Core] Mouse key kinetic mode fix ( #17176 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-19 11:15:55 -07:00
QMK Bot
d6eff188e9
Merge remote-tracking branch 'origin/master' into develop
2022-06-19 17:59:31 +00:00
Markus Weimar
7982957f75
[Keymap] Update XD75 keymap by markus ( #17417 )
2022-06-19 10:59:00 -07:00
QMK Bot
7f8886a1b7
Merge remote-tracking branch 'origin/master' into develop
2022-06-18 22:32:54 +00:00
coliss86
fd01feae4b
Add a note about using differents MCU family ( #17416 )
2022-06-19 08:32:22 +10:00
Drashna Jaelre
0da6562c4d
Make default layer size 16-bit ( #15286 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-06-19 07:37:51 +10:00
QMK Bot
cfcd647b2e
Merge remote-tracking branch 'origin/master' into develop
2022-06-18 07:34:32 +00:00
Nick Brassel
b5104c3a93
Fixup stale labels lists. ( #17415 )
2022-06-18 17:33:55 +10:00
Joel Challis
17ec1650fd
Additional schema fixes ( #17414 )
2022-06-18 15:30:46 +10:00
Yan-Fa Li
7b3ee1db8c
Minor schema fixes ( #14200 )
...
Validating using AJV
2022-06-18 02:42:32 +01:00
Stefan Kerkmann
fe680a8568
[Core] Split ChibiOS usart split driver in protocol and hardware driver part ( #16669 )
2022-06-18 08:04:17 +10:00
Stefan Kerkmann
6d67e9df4b
[Core] Allow usage of ChibiOS's SIO driver for split keyboards ( #15907 )
2022-06-17 22:06:44 +02:00
QMK Bot
e44604c256
Merge remote-tracking branch 'origin/master' into develop
2022-06-17 03:50:47 +00:00
jack
545923b0a0
Fixup handwired/macroboard ( #17405 )
2022-06-17 04:50:14 +01:00
QMK Bot
00872ea7e7
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 22:36:12 +00:00
Dmitry Nosachev
6d2f9c9c1e
[Keyboard] Atreus: add STM32F103C8T6 based variant ( #16846 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-16 15:36:11 -07:00
QMK Bot
c251d88934
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 22:35:55 +00:00
Michał Szczepaniak
82a7f4adda
[handwired/macroboard] Add separate f401 and f411 configs… ( #16338 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-16 15:35:40 -07:00
Gordon
89921e917a
[Keyboard] Fix 1U space in Keebio/sinc/rev2 layout macros ( #16901 )
2022-06-16 15:35:13 -07:00
QMK Bot
4610a6bf49
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 22:34:39 +00:00
minibois
6d7026e561
[Keyboard] mini_ten_key_plus edited info.json ( #15574 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-16 15:34:05 -07:00
Nick Brassel
999b91fbd9
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. ( #17371 )
2022-06-17 08:03:38 +10:00
QMK Bot
9e35a1f617
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 21:46:41 +00:00
Yoshihiro Saito
811dbda20a
[Keymap] Update yoshimaru46 keymap ( #17402 )
2022-06-16 14:46:04 -07:00
QMK Bot
4e8b864258
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 21:16:35 +00:00
Nick Brassel
5ccb2fd003
Swap to actions/stale. ( #17404 )
2022-06-17 07:16:01 +10:00
QMK Bot
e312fa44e2
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 18:21:12 +00:00
Lorenzo Leonini
8be0496347
[Keyboard] Add ADM42 Keyboard ( #17366 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-16 11:20:31 -07:00
precondition
0b1bed1d41
Use --exclude-from=.gitignore in place of --exclude-standard ( #17399 )
2022-06-16 11:20:12 -07:00
Ryan
ef80a1dd67
Update V-USB submodule ( #17385 )
2022-06-16 21:02:40 +10:00
Jouke Witteveen
050fa9062f
tap-dance: Rename tests so that tap_dance is used consistently ( #17396 )
2022-06-16 08:05:27 +02:00
QMK Bot
fa9ecc431d
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 02:08:34 +00:00
peepeetee
8e128452db
[Keyboard] Idobao Montex V2(RGB) ( #15865 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Christian Hofstede <4440939+chofstede@users.noreply.github.com >
Co-authored-by: Vino Rodrigues <github@m.vinorodrigues.com >
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com >
2022-06-16 12:08:01 +10:00
QMK Bot
cac5f96275
Merge remote-tracking branch 'origin/master' into develop
2022-06-16 02:05:06 +00:00
IBNobody
8e5f8a5ff9
[Keyboard] Add Idobao Montex RGB (V2) ( #16897 )
...
* Add Montex V2 (#10 )
* Update readme.md
* Update rules.mk
* Update config.h
* Update keyboards/idobao/montex/v2/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/idobao/montex/v2/rules.mk
Add Layouts
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Merged code fron work done with @vinorodrigues
* Update keyboards/idobao/montex/v2/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/idobao/montex/v2/v2.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/idobao/montex/v2/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Removing via_nug keymap
* update to montex code (#11 )
* remove VIA_QMK_RGBLIGHT_ENABLE
* more data driven config, simple copyright headers, some code cleanup
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com >
2022-06-15 19:04:30 -07:00
Nick Brassel
fa8fb60279
Dump out the largest symbols in flash and in RAM. ( #17397 )
2022-06-16 09:55:15 +10:00
QMK Bot
589bdedc47
Merge remote-tracking branch 'origin/master' into develop
2022-06-15 21:44:32 +00:00
Joel Challis
d3dfa83b40
Fix clean arg handling ( #17392 )
2022-06-15 22:43:54 +01:00
QMK Bot
6e10a80174
Merge remote-tracking branch 'origin/master' into develop
2022-06-15 20:31:47 +00:00
Felicia Kuan
7224d84167
edit typo in comment ( #17394 )
2022-06-15 21:31:13 +01:00
QMK Bot
c40af06871
Merge remote-tracking branch 'origin/master' into develop
2022-06-15 20:31:09 +00:00
ALTAiN
afbba27f42
BLASTER75 info.json position fixes ( #17395 )
2022-06-15 21:30:35 +01:00
QMK Bot
81d2218cee
Merge remote-tracking branch 'origin/master' into develop
2022-06-15 00:14:34 +00:00
Arturo Avila
de207b97fa
[Keymap+] SnailMap port for the Kintsugi keyboard. ( #17341 )
2022-06-14 17:13:37 -07:00
QMK Bot
85d84938cf
Merge remote-tracking branch 'origin/master' into develop
2022-06-14 23:42:47 +00:00
Forrest Cahoon
b7ce3b1967
[Keymap] New keymap for Keebio FoldKB ( #17364 )
2022-06-14 16:42:41 -07:00
kb-elmo
dc2ce36d63
[Keyboard] Add Chaos65 keyboard ( #17369 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-14 16:42:15 -07:00
QMK Bot
adf4c27db2
Merge remote-tracking branch 'origin/master' into develop
2022-06-14 23:32:38 +00:00
Yutong Zhou
1c45845178
[Keyboard] Flip encoder pads on basketweave ( #17375 )
2022-06-14 16:32:07 -07:00
QMK Bot
4cde5c243b
Merge remote-tracking branch 'origin/master' into develop
2022-06-14 13:55:32 +00:00
Joel Challis
f37de9a212
Perform stricter lint checks ( #17348 )
2022-06-14 14:54:46 +01:00
Joel Challis
87e1ff218d
backlight|led 'on state' for DD configuration ( #17383 )
2022-06-14 12:30:31 +01:00
QMK Bot
2f4c7697a9
Merge remote-tracking branch 'origin/master' into develop
2022-06-14 10:16:16 +00:00
Nick Brassel
15dab01e6a
Inform people that things may not work. ( #17391 )
2022-06-14 20:15:01 +10:00
QMK Bot
84d3575fdb
Merge remote-tracking branch 'origin/master' into develop
2022-06-14 10:13:29 +00:00
Tom Barnes
026d0e8bf1
Update feature_midi.md ( #17390 )
...
Add caveat about usb endpoints.
2022-06-14 11:12:52 +01:00
Jouke Witteveen
1706da9054
tap-dance: Restructure code and document in more detail ( #16394 )
2022-06-13 22:12:55 +02:00
QMK Bot
b17324498e
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 18:31:17 +00:00
npspears
e49fa43a7f
[Keyboard] add SNOP60 ( #17131 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-13 11:30:35 -07:00
QMK Bot
0c82aafb8a
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 05:15:12 +00:00
ALTAiN
5149728b23
[Keyboard] Add BLASTER75 keyboard ( #16887 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-12 22:14:33 -07:00
QMK Bot
577e9d89fa
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 01:16:03 +00:00
Nick Brassel
f18afffc8d
actions/stale
: 150 operations, oldest-first.
2022-06-13 11:15:24 +10:00
QMK Bot
d21ee22cc5
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 01:06:36 +00:00
Nick Brassel
856029f7c5
Swap to 1000 stale actions while debugging.
2022-06-13 11:05:25 +10:00
QMK Bot
5ba04d1204
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 00:55:54 +00:00
Nick Brassel
9d07ab88af
Fixup stale action. ( #17373 )
2022-06-13 10:55:16 +10:00
QMK Bot
10345adaa5
Merge remote-tracking branch 'origin/master' into develop
2022-06-13 00:44:22 +00:00
Nick Brassel
f7ab10a3c1
Add stale action. ( #17372 )
...
* Add stale action.
* Allow for manual trigger.
2022-06-13 10:43:52 +10:00
Ryan
0d64038b73
Update LUFA submodule ( #17368 )
2022-06-13 09:17:24 +10:00
QMK Bot
d288121f21
Merge remote-tracking branch 'origin/master' into develop
2022-06-12 18:30:50 +00:00
HorrorTroll
c2045558d9
[Keyboard] Add Lemon40 keyboard ( #17357 )
2022-06-12 11:30:08 -07:00
QMK Bot
191c180644
Merge remote-tracking branch 'origin/master' into develop
2022-06-12 14:35:07 +00:00
Albert Y
b5a53a9946
Add encoder map ( #17361 )
2022-06-12 15:34:29 +01:00
QMK Bot
90765aaefd
Merge remote-tracking branch 'origin/master' into develop
2022-06-12 10:47:53 +00:00
Drashna Jaelre
3f841a24f0
[Keyboard] Remove terminal commands from m48 ( #17363 )
2022-06-12 20:47:24 +10:00
QMK Bot
0d991b8873
Merge remote-tracking branch 'origin/master' into develop
2022-06-11 18:25:28 +00:00
durken1
a50b09cba5
[Keyboard] add pierce ( #17000 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Dan Abrahamsson <dan.abrahamsson@imsystech.com >
2022-06-11 11:24:58 -07:00
QMK Bot
1a7a6f313e
Merge remote-tracking branch 'origin/master' into develop
2022-06-11 18:19:21 +00:00
Alin Marin Elena
51cfb1b457
[Keyboard] mlego fix product id and sync oled code ( #16237 )
...
* sync oled code over the keymaps
* put different product ids
* put different product ids for the rest
* put different product ids for the rest
* try to reduce code duplication
* make ifdefs nice and correct
* move the leds code out of keymap
* try to reduce code duplication
* move the rgb code outside the keymaps for reuse
* Update keyboards/mlego/m65/m65.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/mlego/m65/m65.c
Co-authored-by: Drashna Jaelre <drashna@live.com >
* move more code outside keymaps for reuse
* add few more xps
* add mic mute
* update to new name of macros for reset
* style for matrix
* clean split
* use tinyuf2 as bootloader
* Update keyboards/mlego/m65/rev4/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* radionalise product id and device version
* add tinyuf2 as default bootloader for stm32f4
* update tinyuf2
* update tinyuf2 and via. f411 remove tinyuf2 since is not really working. make the config more conditional
* sync the keymap with default
* revert via non building with gcc 11
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-11 11:18:45 -07:00
Ryan
af6435d44d
qmk doctor
: show arch for macOS (#17356 )
2022-06-11 19:10:09 +01:00
QMK Bot
5887bf7158
Merge remote-tracking branch 'origin/master' into develop
2022-06-11 17:53:14 +00:00
jack
dbd4ac5a3f
[Keyboard] Fix checkboards/quark_lp (another) ( #17296 )
2022-06-11 10:52:45 -07:00
Drashna Jaelre
80034a847f
Ensure that rgb+via compiles in all cases ( #17355 )
2022-06-10 22:01:46 -07:00
Dasky
568924c76c
Add missing bracket for VIA brightness scaling ( #17354 )
2022-06-10 19:07:58 -07:00
yiancar
0fd08da806
Scale brigthness for VIA ( #17352 )
...
Co-authored-by: yiancar <yiancar@gmail.com >
2022-06-10 17:20:01 -07:00
QMK Bot
d05a1deb7c
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 22:24:58 +00:00
Ryan
b4b34cd2cd
Wasdat: move some stuff to info.json ( #17327 )
2022-06-11 08:24:29 +10:00
QMK Bot
6b838785b7
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 10:45:24 +00:00
Joel Challis
92665aef33
Promote 'layouts require matrix data' to api error ( #17349 )
2022-06-10 11:44:48 +01:00
Joel Challis
7baf9b3f35
Promote label with newlines to lint error ( #17347 )
2022-06-10 11:44:23 +01:00
QMK Bot
97fc4f1b6a
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 07:46:24 +00:00
jack
d8ace624c8
initial ( #17345 )
2022-06-10 08:45:31 +01:00
QMK Bot
738cec9bd5
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 03:43:25 +00:00
Derek
7c097ee6b4
[Keyboard] Add Sodium keyboards ( #17078 )
...
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: nacly <nacly@pop-os.localdomain >
2022-06-09 20:42:53 -07:00
QMK Bot
ef8a30250b
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 03:41:14 +00:00
Zac Scott
93c3a959a7
[Keymap] Add planck/scottzach1 keymap ( #17083 )
2022-06-09 20:40:43 -07:00
QMK Bot
ed15a579a7
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 03:26:21 +00:00
zv0n
9da1b86d71
[keyboard] annepro2 Add and use functions to directly control led colors ( #17196 )
2022-06-10 13:25:48 +10:00
QMK Bot
c84d058c8b
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 01:16:19 +00:00
Gabriel Oliveira
9316023290
[Keyboard] Improve the durgot k3x0 readme.md ( #17214 )
2022-06-09 18:15:44 -07:00
QMK Bot
e5e2cd94be
Merge remote-tracking branch 'origin/master' into develop
2022-06-10 01:13:18 +00:00
ILWrites
2f8704143e
[Keyboard] Adding Sunsetter R2 keyboard to Charue family ( #17269 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-09 18:12:31 -07:00
QMK Bot
474b4083ae
Merge remote-tracking branch 'origin/master' into develop
2022-06-09 20:02:58 +00:00
Joel Challis
a599550adb
Add support for linting deprecated and removed functionality ( #17063 )
...
* Add support for more lint warnings/errors
* Develop currently needs extra deps installed
* Lint a few more scenarios
* fix tests
2022-06-09 21:02:16 +01:00
QMK Bot
c5f26b0e9a
Merge remote-tracking branch 'origin/master' into develop
2022-06-09 18:54:04 +00:00
jack
de43b09d25
[Keyboard] Fix kprepublic/bm60hsrgb_ec/rev2 ( #17334 )
2022-06-09 11:53:28 -07:00
jack
d2abfaeacd
Fixup Pimoroni trackball code ( #17335 )
2022-06-09 10:09:00 -07:00
Drashna Jaelre
0ab51ee29d
Add support for large Mouse Reports ( #16371 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-08 18:39:16 -07:00
QMK Bot
84944df6a6
Merge remote-tracking branch 'origin/master' into develop
2022-06-08 21:52:12 +00:00
Tomasz Janeczko
6567b21688
Move more UART-based keyboards to use timeout correctly. ( #17329 )
...
Co-authored-by: Tomasz Janeczko <tomasz.j@hey.com >
2022-06-08 14:51:41 -07:00
QMK Bot
728f7308af
Merge remote-tracking branch 'origin/master' into develop
2022-06-08 19:21:10 +00:00
peepeetee
f6a7bf2a83
[Keyboard] Add KPrepublic BM60hsrgb_ec V1 and V2 ( #15104 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-08 12:20:26 -07:00
QMK Bot
0e2009c669
Merge remote-tracking branch 'origin/master' into develop
2022-06-08 06:24:16 +00:00
Jason Dunsmore
c9b71f953f
[Keymap] Update keymap for user jasondunsmore ( #17312 )
2022-06-07 23:23:41 -07:00
QMK Bot
8a6fd0dc7e
Merge remote-tracking branch 'origin/master' into develop
2022-06-08 01:48:42 +00:00
JunZuloo
5f72d54299
Update other_vscode.md ( #17317 )
...
Bracket pair colorizer has been deprecated since it is now a native feature, and VIM Keymap no longer exists, so I removed those 2 links.
2022-06-08 02:47:57 +01:00
QMK Bot
1e1f387be7
Merge remote-tracking branch 'origin/master' into develop
2022-06-08 00:48:36 +00:00
Nick Brassel
1d75e20cd8
Add WB32 evaluation board onekey targets. ( #17330 )
2022-06-08 10:47:56 +10:00
Nick Brassel
1085500e89
Rework paths for eeprom locations. ( #17326 )
...
* Rework paths for eeprom locations.
* File relocation.
* Wrong file move.
* Fixup test paths.
2022-06-08 09:42:35 +10:00
QMK Bot
6df5fce073
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:33:49 +00:00
jpe230
5c7972760c
[Keymap] CRKBD: Update jpe230 Keymap ( #17280 )
2022-06-07 11:31:28 -07:00
QMK Bot
5141d6eeb1
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:31:22 +00:00
Andrew Kannan
1c97a0375e
[Keyboard] Add BrutalV2 65 Keyboard ( #17252 )
...
* Add Brutal65 V2 to QMK
* Update info.json and copyright notices
* Update info.json]
* Update readme and delete chconf
* Update matrix and keymaps to match info json
* Update keyboards/cannonkeys/brutalv2_65/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/cannonkeys/brutalv2_65/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/cannonkeys/brutalv2_65/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-07 11:30:35 -07:00
QMK Bot
fe08bbc4a0
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:30:09 +00:00
Andrew Kannan
fbe236fa77
[Keyboard] Add Cloudline PCB support ( #17253 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-07 11:29:31 -07:00
QMK Bot
da1c562ddf
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:28:46 +00:00
Uy Bui
b8bbd0cb9a
[Keyboard] Add Stello65 keyboard ( #17168 )
...
* [Keyboard] add Stello65 keyboard
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com >
* [Keyboard] update config pinout for stello65_sl_rev1
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-07 11:28:13 -07:00
QMK Bot
36109a887a
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:23:09 +00:00
Tomasz Janeczko
c681b6dbf3
[Keyboard] Handle timeout on UART for Redox Wireless ( #17203 )
...
* Handle timeout on UART for Redox Wireless receiver-to-keyboard communication.
- This fixes the issue of a keyboard deadlocking on the first matrix
scan with Redox Wireless keyboards
* Remove an explicit cast.
Co-authored-by: Tomasz Janeczko <tomasz.j@hey.com >
2022-06-07 11:22:13 -07:00
QMK Bot
b74509d4ae
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:15:24 +00:00
Tommy Alatalo
5d767f8361
[Keyboard] Add alt34 keyboard ( #17223 )
...
* Add files for alt34 keyboard
* Add link to hardware bill of materials for alt34
* Change keyboard image link to imgur
* Remove platform specific defines from rev1.h
* Remove bluetooth and sleep led rules etc
* Add GPL license header to all source code files
* Shorten comment for NKRO_ENABLE
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Simplify option usage comment in rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Set imgur link to largest size option
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Move rules.mk into rev1 folder entirely
* Remove .noci file
* Update keyboards/alt34/rev1/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-07 11:14:44 -07:00
QMK Bot
9d226b92a8
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 18:01:59 +00:00
trwnh
cf1e66b352
[Keymap] add trwnh keymap for gmmk pro ( #17267 )
2022-06-07 11:01:23 -07:00
QMK Bot
11836128fc
Merge remote-tracking branch 'origin/master' into develop
2022-06-07 13:32:48 +00:00
anubhav dhiman
f0b1c8ced9
add new keyboard atset ( #17195 )
...
Co-authored-by: zvecr <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-06-07 23:31:56 +10:00
QMK Bot
6f82647e8d
Merge remote-tracking branch 'origin/master' into develop
2022-06-06 22:30:38 +00:00
Travis Rigg
b85c224b7c
docs: reflect systemd's change in language ( #17322 )
...
Like much of our field, systemd has renamed their `master` branch to `main`
2022-06-06 23:29:59 +01:00
Dasky
85b3b98570
Move SPLIT_HAND_PIN setup to split_pre_init ( #17271 )
...
* Move SPLIT_HAND_PIN setup to split_pre_init
* doppelganger should use old behaviour
* Add comment for future
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-06-06 01:33:32 +01:00
Stefan Kerkmann
e89478eb0f
[Core] Update C standard to GNU11, C++ to GNU++14 ( #17114 )
2022-06-06 08:47:22 +10:00
QMK Bot
6221c86186
Merge remote-tracking branch 'origin/master' into develop
2022-06-05 19:06:37 +00:00
Stefan Kerkmann
4c48760558
Apply EXPECT_REPORT and EXPECT_EMPTY_REPORT ( #17311 )
...
...convenience macros to test cases that where missed during #17284
2022-06-05 20:06:05 +01:00
QMK Bot
d6402fe9fb
Merge remote-tracking branch 'origin/master' into develop
2022-06-05 11:15:11 +02:00
Pascal Getreuer
95d20e6d8b
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Retro Shift. ( #17284 )
...
* Fix Caps Word and Unicode Map
* Tests for Caps Word + Auto Shift and Unicode Map.
* Fix formatting
* Add additional keyboard report expectation macros
This commit defines five test utilities, EXPECT_REPORT, EXPECT_UNICODE,
EXPECT_EMPTY_REPORT, EXPECT_ANY_REPORT and EXPECT_NO_REPORT for use with
TestDriver.
EXPECT_REPORT sets a gmock expectation that a given keyboard report will
be sent. For instance,
EXPECT_REPORT(driver, (KC_LSFT, KC_A));
is shorthand for
EXPECT_CALL(driver,
send_keyboard_mock(KeyboardReport(KC_LSFT, KC_A)));
EXPECT_UNICODE sets a gmock expectation that a given Unicode code point
will be sent using UC_LNX input mode. For instance for U+2013,
EXPECT_UNICODE(driver, 0x2013);
expects the sequence of keys:
"Ctrl+Shift+U, 2, 0, 1, 3, space".
EXPECT_EMPTY_REPORT sets a gmock expectation that a given keyboard
report will be sent. For instance
EXPECT_EMPTY_REPORT(driver);
expects a single report without keypresses or modifiers.
EXPECT_ANY_REPORT sets a gmock expectation that a arbitrary keyboard
report will be sent, without matching its contents. For instance
EXPECT_ANY_REPORT(driver).Times(1);
expects a single arbitrary keyboard report will be sent.
EXPECT_NO_REPORT sets a gmock expectation that no keyboard report will
be sent at all.
* Add tap_key() and tap_keys() to TestFixture.
This commit adds a `tap_key(key)` method to TestFixture that taps a
given KeymapKey, optionally with a specified delay between press and
release.
Similarly, the method `tap_keys(key_a, key_b, key_c)` taps a sequence of
KeymapKeys.
* Use EXPECT_REPORT, tap_keys, etc. in most tests.
This commit uses EXPECT_REPORT, EXPECT_UNICODE, EXPECT_EMPTY_REPORT,
EXPECT_NO_REPORT, tap_key() and tap_keys() test utilities from the
previous two commits in most tests. Particularly the EXPECT_REPORT
macro is frequently useful and makes a nice reduction in boilerplate
needed to express many tests.
Co-authored-by: David Kosorin <david@kosorin.net >
2022-06-05 09:14:02 +02:00
Nick Brassel
08c556b78b
Add keymap wrappers for introspection into the keymap. ( #17229 )
...
* Introspection handlers for keymaps.
* Renaming.
2022-06-05 10:26:02 +10:00
Xelus22
af84772a5f
initial 24lc32a ( #16990 )
2022-06-04 01:53:24 +01:00
QMK Bot
b1a3f806f5
Merge remote-tracking branch 'origin/master' into develop
2022-06-04 00:45:35 +00:00
eason
787165718d
Disable features known to cause BIOS/suspend issues ( #17270 )
2022-06-04 01:44:53 +01:00
QMK Bot
bb324e5b3e
Merge remote-tracking branch 'origin/master' into develop
2022-06-03 11:13:22 +00:00
Drashna Jaelre
706194b336
Add Encoder Map Swap Hands config for boards that support both features ( #17294 )
2022-06-03 12:12:15 +01:00
QMK Bot
267f392237
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 18:30:44 +00:00
Joel Challis
5bcfc273ce
Fix lint errors ( #17293 )
2022-06-02 19:30:07 +01:00
QMK Bot
b94baa8bc3
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 17:20:59 +00:00
takishim
71b928fbec
[Keyboard] Organized versions of mikeneko65 ( #16985 )
...
Co-authored-by: takishim <tadashi@kishimo.to >
2022-06-02 10:20:02 -07:00
QMK Bot
86e93d7654
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 16:51:28 +00:00
Ryan Skidmore
9a587275cf
keyboards: fix malformed info.json files ( #17292 )
2022-06-02 17:50:08 +01:00
QMK Bot
344b8410f7
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 16:38:09 +00:00
Aidan Gauland
7c3cb99164
[Keymap] Fix maddie layout for ploopy/trackball_nano ( #17213 )
2022-06-02 09:37:28 -07:00
QMK Bot
8bb2c66c88
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 16:18:53 +00:00
Václav Kučera
7ff666340c
[Keyboard] Acheron Shark alpha Encoder support ( #17266 )
2022-06-02 09:17:47 -07:00
QMK Bot
73bd3dff8c
Merge remote-tracking branch 'origin/master' into develop
2022-06-02 13:03:13 +00:00
wavtype
f330ef12b6
Add wavtype/p01_ultra ( #16513 )
...
* new fork (manta and foundation)
added foundation and manta firmware
* removed manta
* VIA compliant changes
added readme, info.json edits
* Update keyboards/wavtype/foundation/config.h
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/foundation/readme.md
Co-authored-by: Joel Challis <git@zvecr.com >
* removed via.json and updated readme
* Update keyboards/wavtype/foundation/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/wavtype/foundation/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/wavtype/foundation/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keymap.c
* added p01 ultra
* updated diode direction
proto used opposite diode direction
* removed foundation
* Update keyboards/wavtype/p01_ultra/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/readme.md
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/wavtype/p01_ultra/info.json
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/wavtype/p01_ultra/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/wavtype/p01_ultra/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/wavtype/p01_ultra/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-06-02 14:02:36 +01:00
Dasky
af02baae78
Allow larger SPLIT_USB_TIMEOUT with default SPLIT_USB_TIMEOUT_POLL ( #17272 )
...
* Switch SPLIT_USB_DETECT loop to uint16_t
* Add assertion
2022-06-01 00:10:05 +01:00
QMK Bot
f9e97fd3c3
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 21:38:36 +00:00
Carlo Sala
5b16671d7a
move RESET to QK_BOOT ( #17278 )
...
* move RESET to QK_BOOT
* fix tapping_term
2022-05-31 22:37:28 +01:00
QMK Bot
38839a9105
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 11:32:26 +00:00
Forrest Cahoon
8153b55e07
Add trailing parens to get_oneshot_mods
in feature_advanced_keycodes.md ( #17211 )
2022-05-31 21:31:47 +10:00
QMK Bot
6fdce80822
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 08:22:54 +00:00
moyi4681
d5ed3ae967
[Keyboard] fix dz64rgb rgb sleep ( #17209 )
2022-05-31 01:22:07 -07:00
Thomas Preisner
bbab8eb993
Make bootloader_jump for dualbank STM32 respect STM32_BOOTLOADER_DUAL_BANK_DELAY ( #17178 )
2022-05-30 23:20:10 -07:00
Andrew Dunai
ecce9900c9
Improve PS/2 mouse performance ( #17111 )
2022-05-30 23:15:17 -07:00
precondition
d44a950c10
Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK ( #17099 )
2022-05-30 22:55:33 -07:00
Nick Brassel
8545473307
Removes terminal from QMK. ( #17258 )
2022-05-30 22:38:08 -07:00
trwnh
9e2fe4eff6
Make SPI Mode configurable and change default mode to 3 ( #17263 )
2022-05-31 15:28:55 +10:00
QMK Bot
e869d089b7
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 05:03:28 +00:00
Drashna Jaelre
cda343acbe
[Keymap] Drashna update for post Q2 merge ( #17241 )
2022-05-30 22:02:55 -07:00
QMK Bot
f663f84413
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 04:47:02 +00:00
trwnh
b554e4b612
Change AW20216 SPI Mode from 0 to 3, to fix RGB LEDs on GMMK Pro ( #17262 )
2022-05-31 14:46:21 +10:00
QMK Bot
044486500c
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 04:09:14 +00:00
Sergey Vlasov
650be92cf9
Nix shell updates ( #17243 )
2022-05-31 14:08:23 +10:00
QMK Bot
a099579aa0
Merge remote-tracking branch 'origin/master' into develop
2022-05-31 02:09:37 +00:00
Joel Challis
0e11b511e4
Convert ergodone to use core mcp23018 driver ( #17005 )
2022-05-31 03:08:56 +01:00
QMK Bot
67e80780bb
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 22:44:05 +00:00
Joel Challis
2879573688
Fix various lint errors ( #17255 )
...
* Fix various lint errors
* reduce complexity
2022-05-30 23:43:36 +01:00
QMK Bot
6e4e50d5aa
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 22:06:28 +00:00
Dasky
25ec68c408
Fix docs typo ( #17254 )
2022-05-30 23:05:57 +01:00
Dasky
2de70e6f2d
Add uf2-split-* make targets. ( #17257 )
2022-05-31 08:04:50 +10:00
QMK Bot
31fb141528
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 21:46:00 +00:00
chalex
3826fca637
[Keyboard] Add str.merro60 pcb ( #17097 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Alexander Lee <aclee3@CGHan-Macbook-2015.local >
Co-authored-by: chalex <chlxbsmt@gmail.com >
2022-05-30 14:45:27 -07:00
QMK Bot
6b640db4bb
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 18:29:09 +00:00
Juno Nguyen
15a86d5c53
[Keymap] Updates to layouts/community/ortho_4x12/junonum ( #17249 )
2022-05-30 11:28:35 -07:00
QMK Bot
e4be4d282c
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 18:07:56 +00:00
Seth Barberee
cc7a3f8dc7
[Keymap] Update sethbarberee code to QK_BOOT and try out DVVORAK ( #17230 )
2022-05-30 11:07:16 -07:00
QMK Bot
9a2943d221
Merge remote-tracking branch 'origin/master' into develop
2022-05-30 14:34:54 +00:00
Joel Challis
a06b5cae41
Fix API errors ( #17239 )
2022-05-30 15:34:20 +01:00
QMK Bot
f03fe5b917
Merge remote-tracking branch 'origin/master' into develop
2022-05-29 19:16:27 +00:00
Joel Challis
e22a183329
Use correct container for unit test workflow ( #17242 )
2022-05-29 20:15:54 +01:00
QMK Bot
6123698270
Merge remote-tracking branch 'origin/master' into develop
2022-05-29 05:18:24 +00:00
Joel Challis
6a0ed63eb1
Fix quark_lp via firmware size ( #17233 )
2022-05-29 06:17:49 +01:00
QMK Bot
a765f730b1
Merge remote-tracking branch 'origin/master' into develop
2022-05-29 05:10:23 +00:00
jack
07f5147621
Fixup iron165r2 ( #17119 )
...
* initial
* revert some defines
* formatting
* apply changes
* update readme
* suggestion
2022-05-29 06:09:42 +01:00
QMK Bot
3ce029c7fd
Merge remote-tracking branch 'origin/master' into develop
2022-05-28 23:07:45 +00:00
Nick Brassel
89a5d5aea0
Fixup command sequencing for master/develop. ( #17227 )
2022-05-29 09:07:11 +10:00
Nick Brassel
87c3a53716
Branch point after 2022-05-28 Breaking Change.
2022-05-29 08:16:00 +10:00
Nick Brassel
103c08cc75
Merge branch 'master' into develop
2022-05-29 08:13:56 +10:00
Nick Brassel
b835171008
Merge branch 'develop' -- breaking changes 2022-05-28.
2022-05-29 07:57:11 +10:00
Nick Brassel
0c8f78020d
Merge point for 2022-05-28 Breaking Change
2022-05-29 07:53:50 +10:00
Nick Brassel
d0af56da33
Breaking changes for 2022q2. ( #17221 )
2022-05-29 07:50:21 +10:00
Joel Challis
ebd4027883
Refactor legacy quantum keycodes in default-ish keymaps ( #17150 )
2022-05-27 06:07:42 +10:00
QMK Bot
d83fda01cf
Merge remote-tracking branch 'origin/master' into develop
2022-05-25 12:11:52 +00:00
Takeshi ISHII
f5d091a9d5
Small update to Symmetric70 keyboard readme ( #17188 )
...
Added a little description to reademe.md under `handwired/symmetric70_proto/{matrix_debug|matrix_fast}`.
2022-05-25 21:11:13 +09:00
QMK Bot
23732068a4
Merge remote-tracking branch 'origin/master' into develop
2022-05-24 17:09:41 +00:00
James Young
c3ff06c534
SkeletonNumPad Configurator Key Sequence Fix ( #17204 )
...
* info.json: apply friendly formatting
* info.json: fix key sequence
2022-05-24 18:08:37 +01:00
zvecr
6342354cf6
Disable python formatting for some files
2022-05-24 02:35:59 +01:00
zvecr
cbc68dfd21
Update keyboard aliases
2022-05-24 02:20:12 +01:00
zvecr
de6360feca
stub changelog
2022-05-24 01:55:34 +01:00
QMK Bot
f5e1d2f76a
Merge remote-tracking branch 'origin/master' into develop
2022-05-23 06:22:01 +00:00
Xelus22
00fcfd9181
[Keyboard][Fix] Change default keymap tilde to grv ( #17185 )
2022-05-22 23:21:23 -07:00
QMK Bot
64e2dbedc3
Merge remote-tracking branch 'origin/master' into develop
2022-05-23 06:11:55 +00:00
Ramon Imbao
5aef750379
[Keyboard] Add plywrks Ahgase ( #17191 )
2022-05-22 23:11:17 -07:00
QMK Bot
0bef2bfeb6
Merge remote-tracking branch 'origin/master' into develop
2022-05-23 06:04:11 +00:00
Albert Y
c9abb03662
[Keyboard] mj64 Increase LED count ( #17194 )
2022-05-22 23:03:38 -07:00
Joy Lee
1c7e8b9a9d
Added support for Wb32fq95 ( #16871 )
2022-05-23 15:57:24 +10:00
QMK Bot
1182f5b4be
Merge remote-tracking branch 'origin/master' into develop
2022-05-23 05:06:35 +00:00
Xyverz
416c59fc52
[Keyboard] Atreus62update ( #17179 )
...
Co-authored-by: Ian Sterling <503326@MC02YT9K9LVCF.tld >
Co-authored-by: Ian Sterling <80361942+iansterlingaaa@users.noreply.github.com >
Co-authored-by: Ian Sterling <xyverz@paeroa-arch.localdomain >
2022-05-22 22:05:55 -07:00
QMK Bot
ac1c5f8dfe
Merge remote-tracking branch 'origin/master' into develop
2022-05-21 22:54:42 +00:00
-k
a1fb86b17a
Add massdrop/alt:charlesrocket keymap ( #17173 )
2022-05-21 15:54:09 -07:00
QMK Bot
f5b3f12544
Merge remote-tracking branch 'origin/master' into develop
2022-05-21 16:37:24 +00:00
Diego Palacios
e6071b891a
Added Cantor keyboard ( #16552 )
2022-05-21 17:36:54 +01:00
QMK Bot
afdf1c23dc
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 17:23:16 +00:00
James Young
0103f7877a
PJB Eros Community Layout Support ( #17158 )
2022-05-20 10:23:03 -07:00
James Young
a9c8a88e43
Ryan Skidmore rskeys100 Community Layout Support ( #17159 )
2022-05-20 10:22:42 -07:00
QMK Bot
bb7572b42f
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 17:13:33 +00:00
James Young
caa5dcc672
Dailycraft Sandbox Configurator Data ( #17169 )
2022-05-20 10:12:58 -07:00
QMK Bot
b5725c05bd
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 17:10:54 +00:00
James Young
2a544710d7
Small Markdown Patch for docs/feature_rgb_matrix.md ( #17171 )
2022-05-20 10:10:17 -07:00
QMK Bot
9fa106f76e
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 16:15:13 +00:00
jpe230
f296e1d1e2
[Docs] Align LED Matrix docs with RGB matrix docs ( #17140 )
2022-05-20 09:13:40 -07:00
QMK Bot
5ac861efa5
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 16:12:15 +00:00
Albert Y
799a7f98ce
[Keyboard] yeti LED index correction ( #17138 )
2022-05-20 09:10:31 -07:00
Kyle McCreery
c60c19e8d5
[Keyboard] Add eeprom IC-less rev for MechWild OBE and Waka60 ( #17126 )
2022-05-20 09:10:05 -07:00
QMK Bot
90f3e139e6
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 16:09:40 +00:00
Albert Y
713ce7b276
[Keyboard] rskeys100 LED index correction ( #17139 )
2022-05-20 09:09:19 -07:00
QMK Bot
f155db37d4
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 16:09:04 +00:00
Kyle McCreery
d5aab127d2
[Docs] Update Steno Keycode Table ( #17155 )
2022-05-20 09:09:00 -07:00
AnthonyNguyen168
e1759cd638
[Keyboard] Update Layouts for MB-65S and MB-65H ( #17160 )
2022-05-20 09:08:33 -07:00
QMK Bot
c421ecdc37
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 05:51:48 +00:00
QMK Bot
92548bb3e7
[CI] Format code according to conventions ( #17164 )
2022-05-20 15:51:11 +10:00
QMK Bot
becf0307d7
[CI] Format code according to conventions ( #17165 )
2022-05-20 15:50:48 +10:00
QMK Bot
1557455f7f
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 05:44:45 +00:00
Albert Y
90612fce92
[Keyboard] 0xc_pad LED index correction ( #17120 )
2022-05-19 22:44:28 -07:00
Albert Y
5591489747
[Keyboard] launch_1 LED index correction ( #17118 )
2022-05-19 22:44:08 -07:00
QMK Bot
0dbaa7e057
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 05:38:49 +00:00
aadriance
94d89dfe82
[Keyboard] Add Eu isolation Keyboard ( #17102 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: TuckTuckFloof <stnashmore@gmail.com >
2022-05-19 22:38:15 -07:00
QMK Bot
8b33ca9fe2
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 05:29:11 +00:00
anubhav dhiman
c7e114e0bb
[Keyboard] add rad keyboard ( #17088 )
...
Co-authored-by: zvecr <git@zvecr.com >
2022-05-19 22:28:41 -07:00
QMK Bot
a97ed8a1fd
Merge remote-tracking branch 'origin/master' into develop
2022-05-20 04:38:48 +00:00
takashicompany
38073c3d44
[Keyboard] Add miniZone keyboard ( #16644 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-19 21:38:00 -07:00
GloriousThrall
83fa6fe916
Move GMMK Pro to allow for multiple revisions ( #16423 )
...
* Added GMMK PRO Rev2 WBG7 MCU compatibility. Added GMMK 2 WBG7 MCU compatibility.
* GMMK PRO MCU Updates only (removed other kbs)
* fix problems
* Optimize the code.
* Update form develop branch
* Update
* Updater from qmk/develop
* Update
* Update config.h
* Update config.h
* Remove gmmk pro rev2
* move moults31/keymap.c
* Update
* tidy up
Co-authored-by: Joy <chang.li@westberrytech.com >
Co-authored-by: zvecr <git@zvecr.com >
2022-05-20 01:47:22 +01:00
Pascal Getreuer
b5608cbb6d
Continue Caps Word when AltGr (right Alt) is held. ( #17156 )
...
This is a minor bug fix for Caps Word. Currently, Caps Word turns off
whenever a non-shift mod becomes active. This is done to avoid
interfering with hotkeys.
This commit makes an exception to continue Caps Word when AltGr (right
Alt) is held. Outside the US, the AltGr key is used to type additional
symbols (https://en.wikipedia.org/wiki/AltGr_key ). Depending on the
language, these may include symbols used within words like accented
letters where it would be desirable to continue Caps Word.
2022-05-20 01:39:00 +01:00
QMK Bot
36c8462f0a
Merge remote-tracking branch 'origin/master' into develop
2022-05-19 20:26:30 +00:00
James Young
c4c67f2eb2
KBDfans Tiger80 Community Layout Support and Keymap Touch-Up ( #17149 )
...
* info.json: apply friendly formatting
* rename LAYOUT_all to LAYOUT_tkl_f13_ansi_tsangan
* enable Community Layout support
* refactor keymaps to use grid alignment
2022-05-19 13:25:56 -07:00
QMK Bot
b4d65aac7f
Merge remote-tracking branch 'origin/master' into develop
2022-05-19 17:55:45 +00:00
James Young
394f147897
KBDfans Phase One Layout Macro Additions and Configurator Data ( #17148 )
...
* phaseone.h: add matrix diagram
* add QMK Configurator data
* add LAYOUT_65_ansi_blocker_split_bs macro
* add LAYOUT_65_ansi_wkl_split_bs macro
* add LAYOUT_65_iso_blocker macro
* add LAYOUT_65_iso_blocker_split_bs macro
* add LAYOUT_65_iso_wkl macro
* add LAYOUT_65_iso_wkl_split_bs macro
* rename LAYOUT_65_ansi_wkl to LAYOUT_65_ansi_blocker_tsangan_wkl
Differentiates the layout supported here from QMK's `65_ansi_blocker_tsangan` Community Layout, which is equivalent to this but with a 1u GUI key between Left Ctrl and Left Alt.
* rename new layout macros for codebase consistency
- `LAYOUT_65_ansi_wkl_split_bs` -> `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs`
- `LAYOUT_65_iso_wkl` -> `LAYOUT_65_iso_blocker_tsangan_wkl`
- `LAYOUT_65_iso_wkl_split_bs` -> `LAYOUT_65_iso_blocker_tsangan_wkl_split_bs`
* add reference keymaps
Add keymaps which demonstrate the layout macro implementations.
2022-05-19 10:54:57 -07:00
QMK Bot
19e6e6d1de
Merge remote-tracking branch 'origin/master' into develop
2022-05-19 07:48:36 +00:00
James Young
89e0fba75d
Hineybush Ibis Layout Additions and Configurator Rendering Update ( #17132 )
...
* info.json: apply friendly formatting
* info.json: remove dead space from rendering
* info.json: insert line breaks between physical rows in layout data
* info.json: fix overlap in key rendering
Fixes an issue where the ANSI Enter key renders on top of the ISO Hash/Tilde key, visually hiding the latter.
* add LAYOUT_ansi_all macro with associated keymap
Duplicates `LAYOUT_all`, but with the ISO Hash/Tilde and ISO Backslash keys removed.
- ANSI Enter and 2.25u Left Shift
- Backspace, Right Shift, Numpad Plus and Numpad Enter all split
- 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row
* add LAYOUT_iso_all macro with associated keymap
Duplicates `LAYOUT_all`, but with the ANSI Backslash key removed.
- ISO Enter and 1.25u Left Shift
- Backspace, Right Shift, Numpad Plus and Numpad Enter all split
- 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row
2022-05-19 00:48:01 -07:00
QMK Bot
ce9a5aaef3
Merge remote-tracking branch 'origin/master' into develop
2022-05-18 19:58:37 +00:00
Takeshi ISHII
80405c6d96
Fix platforms/avr/drivers/ws2812.c ( #17043 )
...
* Fix platforms/avr/drivers/ws2812.c
`platforms/avr/drivers/ws2812.c` has been changed to use `DDRx_ADDRESS()` and `PORTx_ADDRESS()` instead of `_SFR_IO8()` in #8646 . To use them, `#include <pin_defs.h>` is required.
## Error Log
* create new keyboard
```shell
bash-3.2$ qmk new-keyboard
Ψ Generating a new QMK keyboard directory
Name Your Keyboard Project
For more infomation, see:
https://docs.qmk.fm/#/hardware_keyboard_guidelines?id=naming-your-keyboardproject
Keyboard Name? ws2812_test
..................................
36. WB32F3G71
Please enter your choice: [12]
Ψ Created a new keyboard called ws2812_test.
Ψ To start working on things, `cd` into keyboards/ws2812_test,
Ψ or open the directory in your preferred text editor.
Ψ And build with qmk compile -kb ws2812_test -km default.
```
* Enable RGBLIGHT.
```shell
bash-3.2$ echo RGBLIGHT_ENABLE=yes >> ./keyboards/ws2812_test/rules.mk
bash-3.2$ echo '#define RGB_DI_PIN B1' >> ./keyboards/ws2812_test/config.h
bash-3.2$ echo '#define RGBLED_NUM 6' >> ./keyboards/ws2812_test/config.h
```
* Compile
```shell
bash-3.2$ make ws2812_test:default
QMK Firmware 0.16.9
Making ws2812_test with keymap default
avr-gcc (Homebrew AVR GCC 8.4.0_2) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.....................
Compiling: quantum/process_keycode/process_rgb.c [OK]
Compiling: platforms/avr/drivers/ws2812.c platforms/avr/drivers/ws2812.c: In function 'ws2812_setleds':
platforms/avr/drivers/ws2812.c:40:5: error: implicit declaration of function 'DDRx_ADDRESS' [-Werror=implicit-function-declaration]
DDRx_ADDRESS(RGB_DI_PIN) |= pinmask(RGB_DI_PIN);
^~~~~~~~~~~~
In file included from <command-line>:
./keyboards/ws2812_test/config.h:21:20: error: 'B1' undeclared (first use in this function); did you mean 'PB1'?
#define RGB_DI_PIN B1
^~
platforms/avr/drivers/ws2812.c:40:18: note: in expansion of macro 'RGB_DI_PIN'
DDRx_ADDRESS(RGB_DI_PIN) |= pinmask(RGB_DI_PIN);
^~~~~~~~~~
./keyboards/ws2812_test/config.h:21:20: note: each undeclared identifier is reported only once for each function it appears in
#define RGB_DI_PIN B1
^~
platforms/avr/drivers/ws2812.c:40:18: note: in expansion of macro 'RGB_DI_PIN'
DDRx_ADDRESS(RGB_DI_PIN) |= pinmask(RGB_DI_PIN);
^~~~~~~~~~
platforms/avr/drivers/ws2812.c:42:47: error: implicit declaration of function 'PORTx_ADDRESS' [-Werror=implicit-function-declaration]
uint8_t masklo = ~(pinmask(RGB_DI_PIN)) & PORTx_ADDRESS(RGB_DI_PIN);
^~~~~~~~~~~~~
In file included from /usr/local/Cellar/avr-gcc@8/8.4.0_2/avr/include/avr/io.h:99,
from /usr/local/Cellar/avr-gcc@8/8.4.0_2/avr/include/avr/interrupt.h:38,
from platforms/avr/drivers/ws2812.c:24:
platforms/avr/drivers/ws2812.c: In function 'ws2812_sendarray_mask':
./keyboards/ws2812_test/config.h:21:20: error: 'B1' undeclared (first use in this function); did you mean 'PB1'?
#define RGB_DI_PIN B1
^~
platforms/avr/drivers/ws2812.c:167:69: note: in expansion of macro 'RGB_DI_PIN'
: "r"(curbyte), "I"(_SFR_IO_ADDR(PORTx_ADDRESS(RGB_DI_PIN))), "r"(maskhi), "r"(masklo));
^~~~~~~~~~
cc1: all warnings being treated as errors
[ERRORS]
|
|
|
make[1]: *** [.build/obj_ws2812_test_default/ws2812.o] Error 1
make: *** [ws2812_test:default] Error 1
Make finished with errors
```
* change include order
2022-05-18 20:58:03 +01:00
QMK Bot
3904a6afbe
Merge remote-tracking branch 'origin/master' into develop
2022-05-18 17:33:52 +00:00
Takeshi ISHII
33d568e29b
Update mtei's keymap (helix/rev2:five_rows, helix/pico:mtei, helix/rev3_5rows:five_rows) ( #16966 )
...
* add users/mtei/key_blocks.h
This change does not alter the binary of the build result.
Moved common macro definitions in the following files to users/mtei/key_blocks.h.
* keyboards/helix/rev2/keymaps/five_rows/keymap.c
* keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c
* remove INIT_HELIX_OLED() in helix:five_rows
This change does not alter the binary of the build result.
* update helix/pico/keymaps/mtei/keymap.c
Changed helix/pico/keymaps/mtei/keymap.c to use users/mtei/key_blocks.h.
This change does not alter the binary of the build result.
* Remove old SSD1306OLED code from users/mtei/oled_display.c
This change does not alter the binary of the build result.
* add options ENABLE_COLEMAK, ENABLE_DVORAK and ENABLE_EUCALYN into five_rows/keymap.c
* add users/mtei/{config.h,rules.mk,user_featues.mk,user_options.mk}
* move layer_names[] from users/mtei/oled_display.c to keymaps/five_rows/keymap.c
* Update keyboards/helix/pico/keymaps/mtei/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/pico/keymaps/mtei/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/pico/keymaps/mtei/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev2/keymaps/five_rows/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev2/keymaps/five_rows/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev2/keymaps/five_rows/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/cpp_map.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/cpp_map.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/debug_config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/debug_config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update users/mtei/layer_number_util.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-19 02:33:17 +09:00
Joel Challis
6503987c84
Workaround for recent -Werror=array-bounds AVR issues ( #17136 )
2022-05-18 11:06:55 +01:00
Joel Challis
40e33d03a8
Recommend pillow as part of manual MSYS install ( #17133 )
2022-05-17 21:50:48 +01:00
QMK Bot
37eee020ed
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 18:49:34 +00:00
Ryan
d241e80533
Keymap FAQ updates ( #17130 )
2022-05-18 04:48:59 +10:00
QMK Bot
6a11331a41
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 16:13:31 +00:00
James Young
f736828fa8
Frooastside Walnut Community Layout Support ( #17112 )
...
* LAYOUT_iso: move Enter to home row
This commit makes the layout macro compatible with QMK's `tkl_nofrow_iso` Community Layout.
* rename LAYOUT_ansi to LAYOUT_tkl_nofrow_ansi
* rename LAYOUT_iso to LAYOUT_tkl_nofrow_iso
* enable Community Layout support
2022-05-17 09:12:52 -07:00
QMK Bot
8b79f30cd5
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 13:20:51 +00:00
durken1
dba5b730a3
Update pr_checklist.md ( #17122 )
2022-05-17 14:20:13 +01:00
QMK Bot
cc8c539d00
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 12:01:31 +00:00
John-Schreiber
6560903350
Adding VIA support for bfo-9000 ( #17116 )
2022-05-17 13:01:26 +01:00
Xelus22
654baebb2c
fix non-working builds ( #17123 )
2022-05-17 13:00:26 +01:00
QMK Bot
7541e75c3e
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 05:05:36 +00:00
HorrorTroll
e9e83b4da7
[Keyboard] Fixed Gas75 info.json and keymap for M64 RGB ( #17081 )
2022-05-16 22:05:05 -07:00
QMK Bot
978e2fcd14
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 05:03:38 +00:00
Albert Y
b6ee006060
[Keyboard] lulu LED index correction ( #17108 )
2022-05-16 22:03:08 -07:00
QMK Bot
1a61f1f578
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 05:02:48 +00:00
Albert Y
8b9cb030a7
[Keyboard] Latinpad LED index correction ( #17109 )
2022-05-16 22:02:35 -07:00
Albert Y
aa970e8560
[Keyboard] mach3 LED index correction ( #17110 )
2022-05-16 22:02:14 -07:00
QMK Bot
68f466db87
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 04:46:07 +00:00
Álvaro A. Volpato
467f3ae872
[Keyboard] Add Iron165R2 PCB support ( #16948 )
2022-05-16 21:45:56 -07:00
Drashna Jaelre
f22e8585a1
[Keyboard] Fix too many elements in g_led_config for quark_lp ( #17117 )
2022-05-16 21:45:11 -07:00
QMK Bot
ac1173c3d4
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 03:28:01 +00:00
Drashna Jaelre
4b7555117a
[Keyboard] Fix compilation issues for Quark LP ( #17009 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-16 20:27:22 -07:00
QMK Bot
6f499cfa12
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 01:45:33 +00:00
James Young
bc2a6cf6ae
DigiCarpice Configurator Rendering Fix ( #17113 )
...
* info.json: apply friendly formatting
* info.json: rebuild layout data
2022-05-17 02:44:34 +01:00
QMK Bot
d47c4ed4d0
Merge remote-tracking branch 'origin/master' into develop
2022-05-16 11:47:33 +00:00
moyi4681
6a94a9547d
fix tiger80 matrix error ( #17107 )
2022-05-16 12:46:37 +01:00
Nick Brassel
5816288926
Warn about LTO with arm_atsam, not ChibiOS. ( #17106 )
2022-05-16 15:29:55 +10:00
Joel Challis
85289e34ae
Various fixes for g_led_config lint warnings ( #17104 )
2022-05-16 09:40:56 +10:00
Joel Challis
608fa5154c
Data driven g_led_config
( #16728 )
2022-05-16 07:39:29 +10:00
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
2022-05-15 20:26:27 +01:00
Ryan
4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
2022-05-15 21:27:01 +10:00
Drashna Jaelre
f090881aeb
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine ( #15657 )
2022-05-15 21:24:35 +10:00
Stefan Kerkmann
4d107feca9
Check for ongoing transfers on the OUT endpoint ( #16974 )
...
...when attempting to start a receiving USB transfer. Previously, we would
check on the IN endpoint which is the transmitting part of the USB endpoint.
This is wrong and lead to two USB transfers being started immediately
after each other in case of e.g. RAW HID endpoints:
1. When finishing an OUT transfer the low level USB driver calls the out_cb
callback, which in turn initiates another OUT transfer by calling
qmkusbDataReceived.
2. When the raw hid receive channel runs empty inside the raw_hid task,
another OUT transfer is started to potentially fill the channel again. This
happens by calling ibnotify.
Both events occur directly after each other, thus triggering the bug.
2022-05-14 23:17:14 +01:00
QMK Bot
da63289505
Format code according to conventions ( #17096 )
2022-05-14 23:14:49 +01:00
QMK Bot
a899c097ce
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 22:09:12 +00:00
Mateusz Ż
94755308e0
Fix anchors with <code> in table of content ( #15169 )
2022-05-14 23:08:32 +01:00
Drashna Jaelre
db887e63d7
Enhancement and fixes of "Secure" feature ( #16958 )
2022-05-14 23:07:08 +01:00
QMK Bot
baa8d07fdb
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:29:01 +00:00
James Young
3a543d8990
Eason Capsule65 Community Layout Support ( #17090 )
...
* capsule65.h: modify matrix diagram
Taken from the VIA layout data.
* rename LAYOUT to LAYOUT_all
* add LAYOUT_65_ansi macro
* add LAYOUT_65_ansi_blocker macro
* add LAYOUT_65_ansi_blocker_tsangan macro
* add LAYOUT_65_ansi_split_bs macro
* add LAYOUT_65_ansi_blocker_split_bs macro
* add LAYOUT_65_ansi_blocker_tsangan_split_bs macro
* add LAYOUT_65_iso macro
* add LAYOUT_65_iso_split_bs macro
* add LAYOUT_65_iso_blocker macro
* add LAYOUT_65_iso_blocker_split_bs macro
* add LAYOUT_65_iso_blocker_tsangan macro
* add LAYOUT_65_iso_blocker_tsangan_split_bs macro
* enable Community Layout support
* info.json: update maintainer value
This field is meant to reference the maintainer's GitHub username.
2022-05-14 22:28:29 +01:00
QMK Bot
710e8c0ccc
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:25:09 +00:00
James Young
90a43f9884
Axolstudio Foundation Gamma: Community Layout Support ( #17080 )
...
* LAYOUT_tkl_f13_ansi_tsangan support
Renames `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_f13_ansi_tsangan`. Also enables Community Layout support.
* LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift support
2022-05-14 22:23:58 +01:00
QMK Bot
c0f0f594d4
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:23:13 +00:00
James Young
8c58af39af
Avalanche: add QMK Configurator data ( #17092 )
...
* avalanche/v1: add info.json
* avalanche/v2: add info.json
* avalanche/v3: add info.json
2022-05-14 22:22:39 +01:00
QMK Bot
78a9e1708a
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:22:05 +00:00
James Young
24f378e6c3
Clickety Split Leeloo: QMK Configurator Fixes ( #17093 )
...
* info.json: fix key sequence error
* info.json: fix visual rendering
Clarify the physical locations of the keys.
* info.json: update maintainer field
This field is meant to reference the maintainer's GitHub username.
2022-05-14 22:21:31 +01:00
Drashna Jaelre
cd8d2b7f7f
Revert "Fix kinetic mouse mode ( #16951 )" ( #17095 )
2022-05-14 13:03:07 -07:00
QMK Bot
3eb6558602
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 16:15:06 +00:00
James Young
2f9197cfcd
F13 TKL with Split Backspace and Split Right Shift Community Layouts ( #17082 )
...
* add tkl_f13_ansi_split_bs_rshift Community Layout
* add tkl_f13_ansi_tsangan_split_bs_rshift Community Layout
* add tkl_f13_iso_split_bs_rshift Community Layout
* add tkl_f13_iso_tsangan_split_bs_rshift Community Layout
2022-05-14 09:14:19 -07:00
Pascal Getreuer
68b16bba68
[Core] Add Caps Word feature to core ( #16588 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-14 16:00:32 +10:00
Yorick Peterse
90eef4cd15
Fix kinetic mouse mode ( #16951 )
...
Co-authored-by: Jan Christoph Ebersbach <jceb@e-jc.de >
2022-05-14 15:26:12 +10:00
Drashna Jaelre
787a68948f
[Core] Add Reboot keycode to core ( #15990 )
2022-05-14 13:35:49 +10:00
QMK Bot
425c54cf8c
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 03:17:20 +00:00
HorrorTroll
8e2b8413b4
[Keyboard] Add M64 RGB ( #17069 )
2022-05-13 20:16:46 -07:00
QMK Bot
e0cdeab951
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 16:54:39 +00:00
takashicompany
82828c3205
[Keyboard] Add keyboard "Spreadwriter" ( #17031 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-13 09:53:43 -07:00
QMK Bot
158dc6829a
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 16:35:28 +00:00
HorrorTroll
3a80275fa1
[Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 ( #17070 )
2022-05-13 09:34:47 -07:00
QMK Bot
75a32de441
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:36:47 +00:00
Stephon Parker
e5e7039368
[Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update layout ( #16787 )
...
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: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local >
2022-05-12 23:36:12 -07:00
QMK Bot
c4b2e9101d
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:34:42 +00:00
Josh Hinnebusch
ffe16386f0
[Keyboard] H60 updates ( #16999 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-12 23:33:53 -07:00
QMK Bot
ff8c962d2e
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:22:36 +00:00
Andrew Kannan
fc3d3ef076
[Keyboard] Add caps and num indicators to Balance keyboard ( #17075 )
2022-05-12 23:22:03 -07:00
QMK Bot
478f83f711
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:21:56 +00:00
Kyle McCreery
c199514372
[Bug] Updated Cirque Pinnacle SPI driver to read data correctly ( #17074 )
2022-05-12 23:21:25 -07:00
QMK Bot
e53e75f4ce
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 20:11:40 +00:00
James Young
58c37c0814
65_iso_split_bs Community Layout keymap bugfix ( #17072 )
...
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
2022-05-12 21:11:02 +01:00
QMK Bot
6b39a38212
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 18:24:53 +00:00
James Young
b26ba52bdd
[Keyboard] KBIC65 Refactor ( #17066 )
2022-05-12 11:24:40 -07:00
jack
59fa34a6fa
[Keyboard] Refactor mechwild/mokulua ( #17068 )
2022-05-12 11:24:03 -07:00
QMK Bot
a8183340d0
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 06:49:59 +00:00
Astrid Yu
c0ab4ed539
Allow overriding Niv inputs in shell.nix ( #16602 )
2022-05-12 09:49:15 +03:00
QMK Bot
ec7801e2cb
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 05:52:09 +00:00
HorrorTroll
8a4ef2b3c4
[Keyboard] Move M63 RGB into maker folder ( #17061 )
2022-05-11 22:51:37 -07:00
QMK Bot
ff9aca781a
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 05:28:32 +00:00
jack
77aba32bc6
initial ( #17067 )
2022-05-12 06:27:58 +01:00
QMK Bot
56ca807f85
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 04:49:18 +00:00
Kyle McCreery
d6e1de8c83
[Keyboard] Add Mokulua keyboard ( #17055 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-11 21:49:11 -07:00
JX
4d1332b62c
[Keyboard] Cleanup zhou65 and add nz64 keyboard ( #17032 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-11 21:48:47 -07:00
QMK Bot
a284b99876
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 04:48:35 +00:00
HorrorTroll
ffa1b37634
[Keyboard] Add Black E6.5 keyboard ( #16807 )
2022-05-11 21:47:41 -07:00
QMK Bot
b03daac76b
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 00:09:49 +00:00
Vino Rodrigues
7fd05afb10
[Keyboard] Revert "Fix id67 RGB Matrix ( #16916 )" - on IDOBAO ID67 kb ( #16917 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-11 17:09:10 -07:00
QMK Bot
12fe4c49de
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 23:55:09 +00:00
Vino Rodrigues
37417d531d
[Keyboard] remove handwired/reddot as per #14211 ( #17033 )
2022-05-11 16:54:27 -07:00
QMK Bot
d3443a4e8b
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 23:40:13 +00:00
sauvehoo
fa6fe11c33
[Keyboard] Add ano keyboard ( #16885 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-11 16:39:59 -07:00
TJ
767e7db0ed
[Keyboard] Littlefoot lx dev ( #16771 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-11 16:39:35 -07:00
QMK Bot
da02de5413
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 23:38:15 +00:00
4pplet
ddba52325c
[Keyboard] Yakiimo PCB ( #16984 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: 4pplet <4pplet@protonmail.com >
Co-authored-by: 4pplet <stefan.ess@gmail.com >
2022-05-11 16:37:43 -07:00
QMK Bot
bc6956909a
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 23:09:53 +00:00
Minke Zhang
df9c266f45
[Keyboard] Update YMDK Split 64 config ( #16979 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-11 16:09:14 -07:00
QMK Bot
be08c86451
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 22:39:48 +00:00
Daniel Osipishin
ba59927018
[Keyboard] Add subrezon/la_nc keyboard ( #16833 )
...
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: Daniel Osipishin <daniel.osipishin@retarus.de >
2022-05-11 15:39:08 -07:00
QMK Bot
6024ade4fa
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 19:52:13 +00:00
James Young
8e9a81a860
KBDfans KBD75 Refactor - 2022 Edition ( #17052 )
...
* add license headers
* tidy-up revision rules.mk files
- convert tabs to spaces
- align inline comments
- update rule ordering
* touch-up readme.md
* touch-up rev1/rev1.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev1/rev1.h: add matrix diagram
* touch-up rev2/rev2.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev2/rev2.h: add matrix diagrams
* rev1/info.json: apply friendly formatting
* rev2/info.json: apply friendly formatting
* refactor layout macros
- switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi`
- makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility
- move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers
- remove `LAYOUT_iso_1u` (was unused)
- rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl`
- rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl`
* refactor default keymap
- use four-space indent
- update grid alignment
* refactor iso keymap
- refactor to use `LAYOUT_75_iso` macro
- change from Split to 2u Backspace
- change from Split to Standard Spacebar
- change `KC_BSLS` keycode to `KC_NUHS`, and place on home row
- use four-space indent
- update grid alignment
* refactor via keymap
- use four-space indent
- update grid alignment
* touch-up readme.md again
Fix a broken link.
* update section comments in revision header files
* add Full Winkeyless layouts
- add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
2022-05-11 12:51:39 -07:00
QMK Bot
48eafd98ef
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 11:30:44 +00:00
Willy Breitenbach
c9e336fde6
[Keyboard] fix tf65rgbv2 keyboard layout ( #17029 )
2022-05-11 04:30:05 -07:00
QMK Bot
8c16efabaf
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 11:13:23 +00:00
Albert Y
214d2a31ed
[Keyboard] Add usable tap-hold defaults for ferris via ( #16696 )
2022-05-11 04:12:47 -07:00
QMK Bot
7a7a413730
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 10:58:18 +00:00
peepeetee
371499c3a7
[Keyboard] Momokai Tap Trio ( #16463 )
...
* add winry3m3w
* change name to Momokai Tap Trio
* Delete settings.json
* add rgb effects
* amend default keymap
* add limited RGB controls to default keymap
* fix VAD
* Update keyboards/momokai/tap_trio/tap_trio.h
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/momokai/tap_trio/tap_trio.h
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/momokai/tap_trio/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/momokai/tap_trio/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* implement RGB matrix, change default keymap
* change keymaps
* change rgb effects
* comment out the RGB matrix and switch back to RGB light due to VIA not playing ball
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-11 03:57:46 -07:00
QMK Bot
869b3a030e
Merge remote-tracking branch 'origin/master' into develop
2022-05-11 10:15:08 +00:00
kb-elmo
f3fdd6ae5d
[Keyboard] Add Axostudio Yeti hotswap version ( #16820 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-11 03:13:50 -07:00
QMK Bot
6641c4cecb
Merge remote-tracking branch 'origin/master' into develop
2022-05-10 18:07:59 +00:00
takashicompany
615dbd62e9
[Keyboard] Fix led num for center_enter/qoolee ( #17050 )
2022-05-10 11:07:01 -07:00
QMK Bot
bda47ad467
Merge remote-tracking branch 'origin/master' into develop
2022-05-10 16:01:25 +00:00
Eugene-Yuan Kou
a3e057e779
Adding akira ( #16982 )
...
* keyboard:akira initial commit
* Update keyboards/ekow/akira/akira.h
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/ekow/akira/keymaps/via/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/ekow/akira/readme.md
Co-authored-by: Joel Challis <git@zvecr.com >
* Update .gitignore
Co-authored-by: Joel Challis <git@zvecr.com >
* Update readme.md
* Update keyboards/ekow/akira/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update rules.mk
remove redundant content.
* added keyboard/ekow/keymaps/via/keymap.c
* remove .ccls-cache
* add instructions of enter the bootloader
* add instructions of enter the bootloader
* modify ekow/akira:via
* Update keyboards/ekow/akira/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update keyboards/ekow/akira/keymaps/via/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-10 17:00:30 +01:00
QMK Bot
4957a633e9
Merge remote-tracking branch 'origin/master' into develop
2022-05-10 12:26:23 +00:00
8bits4ever
796ededd59
converter/a1200/mistress1200: further firmware shrinking to fit on Atmega16U4 (16kb) ( #17040 )
...
* Create dummy.txt
* Add files via upload
* Add files via upload
* Delete dummy.txt
* Update config.h
* Update rules.mk
* Update keymap.c
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update config.h
* Update rules.mk
* Update readme.md
* Update config.h
* Update rules.mk
* Update config.h
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-10 13:25:42 +01:00
QMK Bot
bfa04efada
Merge remote-tracking branch 'origin/master' into develop
2022-05-10 01:29:03 +00:00
Jay Greco
120d5d5520
Update RMKB to support SNAP ( #17042 )
2022-05-10 02:28:16 +01:00
QMK Bot
f1c69e5d2c
Merge remote-tracking branch 'origin/master' into develop
2022-05-09 01:05:49 +00:00
Guillaume Gérard
76eff706f6
feat: add support for JJ50 VIA ( #16420 )
2022-05-09 02:05:05 +01:00
Ryan
7177434a02
MSYS2 install: add some Python dependencies through Pacman ( #17025 )
2022-05-07 13:01:46 +01:00
QMK Bot
785444199e
Merge remote-tracking branch 'origin/master' into develop
2022-05-07 00:01:50 +00:00
Doomsdayrs
5acdb4c921
Sol3 fix rgb map ( #17019 )
...
* Fix for key -> LED mapping
* Revert whitespace changes
* Revert whitespace changes 2
Co-authored-by: theVDude <rb.cubed@gmail.com >
2022-05-07 01:01:16 +01:00
Ryan
4e9a811e58
converter/usb_usb: remove surplus commas ( #17024 )
2022-05-07 01:00:55 +01:00
Ryan
ceb9b0f7b8
gboards/gergoplex: move COMBO_ENABLE
to keymap level ( #16667 )
2022-05-07 09:58:38 +10:00
Ryan
a8a03b108c
usb-usb converter: community layout support ( #16773 )
2022-05-07 09:48:26 +10:00
QMK Bot
84ffd4f72d
Merge remote-tracking branch 'origin/master' into develop
2022-05-06 12:18:51 +00:00
Ryan
8c23f87c51
Ensure .hex file output for ARM Teensys ( #17014 )
2022-05-06 13:18:03 +01:00
QMK Bot
7598f1f3af
Merge remote-tracking branch 'origin/master' into develop
2022-05-06 06:16:19 +00:00
Xelus22
49267b135b
[Bug] Fix RS60 Rev2 I2C ( #17015 )
2022-05-06 16:15:49 +10:00
QMK Bot
5de74ce494
Merge remote-tracking branch 'origin/master' into develop
2022-05-05 10:32:25 +00:00
Josh Hinnebusch
890dfebe8d
Add ibis PCB ( #17001 )
...
* initial ibis commit
* updates etc
* layout updates to fix mismatched keys
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/hineybush/ibis/info.json
Co-authored-by: Joel Challis <git@zvecr.com >
* Update keyboards/hineybush/ibis/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-05 11:31:52 +01:00
QMK Bot
034854ae39
Merge remote-tracking branch 'origin/master' into develop
2022-05-05 08:09:13 +00:00
Xelus22
3fbf9dc290
[Keyboard] RS60 Rev2 Addition ( #16988 )
2022-05-05 01:08:35 -07:00
QMK Bot
5a6c2711fa
Merge remote-tracking branch 'origin/master' into develop
2022-05-05 02:56:19 +00:00
Mateusz Mojsiejuk
11e20fa0c9
Add missing dependency for qmk setup on Fedora ( #17003 )
2022-05-04 19:55:47 -07:00
QMK Bot
4b337b228a
Merge remote-tracking branch 'origin/master' into develop
2022-05-04 15:11:15 +00:00
npspears
7608902794
[Keyboard] Add per-key RGB for Quark LP RGB variants ( #16671 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-04 08:10:35 -07:00
QMK Bot
f64d30f38e
Merge remote-tracking branch 'origin/master' into develop
2022-05-04 15:09:27 +00:00
E.Iosifidis
5e6f9dfc4d
[Keymap] Introduced New layer & Improvements ( #16921 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-04 08:08:47 -07:00
Nick Brassel
be9fa68785
Also format *.hpp files. ( #16997 )
2022-05-04 05:48:41 +10:00
QMK Bot
34e6be748a
Merge remote-tracking branch 'origin/master' into develop
2022-05-03 10:22:46 +00:00
jonavin
c03e18f728
Jonavin-kb67-Reduce mem usage ( #16991 )
...
Co-authored-by: Jonavin <=>
2022-05-03 11:22:10 +01:00
QMK Bot
766c2eeb16
Merge remote-tracking branch 'origin/master' into develop
2022-05-02 19:35:44 +00:00
Ryan Skidmore
66fc18c756
keyboards/ryanskidmore: add rskeys100 keyboard ( #15506 )
...
* keyboards/ryanskidmore/rskeys100: add rskeys100 draft firmware
* keyboards/ryanskidmore/rskeys100: fix firmware
* ryanskidmore/rskeys100: fix remaining bugs
* keyboards/ryanskidmore/rskeys100: finishing touches on firmware
* keyboards/ryanskidmore/rskeys100: migrate from full replacement matrix scanning to lite, move rgb matrix enable call to keymap
* keyboards/ryanskidmore/rskeys100: remove undefines, clarify comments
* ryanskidmore/rskeys100: remove unused imports
* keyboards/ryanskidmore/rskeys100: pr feedback
2022-05-02 12:34:44 -07:00
QMK Bot
bca6367ba9
Merge remote-tracking branch 'origin/master' into develop
2022-05-01 18:00:33 +00:00
ROYMEETSWORLD
8b668a24d6
[Keyboard] Add gameroyadvance ( #16882 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-01 10:59:51 -07:00
QMK Bot
2b6df95894
Merge remote-tracking branch 'origin/master' into develop
2022-04-29 22:56:43 +00:00
Hunter Haugen
b2d0dd2f32
[Keymap] Improve Pain27 default keymap readability ( #16956 )
2022-04-30 08:56:04 +10:00
QMK Bot
48580cd08a
Merge remote-tracking branch 'origin/master' into develop
2022-04-29 10:46:32 +00:00
jack
28e1cfc278
Fix fjlabs/solanis ( #16965 )
2022-04-29 20:45:56 +10:00
QMK Bot
a99494c400
Merge remote-tracking branch 'origin/master' into develop
2022-04-29 08:14:35 +00:00
Rucker Machine
d84a1fb9a4
[Keyboard] RM_Numpad: Fix layout bug ( #16857 )
...
Co-authored-by: jason <jrucker2004@gmail.com >
2022-04-29 01:13:26 -07:00
QMK Bot
e6ea4ce3af
Merge remote-tracking branch 'origin/master' into develop
2022-04-29 07:07:34 +00:00
Felix Jen
3e9fec5dcc
[Keyboard] Solanis H87C/H88C Compatible Replacement PCBs ( #16942 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-29 00:06:49 -07:00
QMK Bot
676bbc6f63
Merge remote-tracking branch 'origin/master' into develop
2022-04-29 06:59:07 +00:00
Joel Challis
ef8db9f104
Remove ARM pgm_read_word workaround in rgblight ( #16961 )
2022-04-28 23:58:55 -07:00
Nicholas Granado
ff4a6a2fd7
[Keymap] Add keymap for kinesis advantage ( #16862 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-28 23:58:22 -07:00
Joel Challis
6e819945ed
Remove some layout exceptions ( #16957 )
...
* LAYOUT_JP -> LAYOUT_jp
* LAYOUT_ANSI_DEFAULT -> LAYOUT
* LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
2022-04-29 01:31:55 +01:00
Joel Challis
d458d4a596
Move disable_jtag to platforms ( #16960 )
2022-04-29 01:23:50 +01:00
Ryan
0de08b09e7
Sendstring keycode overhaul ( #16941 )
2022-04-29 09:36:48 +10:00
QMK Bot
e2802ca2cb
Merge remote-tracking branch 'origin/master' into develop
2022-04-28 18:17:09 +00:00
skeletonkbd
2275b35e92
[Keyboard] Add SkeletonNumPad ( #16753 )
...
* add SkeletonNumPad keyboard
* fix
* fix
* fixed info.json
* Update keyboards/skeletonkbd/skeletonnumpad/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Change RGBLIGHT_LIMIT_VAL
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-28 11:16:21 -07:00
QMK Bot
35062b00d3
Merge remote-tracking branch 'origin/master' into develop
2022-04-28 17:38:44 +00:00
Felix Jen
a2a9611f18
[Keyboard] Add Maker Keyboards Alexa Solder PCB ( #16943 )
2022-04-28 10:37:57 -07:00
QMK Bot
c0af83cdde
Merge remote-tracking branch 'origin/master' into develop
2022-04-28 17:36:09 +00:00
XScorpion2
0edc0c05e1
[Keyboard] Small fix for Sol3 with only a slave touch bar ( #16952 )
2022-04-28 10:35:27 -07:00
QMK Bot
fc52a30780
Merge remote-tracking branch 'origin/master' into develop
2022-04-27 23:12:15 +00:00
Ryan
e99d6d582c
Add Ukrainian keymap header ( #16947 )
...
* Add Ukrainian keymap header
* Docs
2022-04-28 00:11:41 +01:00
QMK Bot
a8459aa242
Merge remote-tracking branch 'origin/master' into develop
2022-04-26 14:10:21 +00:00
Ryan
14d6c0b441
dactyl_manuform/3x5_3: fix layout ( #16944 )
2022-04-26 15:09:47 +01:00
Ryan
645359e5d0
Joystick: Simplify report descriptor and clean up error messages ( #16926 )
2022-04-26 08:54:34 +10:00
QMK Bot
178b70f355
Merge remote-tracking branch 'origin/master' into develop
2022-04-25 09:30:59 +00:00
Ryan
73688057f4
Add missing dead key LUTs for sendstring headers ( #16929 )
2022-04-25 19:30:20 +10:00
QMK Bot
f1804c18b4
Merge remote-tracking branch 'origin/master' into develop
2022-04-25 05:08:44 +00:00
tuvietnamm
0369fb0047
Fix backslash bug ( #16935 )
2022-04-25 15:08:11 +10:00
QMK Bot
0395840eb9
Merge remote-tracking branch 'origin/master' into develop
2022-04-24 13:01:58 +00:00
Ryan
e1f6fa579a
gergoplex: small cleanup ( #16928 )
2022-04-24 14:01:29 +01:00
QMK Bot
056f7b3676
Merge remote-tracking branch 'origin/master' into develop
2022-04-24 02:01:33 +00:00
Albert Y
c2bf039893
[Keyboard] Add missing KC_QUOT ( #16925 )
2022-04-23 19:00:54 -07:00
QMK Bot
54427509d5
Merge remote-tracking branch 'origin/master' into develop
2022-04-23 20:57:30 +00:00
Felix Jen
857178e779
[Keyboard] Add Rooboard 65 ( #15294 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-04-23 13:56:58 -07:00
QMK Bot
16c41c20cf
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 11:50:45 +00:00
jack
d973734976
Fix id67 RGB Matrix ( #16916 )
2022-04-22 21:50:11 +10:00
QMK Bot
62ff93f62a
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 08:19:39 +00:00
Daniel Weeks
8020950976
Added massdrop/ctrl:xanimos keymap ( #16187 )
...
Co-authored-by: xanimos <dan@xanimos.com >
2022-04-22 18:19:06 +10:00
QMK Bot
7808ddac0a
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 08:17:09 +00:00
DL Ford
56b125ad77
Add Dactyl_Manuform/3x5_3 ( #16238 )
2022-04-22 18:16:33 +10:00
Nick Brassel
a727bd6463
Update ChibiOS-Contrib ( #16915 )
2022-04-22 09:14:00 +01:00
Stefan Kerkmann
b1681fb6a1
[Core] Allow usage of AVRs minimal printf library ( #16266 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-04-22 18:13:31 +10:00
QMK Bot
68a3fe8347
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:56:03 +00:00
E.Iosifidis
d64ec7cb19
[Keymap] Addition of new keymap for the anavi macropad8 keyboard ( #16910 )
...
* Creation of Visual Studio Code keymap
* Add files via upload
2022-04-22 00:55:25 -07:00
QMK Bot
97f4a75fd7
[CI] Format code according to conventions ( #16914 )
2022-04-22 17:48:06 +10:00
QMK Bot
fdd31468ca
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:42:25 +00:00
toinux
d8b9796a32
[Keymap] Toinux's crkbd keymap and userspace ( #16437 )
2022-04-22 17:41:54 +10:00
QMK Bot
f1cf119c65
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:39:47 +00:00
Víctor Pont
97b861d104
[Keyboard] Fix Pegasus Hoof (2013) layout, matrix and pin assignment ( #16042 )
2022-04-22 17:38:16 +10:00
QMK Bot
05ab7453ec
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:38:00 +00:00
IskandarMa
83ce70c821
[Docs] zh-cn document translate: git parts ( #15576 )
...
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com >
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com >
2022-04-22 17:37:29 +10:00
QMK Bot
c797dbfb1b
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:36:44 +00:00
dexter93
e4942df397
Chibios USB protocol: allow overriding RAW Capacity ( #16339 )
2022-04-22 17:36:32 +10:00
peepeetee
ba8b236727
[Keyboard]Remove RGB light implementation of ID67, revert the file structure changes by #15558 ( #15854 )
2022-04-22 17:36:08 +10:00
customMK
0100629fa2
Fix AVR backlight breathing: low brightness limit & exceeding breathing table max index ( #16770 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com >
2022-04-22 17:33:59 +10:00
QMK Bot
a372ddcfed
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:32:34 +00:00
yiancar
912e24ba9a
Loki65 ( #16844 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-04-22 17:32:01 +10:00
QMK Bot
76f3f0858d
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:21:51 +00:00
Ladduro
336791b915
Keychron Q2 add Caps Lock indicator and layer RGB ( #16641 )
2022-04-22 17:21:15 +10:00
QMK Bot
5024769b78
Merge remote-tracking branch 'origin/master' into develop
2022-04-22 07:17:59 +00:00
HorrorTroll
61b3f125bf
Added new keyboard Gas75 ( #16768 )
2022-04-22 17:17:28 +10:00
QMK Bot
f44d569144
Merge remote-tracking branch 'origin/master' into develop
2022-04-21 21:49:28 +00:00
Takeshi ISHII
c2939bf038
[Keymap] Fix build error helix:five_rows
( #16847 )
2022-04-21 14:48:50 -07:00
Takeshi ISHII
8f692e22e3
Helix/rev2 move to split common ( #16723 )
2022-04-21 14:33:08 -07:00
Joel Challis
969c68a9ad
Provide better config defaults for bluepill boards ( #16909 )
2022-04-22 07:03:28 +10:00
QMK Bot
bcb7e471d5
Merge remote-tracking branch 'origin/master' into develop
2022-04-21 16:34:10 +00:00
Simon Arlott
1e389c7904
rgblight: Fix rgblight_blink_layer when multiple layers are active ( #16824 )
2022-04-21 09:33:29 -07:00
QMK Bot
f3ce93fe00
Merge remote-tracking branch 'origin/master' into develop
2022-04-21 16:09:36 +00:00
Dasky
fb4f25c0b5
[Keyboard] Fix kin80 default keymap ( #16893 )
2022-04-21 09:08:47 -07:00
QMK Bot
12d1eb0415
Merge remote-tracking branch 'origin/master' into develop
2022-04-20 17:11:12 +00:00
jpe230
81be7bb7b5
Fix i2c driver doc: Incorrect name ( #16898 )
2022-04-20 18:10:20 +01:00
QMK Bot
332d7f00c5
Merge remote-tracking branch 'origin/master' into develop
2022-04-20 07:47:19 +00:00
jels
580a5d25cb
Fixed error in config ( #16895 )
2022-04-20 08:46:30 +01:00
peepeetee
bd8220e9fc
move amj keyboards into amjkeyboard vendor folder ( #15733 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-20 05:19:34 +10:00
peepeetee
314865f833
move melody96 to ymdk vendor folder ( #15680 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-20 05:19:16 +10:00
Dasky
40a7714ce5
rename define checks ( #16892 )
2022-04-19 20:15:34 +01:00
Nick Brassel
c76a23c37a
Fix build. ( #16891 )
2022-04-19 20:00:37 +01:00
QMK Bot
7976779e6c
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 17:58:36 +00:00
Danny
b310bf6ca3
[Keyboard] Add notes on Iris rev6a firmware ( #16878 )
2022-04-19 10:57:58 -07:00
QMK Bot
682dbb21a7
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 11:30:46 +00:00
Dmitry Nosachev
83709e7dbe
kin80 ( #16754 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-19 21:30:15 +10:00
QMK Bot
c3a03b6423
[CI] Format code according to conventions ( #16888 )
2022-04-19 21:28:14 +10:00
Joy Lee
25f849b397
Update wb32-dfu ( #16438 )
2022-04-19 21:21:12 +10:00
QMK Bot
b88d04eb62
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 11:20:43 +00:00
LegoWolf
499060a9a5
Dactyl manuform 5x6 5 via ( #16741 )
2022-04-19 21:20:11 +10:00
Drashna Jaelre
9056775e20
Add hacky via support for RGB Matrix ( #16086 )
2022-04-19 21:18:28 +10:00
QMK Bot
d938ccb2fd
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 11:05:51 +00:00
gourdo1
be7198ca49
New custom keymap for Glorious GMMK Pro ANSI layout ( #16199 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-04-19 21:05:13 +10:00
QMK Bot
2b23237da1
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 11:04:21 +00:00
jack
ad31ea3f51
boardsource/microdox V2 ( #16569 )
2022-04-19 21:03:51 +10:00
KoenGoe
671b62efab
Fixes #16705 : digital rain follows val ( #16716 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-04-19 21:02:21 +10:00
QMK Bot
2a4db15f62
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 11:00:36 +00:00
Allen Choi
9ead40db0c
Fix broken build for users/curry ( #16492 )
2022-04-19 21:00:01 +10:00
Stefan Kerkmann
7712a286dc
[Core] Use a mutex guard for split shared memory ( #16647 )
2022-04-19 20:56:16 +10:00
QMK Bot
176ab14649
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 10:53:44 +00:00
jpe230
1acb37db7f
Add initial support for the Makey Makey Classic ( #16658 )
2022-04-19 20:53:09 +10:00
QMK Bot
eab3be1e75
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 10:40:23 +00:00
MakotoKurauchi
bdd1f318c3
[Keyboard] New kbd 1k ( #15509 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: mtei <2170248+mtei@users.noreply.github.com >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-19 20:39:43 +10:00
QMK Bot
5719353240
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 10:34:10 +00:00
Abhinav
67329cffb5
Add my planck layout ( #13143 )
...
* Add my planck layout
* Add copyright
* Address requested changes
* Fix dipswitch return type
2022-04-19 20:33:18 +10:00
QMK Bot
1dee7bc7f3
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 10:32:51 +00:00
Álvaro Cortés
50ec365806
[Keymap] A Colemak keymap for the crkbd keyboard ( #16550 )
2022-04-19 20:32:11 +10:00
QMK Bot
2744c1b2cf
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 10:31:47 +00:00
Takeshi ISHII
bde724e124
Change helix:yshrsmz keymap to use split_common ( #16537 )
2022-04-19 20:31:10 +10:00
uqs
690dc4bdaf
Add support for multiple sensors to pmw3360 ( #15996 )
2022-04-19 20:29:17 +10:00
peepeetee
9f63bce70b
move keyhive exclusive boards into /keyhive ( #16084 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-19 20:17:21 +10:00
peepeetee
cff489bfdb
move 麦田 boards into /mt ( #16095 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-19 20:06:35 +10:00
peepeetee
e13aefe41d
move z150_bh at101_bh omnikey_bh to viktus/ ( #16004 )
2022-04-19 18:57:53 +10:00
QMK Bot
860f53dac4
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 02:33:59 +00:00
Sắn
958600d518
[Keyboard] Add Amber80 Solder & VCL65 Solder ( #15945 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 19:33:32 -07:00
Andrew Charnley
90dd16ccd2
[Keymap] Add andrewcharnley keymap for GMMK Pro ( #15320 )
2022-04-18 17:23:38 -07:00
QMK Bot
02104270ed
Merge remote-tracking branch 'origin/master' into develop
2022-04-19 00:18:54 +00:00
8bits4ever
773124e9c0
[Keyboard] Add converter/a1200/mistress1200 variant ( #16634 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-04-18 17:18:10 -07:00
QMK Bot
c397720c87
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 17:02:06 +00:00
jack
1ab1ce1b46
[Keyboard] Fix resume1800 - Dynamic layer count undefined ( #16877 )
2022-04-18 10:01:33 -07:00
Nick Brassel
6819420b0e
Preinstall python dependencies before executing qmk
. ( #16874 )
2022-04-18 15:46:52 +01:00
Nick Brassel
f50a623909
Fixup AVR builds. ( #16875 )
...
* Fixup AVR builds.
* Update platforms/avr/hardware_id.c
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 15:39:45 +01:00
Joel Challis
b8245a5507
Expose API for hardware unique ID ( #16869 )
2022-04-18 20:51:40 +10:00
QMK Bot
7aa9a353ac
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:30:24 +00:00
DeeDesired
ad9a137942
[Keyboard] Add CrimsonKeyboards' Resume1800 ( #16842 )
2022-04-18 02:29:53 -07:00
QMK Bot
886b257c3f
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:29:04 +00:00
jack
8c91e90381
[Keyboard] sandbox - fix keymaps ( #16873 )
2022-04-18 02:28:28 -07:00
QMK Bot
dce3dc3fe5
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:15:38 +00:00
Md. Mashur Shalehin Sakib
f52f3f1077
[Keyboard] Add deskpad ( #15602 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 02:13:44 -07:00
Denis Savran
b1ceb4bb6a
Fix one-shot locked modifiers ( #16114 )
...
* Fix state updates of one-shot locked modifiers
Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state.
`get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled.
* Do not delete one-shot locked modifiers on a one-shot layer toggle
Non-locked one-shot modifiers are not removed so this behavior adds inconsistency.
Also the one-shot locked modifiers state was reset without unregistering any modifiers.
2022-04-18 02:12:25 -07:00
QMK Bot
5fc8f8488f
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:12:03 +00:00
alaviss
0d67eec5e2
Ploopy Trackball Mini: only define DPI options as needed ( #16160 )
2022-04-18 02:11:56 -07:00
QMK Bot
9bd8d08834
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:11:43 +00:00
Ramon Imbao
8826a1dea5
[Keyboard] Add the Ciel ( #16816 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 02:11:32 -07:00
Brandon Claveria
c6de26fc6f
[Keyboard] Add digicarpice ( #16791 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: swiftrax <swiftrax@github.com >
2022-04-18 02:11:11 -07:00
QMK Bot
f6fd6942ef
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 09:08:22 +00:00
Álvaro A. Volpato
5fe3b9ffa5
[Keyboard] SharkPCB release Beta compatibility ( #16713 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 02:07:49 -07:00
Michał Szczepaniak
5b6faa173b
Add customizable snake and knight animation increments ( #16337 )
2022-04-18 02:07:36 -07:00
QMK Bot
4d67fe66a3
Merge remote-tracking branch 'origin/master' into develop
2022-04-18 07:38:07 +00:00
yfuku
fdd4af9973
[Keyboard] Add sandbox keyboard ( #16021 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-18 00:37:25 -07:00
QMK Bot
58c2bb4d64
Merge remote-tracking branch 'origin/master' into develop
2022-04-17 19:54:33 +00:00
James Young
7d60a141a2
Anne Pro 2 Refactor ( #16864 )
...
* move RGB Matrix rules to keyboard level
* move PERMISSIVE_HOLD config to keyboard level
* annepro2.c: convert tabs to spaces
* refactor rules.mk files
Reformats each version's `rules.mk` file to be arranged more similarly to those of the rest of the keyboards in QMK.
No logic change.
* annepro2.c: allow compilation without RGB Matrix
Wraps the `led_enabled` definition and the `KC_AP_RGB_*` keycodes in `#ifdef RGB_MATRIX_ENABLE`, allowing successful compilation if the user sets `RGB_MATRIX_ENABLE = no`.
* rework readme files
Reworks the main `readme.md` file to be more friendly to GitHub viewing, and removes the single-line version-specific readme files (exposes the main readme to QMK Configurator users).
* info.json: update maintainer value
* info.json: apply friendly formatting
2022-04-17 12:53:59 -07:00
QMK Bot
d958329258
Merge remote-tracking branch 'origin/master' into develop
2022-04-17 00:37:07 +00:00
Albert Y
a5a4597311
Refine LED indicator documentation ( #16304 )
2022-04-16 17:36:07 -07:00
Nick Brassel
df95495d5b
Fix #16859 . ( #16865 )
2022-04-17 00:09:37 +01:00
Stefan Kerkmann
147e57fd59
[QP] Check BPP capabilities before loading the palette ( #16863 )
2022-04-17 08:30:51 +10:00
Simon Arlott
5841c755ae
rgblight: Add functions to stop blinking one or all but one layer ( #16859 )
2022-04-17 00:02:32 +02:00
Albert Y
e5918cf968
Heatmap incorrect matrix effect workaround ( #16315 )
2022-04-16 11:34:07 -07:00
QMK Bot
030a96a3f5
Merge remote-tracking branch 'origin/master' into develop
2022-04-16 18:28:19 +00:00
moyi4681
3b6e48b012
[Keyboard] Add Phase One keyboard ( #16430 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-16 11:28:16 -07:00
Amber Cronin
6d13199ed0
Fix Xorg segfault with KeebCats PCBs ( #16434 )
2022-04-16 11:27:51 -07:00
Jouke Witteveen
8f585153c4
Add GET_TAPPING_TERM macro to reduce duplicate code ( #16681 )
...
* Add GET_TAPPING_TERM macro to reduce duplicate code
The macro gives the right tapping term depending on whether per-key
tapping terms and/or dynamic tapping terms are enabled. Unnecessary
function calls and variable resolution are avoided.
Fixes #16472 .
* Use GET_TAPPING_TERM for Cirque trackpads
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
2022-04-16 11:24:09 -07:00
QMK Bot
cad0af09a8
Merge remote-tracking branch 'origin/master' into develop
2022-04-16 18:19:59 +00:00
X-Bows Tech
7d75f88ac9
[Keyboard] Update X-Bows Keyboard ( #16765 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Shulin <mumu@x-bows.com >
2022-04-16 11:19:24 -07:00
Joel Challis
92a61aa0cd
Implement XAP 'secure' core requirements ( #16843 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
2022-04-16 11:13:05 -07:00
QMK Bot
ae4d518352
Merge remote-tracking branch 'origin/master' into develop
2022-04-16 17:41:18 +00:00
Simon Arlott
1cfe49714f
rgblight: Limit max repeat times in rgblight_blink_layer_repeat ( #16860 )
2022-04-16 10:40:48 -07:00
QMK Bot
14d084ae13
Merge remote-tracking branch 'origin/master' into develop
2022-04-16 01:23:46 +00:00
Joel Challis
b331c98ca4
Resolve layout macro inconsistencies for rmkeebs/rm_numpad ( #16856 )
2022-04-16 02:23:19 +01:00
QMK Bot
59885d07af
Merge remote-tracking branch 'origin/master' into develop
2022-04-14 18:24:36 +00:00
Will Winder
8de4065b09
[Keyboard] Add avalanche ( #16407 )
...
* [Keyboard] Add avalanche
* PR feedback
* Update keyboards/avalanche/v1/config.h
* Update keyboards/avalanche/v1/v1.h
* Update keyboards/avalanche/v2/config.h
* Update keyboards/avalanche/v2/v2.h
* Update keyboards/avalanche/v3/config.h
* Update keyboards/avalanche/v3/v3.h
* Apply suggestions from code review
* Remove rules.mk comment and fix other comments.
* Shared encoder code, follow conventions in rules.mk files.
* Remove config files which do not change defaul behavior.
2022-04-14 11:23:32 -07:00
QMK Bot
399de0be12
Merge remote-tracking branch 'origin/master' into develop
2022-04-14 17:02:01 +00:00
Tim Liu
b9e11253c4
[Keyboard] Add via support for creatkeebs/glacier ( #16747 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-04-14 10:01:26 -07:00
QMK Bot
cbc59e383f
Merge remote-tracking branch 'origin/master' into develop
2022-04-14 16:27:09 +00:00
holtenc
812f97e241
[Keyboard] move/rename obro to Meridian RGB ( #16828 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-04-14 09:26:24 -07:00
QMK Bot
a6884e6933
Merge remote-tracking branch 'origin/master' into develop
2022-04-14 05:43:00 +00:00
Drashna Jaelre
a4a67d515e
Ignore VIA(L) json files ( #16845 )
2022-04-14 15:42:24 +10:00
QMK Bot
88028dd982
Merge remote-tracking branch 'origin/master' into develop
2022-04-14 03:28:03 +00:00
leah-splitkb
18e56902c9
Fix external flash on AVR ( #16851 )
2022-04-14 13:27:26 +10:00
QMK Bot
2858415789
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 16:45:55 +00:00
jack
46c0db458e
[Keyboard] Fix kay65 - Missing keycode ( #16849 )
2022-04-13 09:45:16 -07:00
QMK Bot
4a8743cdb1
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 16:27:55 +00:00
jack
f3004d960f
[Keyboard] Fix waffling80 - Missing comma ( #16848 )
2022-04-13 09:27:20 -07:00
QMK Bot
6814e32757
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:31:55 +00:00
ClicketySplit
8580380eec
[Keyboard] The inaugural commit for Leeloo's firmware. ( #16599 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-13 07:31:11 -07:00
QMK Bot
294ef95bc9
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:29:44 +00:00
N L
0272621133
[Keymap] bépo layout on Lily58L ( #16243 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-13 07:29:06 -07:00
QMK Bot
1e6ef5d42e
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:29:05 +00:00
Rucker Machine
57466c47ba
[Keyboard] Add RM_Numpad ( #15983 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: jason <jrucker2004@gmail.com >
2022-04-13 07:28:12 -07:00
QMK Bot
46292f5098
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:27:27 +00:00
Tyler Tolley
973bc88b0f
[Keymap] Add thattolleyguy keymaps ( #15351 )
...
* Adding personal keymaps
* Update licenses
* Fix RGB settings
* Define used animations
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-04-13 07:27:07 -07:00
QMK Bot
c4a6636873
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:25:32 +00:00
Simon
937ffcecc8
[Keyboard] Add Frooastboard Walnut (69% Keyboard) ( #16743 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-13 07:25:16 -07:00
moyi4681
8430774430
[Keyboard] add tiger80 keyboard ( #16742 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-04-13 07:24:56 -07:00
bwisn
ad981dea72
[Keyboard] annepro2: match default keymap to stock keycaps ( #16724 )
2022-04-13 07:24:38 -07:00
QMK Bot
fff2606665
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:24:12 +00:00
Christian Lo
3f8343e552
[Keyboard] Add banime40 keyboard ( #16694 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-13 07:23:01 -07:00
mechlovin
a8e01df50f
[Keyboard] correct matrix for Kay65 ( #16751 )
2022-04-13 07:20:00 -07:00
Tyler Thrailkill
87777d1cdd
[Keymap] Fix snowe keymap after updates to QMK ( #16777 )
2022-04-13 07:19:24 -07:00
mudhead
e9ad400b83
[Keyboard] KBD67 rev1 Caps Lock LED Fix ( #16790 )
2022-04-13 07:18:21 -07:00
IFo Hancroft
7216243a7a
[Keyboard] Ported ErgoDox to VIA ( #16804 )
2022-04-13 07:17:11 -07:00
QMK Bot
930cf6457a
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 14:11:59 +00:00
4pplet
cf152dd16b
[Keyboard] Waffling60 - minor tweak, improve default behavior of caps lock indicator. ( #16836 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: 4pplet <4pplet@protonmail.com >
Co-authored-by: 4pplet <stefan.ess@gmail.com >
2022-04-13 07:11:19 -07:00
Nick Brassel
1f2b1dedcc
Quantum Painter ( #10174 )
...
* Install dependencies before executing unit tests.
* Split out UTF-8 decoder.
* Fixup python formatting rules.
* Add documentation for QGF/QFF and the RLE format used.
* Add CLI commands for converting images and fonts.
* Add stub rules.mk for QP.
* Add stream type.
* Add base driver and comms interfaces.
* Add support for SPI, SPI+D/C comms drivers.
* Include <qp.h> when enabled.
* Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789.
* Add support for GC9A01.
* Add support for ILI9341.
* Add support for ILI9163.
* Add support for SSD1351.
* Implement qp_setpixel, including pixdata buffer management.
* Implement qp_line.
* Implement qp_rect.
* Implement qp_circle.
* Implement qp_ellipse.
* Implement palette interpolation.
* Allow for streams to work with either flash or RAM.
* Image loading.
* Font loading.
* QGF palette loading.
* Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images.
* Image drawing.
* Animations.
* Font rendering.
* Check against 256 colours, dump out the loaded palette if debugging enabled.
* Fix build.
* AVR is not the intended audience.
* `qmk format-c`
* Generation fix.
* First batch of docs.
* More docs and examples.
* Review comments.
* Public API documentation.
2022-04-13 18:00:18 +10:00
QMK Bot
1dbbd2b6b0
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 07:46:28 +00:00
Adam Lickel
b8cb147573
[Keymap] sinc/lickel: Use backlight keys in Fn Row ( #16789 )
2022-04-13 00:45:42 -07:00
QMK Bot
40b76faba8
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 07:04:52 +00:00
PJB Keyboard Design
dfe0515a4b
[Keyboard] Add Eros by PJB ( #16756 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-04-13 00:04:14 -07:00
QMK Bot
57d8bae083
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 07:03:46 +00:00
Allen Choi
935af9e999
[Keymap] fixed oled turn-off issue for crkbd:gotham ( #16748 )
2022-04-13 00:03:01 -07:00
QMK Bot
64aa180775
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:40:47 +00:00
4pplet
6d816d94f7
[Keyboard] Add ratio65 by rationalist ( #16727 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-12 23:40:20 -07:00
4pplet
3c3662c20f
[Keyboard] Adding waffling80, TKL PCB ( #16726 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-12 23:39:44 -07:00
QMK Bot
ebf4380a83
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:37:41 +00:00
Takeshi ISHII
16c848ca00
[Keymap] Change helix:froggy_106 keymap to use split_common ( #16704 )
2022-04-12 23:37:05 -07:00
QMK Bot
06ff5fca42
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:37:02 +00:00
melonbred
f3a49876d5
[Keyboard] add pegasus ( #16701 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-12 23:36:33 -07:00
QMK Bot
929f098269
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:20:42 +00:00
Moritz
9a38ebc656
[Keyboard] add E80-1800 PCB ( #16645 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-12 23:20:07 -07:00
QMK Bot
baa566d809
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:05:08 +00:00
ziptyze
2d05c7fc25
[Keyboard] super16 update ( #16494 )
2022-04-12 23:04:38 -07:00
QMK Bot
c4ce95e55b
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 06:04:22 +00:00
Nabos
3f66e25b41
[Keyboard] add 10k ( #16531 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Nicolas Ballet <balletn@igbmc.fr >
2022-04-12 23:03:49 -07:00
QMK Bot
f1edbe5a89
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 05:51:08 +00:00
Nostril
e1c777a1c9
[Keyboard] Add Synth Labs Solo keyboard ( #16103 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-04-12 22:50:38 -07:00
QMK Bot
bcc056774f
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 05:46:44 +00:00
sol
8cc86490aa
[Keyboard] Add s-ol/0xC.pad ( #16057 )
...
* [Keyboard] Add s_ol/0xc_pad
* [Keyboard] add factory testing RGB_MATRIX pattern
Co-authored-by: s-ol <s-ol@users.noreply.github.com >
2022-04-12 22:46:12 -07:00
QMK Bot
781022e910
Merge remote-tracking branch 'origin/master' into develop
2022-04-13 05:25:52 +00:00
Daniel Perrett
a5e41615f7
[Keyboard] Add userspace pdl and a handwired board ( #14199 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-04-12 22:25:19 -07:00
QMK Bot
6a22c2e665
Merge remote-tracking branch 'origin/master' into develop
2022-04-11 13:11:57 +00:00
Kamil Zielinski
0524a82a88
Fix numbering to match the correct columns ( #16831 )
2022-04-11 14:11:14 +01:00
QMK Bot
c5423400c3
Merge remote-tracking branch 'origin/master' into develop
2022-04-11 10:19:24 +00:00
Dasky
e13ad14cb7
GMMK Pro return false in encoder user. ( #16830 )
2022-04-11 20:18:44 +10:00
QMK Bot
d291ad90b4
Merge remote-tracking branch 'origin/master' into develop
2022-04-11 09:10:56 +00:00
Takeshi ISHII
3bde05c568
Change helix:froggy keymap to use split_common ( #16703 )
...
* create LAYOUT_half() macro into helix/rev2/keymaps/froggy/keymap.c
* Makes QMK standerd OLED driver used by the helix:froggy keymap switchable.
* Change helix:froggy keymap to use split_common
2022-04-11 18:09:37 +09:00
Sascha
bf67abb046
Fixed usb read loops not reading until timeout ( #16827 )
...
* the size variable was redeclared (hiding the variable of the outside scope) and therefore the while check was always false, so the compiler just removed the do while loop, but it would be better to read all data and only exit the task, after this is done
2022-04-10 00:27:02 +02:00
QMK Bot
4ce0203208
Merge remote-tracking branch 'origin/master' into develop
2022-04-09 18:49:52 +00:00
Simon Arlott
84c9d6ff39
[Bug] Fix matrix scan reporting interval ( #16825 )
2022-04-09 11:49:20 -07:00
QMK Bot
f4f2efd117
Merge remote-tracking branch 'origin/master' into develop
2022-04-09 18:06:48 +00:00
Takeshi ISHII
98d411232f
Reduce the size of the keymap helix:fraanrosi ( #16717 )
2022-04-10 03:06:12 +09:00
Joel Challis
2cfbc1445c
Allow new-keyboard to use development_board presets ( #16785 )
2022-04-08 20:12:32 +01:00
QMK Bot
675ce76972
Merge remote-tracking branch 'origin/master' into develop
2022-04-07 22:11:06 +00:00
joedinkle
e2ace195b0
Header file fixes for all keymaps ( #16180 )
2022-04-07 18:10:29 -04:00
QMK Bot
0738c9b7f3
Merge remote-tracking branch 'origin/master' into develop
2022-04-07 12:52:17 +00:00
James Young
f4c6e76cf6
io_mini1800 Configurator Fixes ( #16813 )
...
* info.json: apply friendly formatting
* info.json: fix key sequence errors
Fixes out-of-sequence issue for the Numpad Plus key on both layouts.
2022-04-07 13:51:17 +01:00
QMK Bot
e96d9abe3c
Merge remote-tracking branch 'origin/master' into develop
2022-04-07 05:19:59 +00:00
Laneware
d198d7924d
Update LW-67 info.json ( #16788 )
...
* Update info.json
Fixed:
-ISO Enter Position
-Up Arrow Position
-PgDn Position
Cause of Error:
-Keyboard Layout Editor Places Iso Enter on R1 Rather Than R2 like the ANSI Enter
* Update info.json
Fixed Compile Error to Previous Change
* Update keyboards/lw67/info.json
2022-04-06 22:19:24 -07:00
QMK Bot
14a867436c
Merge remote-tracking branch 'origin/master' into develop
2022-04-06 21:01:35 +00:00
James Young
fa978542e9
Sandwich Keeb68 Layout Macro Rework and Configurator Data ( #16803 )
...
* keeb68.h: use QMK 3-character notation
* physically arrange layout macro
Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively.
Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent.
* move `keymaps/grv_esc/readme.md` to `keymaps/default/`
The file contents say "default keymap".
* enable Community Layouts support
* add QMK Configurator data
* touch-up `rules.mk`
2022-04-06 22:00:59 +01:00
Erovia
85de020573
CLI: Bump the 'jsonschema' version ( #16635 )
...
* CLI: Bump the 'jsonschema' version
Update the used meta-schema from Draft 7 from 2018 to the latest one,
Draft 2020-12.
Currently, the validator falls back to Draft 7 if the newer validator is
not available. Draft 2020-12 support was introduced to 'jsonschema' in
version 4.0.0.
* Fix formatting
2022-04-06 19:46:16 +01:00
Joel Challis
d870716457
Add bluepill/blackpill development board presets ( #16806 )
2022-04-06 15:46:13 +01:00
QMK Bot
0ef2246496
Merge remote-tracking branch 'origin/master' into develop
2022-04-06 10:13:39 +00:00
James Young
4a729a7be5
QK65 Solder Community Layout Support ( #16796 )
...
* refactor solder.h
- use QMK 3-character notation
- convert tabs to spaces
* solder.h: add matrix diagram
* rename LAYOUT_solder to LAYOUT_all
* rename LAYOUT_iso to LAYOUT_65_iso_blocker
Also adds Community Layouts rule to `rules.mk`.
* info.json: improve formatting
- convert tabs to spaces
- format file to four-space indent
* refactor keymaps
- convert tabs to spaces
- update grid alignment of keycodes
- remove trailing whitespace
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_iso_blocker_split_bs
* add LAYOUT_65_ansi_blocker_tsangan
* add LAYOUT_65_iso_blocker_tsangan
* add LAYOUT_65_ansi_blocker_tsangan_split_bs
* add LAYOUT_65_iso_blocker_tsangan_split_bs
* remove 65_ansi_blocker_tsangan_split_bs from `LAYOUTS` rule
2022-04-06 03:13:05 -07:00
QMK Bot
fc2c93e57a
Merge remote-tracking branch 'origin/master' into develop
2022-04-06 10:07:15 +00:00
James Young
d508988916
QK65 Hotswap Community Layout Support ( #16793 )
...
* qk65 hotswap: Community Layout support
- renames `LAYOUT_hotswap` to `LAYOUT_65_ansi_blocker`
- adds Community Layouts rule to `rules.mk`
* refactor keymaps
Edits the keymaps to align the keycodes in a grid. Whitespace-only change.
2022-04-06 03:06:27 -07:00
Joel Challis
a5e810b86c
Add non blackpill F4x1 config files ( #16600 )
...
* Add non blackpill F4x1 config files
* Move ld files
* Remove f401 i2c bodges
* more bodge?
* Update to recommended defaults
2022-04-06 01:23:04 +01:00
Joel Challis
45504bb094
Add mechanism to limit available converters ( #16783 )
2022-04-06 01:08:38 +01:00
QMK Bot
a2f155bbdd
Merge remote-tracking branch 'origin/master' into develop
2022-04-05 21:15:00 +00:00
Danny
563c4dbb09
Add Iris Rev 6.1 ( #16722 )
2022-04-05 17:14:07 -04:00
QMK Bot
f64404cc73
Merge remote-tracking branch 'origin/master' into develop
2022-04-05 19:14:18 +00:00
James Young
67bb6e1945
RGBKB Sol 3 rev1: Configurator Data and Readme ( #16798 )
...
* add QMK Configurator data
* add readme file
2022-04-05 12:13:45 -07:00
QMK Bot
99f7a8fcd3
Merge remote-tracking branch 'origin/master' into develop
2022-04-05 18:46:13 +00:00
James Young
2f917dd768
Cutie Club Novus Layout Macro Updates ( #16792 )
...
* info.json: apply friendly formatting
* rename LAYOUT_all to LAYOUT_60_ansi_split_bs_rshift
Maintains `LAYOUT_all` as an alias to `LAYOUT_60_ansi_split_bs_rshift`.
* novus.h: use QMK 3-character notation
* novus.h: add matrix diagram
* add LAYOUT_60_ansi
* add LAYOUT_60_ansi_tsangan
* refactor keymaps
- update grid alignment
- use QMK-native keycode aliases
* add LAYOUT_60_ansi_tsangan_split_bs_rshift
* rules.mk: update Community Layouts list
2022-04-05 11:45:18 -07:00
zvecr
b7c9ff4ebe
Merge remote-tracking branch 'origin/master' into develop
2022-04-05 19:29:21 +01:00
QMK Bot
c0216e92fa
Format code according to conventions ( #16802 )
2022-04-05 19:21:05 +01:00
Erovia
69be0dc97c
Fix lineendings for eason/capsule65 ( #16801 )
2022-04-05 20:13:00 +02:00
QMK Bot
3c1a3c1719
Merge remote-tracking branch 'origin/master' into develop
2022-04-05 18:06:57 +00:00
eason
aec9942f37
add folders and capsule65 ( #16687 )
2022-04-05 20:06:05 +02:00
QMK Bot
5407cf5256
Merge remote-tracking branch 'origin/master' into develop
2022-04-04 19:27:36 +00:00
James Young
8b438a9165
Wavtype Foundation Layout Macro Refactor and Configurator Update ( #16781 )
...
* info.json: apply friendly formatting
* info.json: update layout data
- update labels to make them QMK CLI friendly
- update key sizes and dimensions (removes key overlaps and mis-locations)
* foundation.h: edit white space
- convert tabs to spaces
- edit alignment of arrays
* foundation.h: add matrix diagram
* rename LAYOUT to LAYOUT_ansi_split_bs
* rename LAYOUT_tkl_ansi_7u to LAYOUT_ansi_tsangan_split_bs
* rename LAYOUT_tkl_iso to LAYOUT_iso_split_bs_rshift
* rename LAYOUT_tkl_iso_7u to LAYOUT_iso_tsangan_split_bs_rshift
* refactor keymaps
- use definitions from `layer_names` enum
- use grid alignment
- use QMK-native keycode aliases
* add reference keymaps
Add `default_ansi_tsangan_split_bs`, `default_iso_split_bs_rshift`, and `default_iso_tsangan_split_bs_rshift` keymaps.
* refactor ISO layouts
Edits the ISO layout macros so that the keycode for Enter is to the end of the home row.
* info.json: fix LAYOUT_iso_tsangan_split_bs_rshift reference
Thanks to zvecr.
2022-04-04 12:27:01 -07:00
QMK Bot
af3c7bae23
Merge remote-tracking branch 'origin/master' into develop
2022-04-04 19:20:40 +00:00
James Young
6a156cb5cc
Hineybush H65 Hotswap Layout Additions and Configurator Update ( #16780 )
...
* info.json: apply friendly formatting
* h65_hotswap.h: use QMK 3-character notation
* h65_hotswap.h: add matrix diagram
* rename LAYOUT to LAYOUT_all
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_split_bs
* grid align keycodes in keymaps
* rules.mk: align inline comments
2022-04-04 12:20:10 -07:00
QMK Bot
8e34665e6e
Merge remote-tracking branch 'origin/master' into develop
2022-04-04 18:56:54 +00:00
James Young
d59d60ff69
Hineybush H65 Layout Additions and Configurator Update ( #16779 )
...
* info.json: apply friendly formatting
* h65.h: use QMK 3-character notation
* h65.h: add matrix diagram
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_ansi_blocker_tsangan
* add LAYOUT_65_ansi_blocker_tsangan_split_bs
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_split_bs
* add LAYOUT_65_iso_blocker_tsangan
* add LAYOUT_65_iso_blocker_tsangan_split_bs
* grid align keycodes in keymaps
* rules.mk: align inline comments
2022-04-04 11:56:20 -07:00
QMK Bot
168449f86b
Merge remote-tracking branch 'origin/master' into develop
2022-04-03 21:01:50 +00:00
Joel Challis
6822101f9c
Run auto approve only on qmk/qmk_firmware ( #16786 )
2022-04-04 07:01:16 +10:00
Nick Brassel
ec4f655333
Add warning for CTCP/CONVERT_TO_PROTON_C. ( #16782 )
2022-04-03 19:17:38 +01:00
QMK Bot
ca161fbbd9
Merge remote-tracking branch 'origin/master' into develop
2022-04-03 18:02:55 +00:00
Gompa
0c8109a1ac
fix typo in ps2 set_defaults ( #16767 )
2022-04-04 04:02:28 +10:00
Joel Challis
c0ac3f7372
Add frameworking for development board presets ( #16637 )
...
* Add frameworking for development board presets
* Update lib/python/qmk/info.py
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-04-03 18:45:10 +01:00
Joel Challis
1660b2d2e2
Refactor CTPC logic to allow future converters ( #16621 )
...
* Refactor CTPC logic to allow future converters
* Update builddefs/converters.mk
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
2022-04-03 18:22:52 +01:00
QMK Bot
e6a7e7ac8e
Merge remote-tracking branch 'origin/master' into develop
2022-04-03 12:18:57 +00:00
Joel Challis
27ae37d626
Align action workflow filenames ( #16776 )
2022-04-03 13:18:28 +01:00
QMK Bot
cffe7f9cae
Merge remote-tracking branch 'origin/master' into develop
2022-04-02 21:28:49 +00:00
Joel Challis
61bd61347a
Automatically approve workflow runs from first time contributors ( #16775 )
...
* Automatically approve workflow runs from first time contributors
* Automatically approve workflow runs from first time contributors
2022-04-02 22:28:10 +01:00
QMK Bot
3c57143bae
Merge remote-tracking branch 'origin/master' into develop
2022-04-02 21:09:49 +00:00
Joel Challis
4f30b7a2c9
Automatically approve workflow runs from first time contributors ( #16774 )
2022-04-02 22:09:16 +01:00
QMK Bot
df9ddf8b61
Merge remote-tracking branch 'origin/master' into develop
2022-04-02 14:54:22 +00:00
Ryan
1caccca1f6
usb-usb converter: fix layout macros ( #16769 )
2022-04-03 01:53:21 +11:00
QMK Bot
d0b33593b2
Merge remote-tracking branch 'origin/master' into develop
2022-04-01 09:26:34 +00:00
Joel Challis
11db29bedb
Lint keyboard/project name ( #16766 )
2022-04-01 10:25:43 +01:00
QMK Bot
d75ae52fe6
Merge remote-tracking branch 'origin/master' into develop
2022-03-30 20:55:16 +00:00
Ryan
64974a7f8f
yapf: disable arithmetic predecence indication ( #16749 )
2022-03-30 21:54:13 +01:00
dn9uyen
38209c5c86
Add emulated eeprom support for STM32F303xE ( #16737 )
...
Added FEE_PAGE_SIZE and FEE_MCU_FLASH_SIZE defines for the STM32F303xE
2022-03-30 20:00:17 +01:00
QMK Bot
d76a68fb0f
Merge remote-tracking branch 'origin/master' into develop
2022-03-29 19:19:19 +00:00
m40-dev
6cdf230a20
[Keyboard] handwired/m40/5x5_macropad ( #16288 )
...
* Adding the custom handwired 5x5 macropad.
* Update keyboards/handwired/m40/5x5_macropad/readme.md
* Update keyboards/handwired/m40/5x5_macropad/rules.mk
* Update keyboards/handwired/m40/5x5_macropad/readme.md
* Update readme.md
fixed the github link to my profile
* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.c
* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h
* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h
* Update keyboards/handwired/m40/5x5_macropad/config.h
* Update keyboards/handwired/m40/5x5_macropad/readme.md
* Update keyboards/handwired/m40/5x5_macropad/config.h
* Update keyboards/handwired/m40/5x5_macropad/readme.md
* Update keyboards/handwired/m40/5x5_macropad/keymaps/default/keymap.c
* Apply suggestions from code review
* added discord Id for maintainer contact
* Update keyboards/handwired/m40/5x5_macropad/readme.md
* Update keyboards/handwired/m40/5x5_macropad/info.json
2022-03-29 12:18:39 -07:00
QMK Bot
aadf0a1038
Merge remote-tracking branch 'origin/master' into develop
2022-03-28 16:47:16 +00:00
Moritz
9b24abf251
[Keyboard] Change linworks Dolice product ID to non-duplicate value ( #16745 )
2022-03-28 09:46:38 -07:00
Stefan Kerkmann
119abc4375
Refactor writePin to work with statements ( #16738 )
2022-03-27 15:07:25 -07:00
QMK Bot
03f9b8db15
Merge remote-tracking branch 'origin/master' into develop
2022-03-27 20:29:09 +00:00
Erovia
8c0198334c
CLI: Lint non-data driven macros in info.json ( #16739 )
...
* CLI: Lint non-data driven macros in info.json
Macros in info.json should either have the "matrix" key with the matrix
data or should should be also present in <keyboard>.h
* Add verification of matrix data
* Use generic '<keyboard>.h' in output
* Add keyboard name to output
* Make C layout macro finding more robust
The old code missed C macros if they had whitespace between '#' and
'define' or had whitespace before '#'.
2022-03-27 21:28:36 +01:00
QMK Bot
5f6c5cb54b
Merge remote-tracking branch 'origin/master' into develop
2022-03-27 02:03:30 +00:00
Shandon Anderson
5fae1ec9c3
[Keyboard] Add Mino Hotswap PCB ( #16664 )
...
Co-authored-by: Shandon Anderson <shandon@shandon.codes >
2022-03-26 19:02:59 -07:00
QMK Bot
50c1b9afdb
Merge remote-tracking branch 'origin/master' into develop
2022-03-26 19:35:51 +00:00
Lê Nguyễn Hoàng Nhân
f874984b96
Fix typos in matrix/noah readme ( #16735 )
...
Change "keybaord" to keyboard
2022-03-26 19:35:19 +00:00
QMK Bot
05ac5727f2
Merge remote-tracking branch 'origin/master' into develop
2022-03-26 19:15:58 +00:00
Erovia
55e5daa868
Fix bug when 'info.json' lookup escapes keyboard dir ( #16734 )
2022-03-26 19:15:25 +00:00
Ryan
c05e8afe45
Joystick feature updates ( #16732 )
...
* Joystick feature updates
* Move new functions to joystick.h
* Docs
2022-03-26 18:38:09 +00:00
QMK Bot
71ffb41c9b
Merge remote-tracking branch 'origin/master' into develop
2022-03-26 01:06:29 +00:00
Evelien Dekkers
084df6a288
[Keyboard] Add nt210 ( #16461 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-25 18:06:03 -07:00
QMK Bot
1fabad1cec
Merge remote-tracking branch 'origin/master' into develop
2022-03-26 00:46:16 +00:00
somepin
7e0dde1f00
[Keyboard] Add YDKB Grape PCB ( #16661 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-25 17:45:35 -07:00
QMK Bot
7cec7b6780
Merge remote-tracking branch 'origin/master' into develop
2022-03-26 00:37:32 +00:00
Anton
53a88af036
[Keymap] corne and planck keyboards keymaps ( #15570 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-25 17:37:05 -07:00
QMK Bot
2957f60dc1
Merge remote-tracking branch 'origin/master' into develop
2022-03-24 20:14:36 +00:00
Erovia
efc9c525b1
CLI: Add 'via2json' subcommand ( #16468 )
2022-03-24 21:13:40 +01:00
Simon
dc9eb21332
add the ability to change the pwm frequency for the IS31FL3737B ( #16718 )
2022-03-24 18:08:22 +00:00
QMK Bot
706bceeff8
Merge remote-tracking branch 'origin/master' into develop
2022-03-24 17:02:32 +00:00
Carlo Sala
f7a5ec2483
update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap ( #16725 )
2022-03-24 16:42:48 +00:00
QMK Bot
1ac1f92000
Merge remote-tracking branch 'origin/master' into develop
2022-03-24 05:24:12 +00:00
Nathan Johnson
980a1b0562
[Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use process_record_user ( #16715 )
2022-03-23 22:24:02 -07:00
jack
e335d62eda
[Keyboard] Add keyboard level encoder function for GMMK Pro ( #16721 )
2022-03-23 22:23:40 -07:00
QMK Bot
7e69348335
Merge remote-tracking branch 'origin/master' into develop
2022-03-23 18:43:36 +00:00
kopibeng
55b3b2b848
[Keyboard] Add support for XT60 ( #16708 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-23 11:42:54 -07:00
QMK Bot
5342caf172
Merge remote-tracking branch 'origin/master' into develop
2022-03-23 16:40:54 +00:00
Drashna Jaelre
4a3b4104fe
[Bug] Fix unused variable error when using ChibiOS Bitbang serial driver ( #16709 )
2022-03-23 09:38:51 -07:00
Minna Pallari
08aa54b66f
[Keymap] Xiudi XD75 Finnish/Swedish keymap ( #16311 )
2022-03-23 09:35:14 -07:00
Dan Hertz
92d38c37ec
[Keymap] Add dhertz keychron map v0 ( #16571 )
2022-03-23 09:34:42 -07:00
4pplet
74f4682309
[Keyboard] Waffling60 - readme update ( #16707 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: 4pplet <4pplet@protonmail.com >
Co-authored-by: 4pplet <stefan.ess@gmail.com >
2022-03-23 09:34:07 -07:00
Dan Beste
a772a7f3a7
[Keymap] Input Club's Whitefox "True Fox" ( #16711 )
2022-03-23 09:33:30 -07:00
QMK Bot
eca8782b54
Merge remote-tracking branch 'origin/master' into develop
2022-03-23 06:02:29 +00:00
ChrisBeswick
28bd777f58
[Keyboard] Graystudio Apollo80 ( #16469 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-22 23:01:55 -07:00
QMK Bot
5ee6f9c9c1
Merge remote-tracking branch 'origin/master' into develop
2022-03-23 05:07:00 +00:00
kb-elmo
c803c50dc0
[Keyboard] Add Axolstudio Foundation Gamma ( #15948 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-22 22:06:26 -07:00
QMK Bot
dae932fc31
Merge remote-tracking branch 'origin/master' into develop
2022-03-22 16:39:32 +00:00
Luc
f610011aa3
[Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key ( #16695 )
2022-03-22 09:38:50 -07:00
Joel Challis
23f365f8bc
Ignore transport defaults if SPLIT_KEYBOARD is unset ( #16706 )
...
* Ignore transport defaults if SPLIT_KEYBOARD is unset
* keep exists check
2022-03-22 10:48:13 +00:00
Joel Challis
4f8cc32cf5
Extend 'qmk info' to handle keymap level overrides ( #16702 )
2022-03-21 11:57:41 +01:00
QMK Bot
aea9005236
Merge remote-tracking branch 'origin/master' into develop
2022-03-21 08:06:10 +00:00
Takeshi ISHII
7eb6f86bc0
[Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c ( #16697 )
2022-03-21 01:05:38 -07:00
QMK Bot
b19d7399ca
Merge remote-tracking branch 'origin/master' into develop
2022-03-20 17:24:36 +00:00
Droxx
669ad3c805
Droxx keymap ( #16607 )
...
* add droxx kaymap
* add droxx keymap
* fixed config.h
* fixed rules.mk
* fixed rules.mk
* updated readme.md
* Update config.h
* Update keymap.c
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update config.h
* Update readme.md
* Update keymap.c
2022-03-20 17:24:09 +00:00
QMK Bot
9216dd3917
Merge remote-tracking branch 'origin/master' into develop
2022-03-20 17:06:27 +00:00
Alabahuy
1bc8793f83
Add Rart75 hotswap and support via ( #16619 )
...
* Add Keyboard Rart75 Hotswap version
* Update readme
* Update config and readme
* Update info.json
* update readme and keymaps
2022-03-20 17:05:56 +00:00
QMK Bot
4dae5ff37d
Merge remote-tracking branch 'origin/master' into develop
2022-03-20 17:03:16 +00:00
Joshua Barber
6125f7bf4d
Add MutePad keyboard (Handwired) ( #16590 )
...
* Add MutePad keyboard
* Update info.json and readme
* Move mutepad to handwired folder
* Address PR comments
2022-03-20 17:02:46 +00:00
Ryan
cfe28937d5
MS Sculpt Mobile refactor ( #16038 )
2022-03-20 15:19:46 +11:00
QMK Bot
729d7c2b2e
Merge remote-tracking branch 'origin/master' into develop
2022-03-19 20:59:03 +00:00
Ryan
2f095b8925
qmk.path.FileType: fix argument handling ( #16693 )
...
* qmk.path.FileType: pass in mode as first argument
* Better solution
* Grammar...
2022-03-19 20:58:30 +00:00
QMK Bot
223bc47658
Merge remote-tracking branch 'origin/master' into develop
2022-03-19 17:41:15 +00:00
Joel Challis
047ef3cd12
VUSB - Use correct endpoint poll for VIA ( #16691 )
2022-03-19 17:40:47 +00:00
QMK Bot
5dcee0199e
Merge remote-tracking branch 'origin/master' into develop
2022-03-19 16:38:09 +00:00
leviport
3502bbbd16
Fix typo in docs/ref_functions.md ( #16690 )
2022-03-19 16:37:35 +00:00
QMK Bot
32d6c122e9
Merge remote-tracking branch 'origin/master' into develop
2022-03-19 11:53:10 +00:00
Ryan
e354cbe782
device_ver
-> device_version
for some more boards (#16685 )
2022-03-19 11:52:40 +00:00
QMK Bot
98e783cc3c
Format code according to conventions ( #16686 )
2022-03-19 11:52:03 +00:00
Ryan
9ee2effe8e
HD44780 driver rework ( #16370 )
2022-03-19 17:57:22 +11:00
QMK Bot
86b5c6b5c3
Merge remote-tracking branch 'origin/master' into develop
2022-03-19 06:53:09 +00:00
stanrc85
06b6729b16
[Keymap] Update some code and keyboard rules ( #16680 )
2022-03-18 23:52:33 -07:00
QMK Bot
c39eeaa1c8
Merge remote-tracking branch 'origin/master' into develop
2022-03-18 18:49:56 +00:00
Drashna Jaelre
61c644f6d0
[Keyboard] Update Tractyl Manuform config files ( #16684 )
2022-03-18 11:49:22 -07:00
QMK Bot
a900f9251a
Merge remote-tracking branch 'origin/master' into develop
2022-03-18 17:25:20 +00:00
Florian
773242503c
annepro2: Add more LED functionalities to default-layer-indicators ( #16676 )
2022-03-18 17:24:43 +00:00
QMK Bot
3a08deb7fe
Merge remote-tracking branch 'origin/master' into develop
2022-03-18 16:02:57 +00:00
Joel Challis
ed773ab73c
Relocate CLI git interactions ( #16682 )
2022-03-18 16:02:24 +00:00
zvecr
bffb209eee
Merge remote-tracking branch 'origin/master' into develop
2022-03-18 01:15:23 +00:00
Joel Challis
e5823b5650
[CLI] Add common util for dumping generated content ( #16674 )
2022-03-18 01:09:29 +00:00
Drashna Jaelre
02655690f4
[Core] Add compile/make macro to core ( #15959 )
...
* [Core] Add KC_MAKE keycode to core
fix linting
fix testing error
work around test idiocyncracies
fix more lint
something something stupid tests
add doc
* updates based on feedback
* Add bad names
* Fixup docs
* semantics but cleaner
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
* Hide oneshot checks behind preprocessors
* Move no-compile option around
* Fix formatting
* make shift optional
* Make opt in
* fix formatting
* update send string function name
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-03-17 21:19:34 +00:00
QMK Bot
2749346a53
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 23:45:35 +00:00
Joel Challis
417f089115
Print out generated files during build ( #16672 )
2022-03-17 10:45:06 +11:00
QMK Bot
4e863dbdef
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 15:34:51 +00:00
Jay Greco
193dd01f4e
[Keyboard] Add nullbits TIDBIT ( #15182 )
2022-03-16 08:34:16 -07:00
QMK Bot
024bda1dd3
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 04:09:30 +00:00
Ryan
d5d2a01db2
gboards/butterstick: move steno rules config to keymap level ( #16666 )
2022-03-16 04:08:52 +00:00
QMK Bot
78f7c7bb0d
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 03:58:24 +00:00
Ryan
8c5779f768
Fix m3n3van and minim keyboard names in keymap JSON ( #16665 )
2022-03-16 03:57:47 +00:00
QMK Bot
d802e1c805
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 03:15:02 +00:00
Yakbats
a867cfc26d
Update the AL1 Vender ID ( #16660 )
...
* Add via to AL1
* Updated number of rows and columns, and applied suggestions from code review
* Update Vender ID
Change the Vender ID for Triangle Lab to comply with the via PR checklist.
2022-03-16 03:14:31 +00:00
QMK Bot
db6d432d6a
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 03:13:51 +00:00
AnthonyNguyen168
fded67f1a9
[MB-65S] Change layout to follow change request from OEM ( #16663 )
2022-03-16 03:13:14 +00:00
QMK Bot
b2e870e4a2
Merge remote-tracking branch 'origin/master' into develop
2022-03-16 00:07:19 +00:00
an_achronism
f6f4d85aa5
yugo_m enhancement: include all available key positions ( #16216 )
...
* yugo_m enhancement to include all available key positions in matrix
2022-03-15 17:06:27 -07:00
QMK Bot
919df5934b
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 23:28:31 +00:00
Joel Challis
8bffc61959
Ensure dependent CI workflows run ( #16662 )
2022-03-15 23:27:55 +00:00
QMK Bot
d37ed07c47
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 22:58:50 +00:00
Moritz
77aafd8056
[Keyboard] Add Dolice keyboard ( #16186 )
2022-03-15 15:58:16 -07:00
QMK Bot
8e1f505ab2
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 22:49:10 +00:00
Tom Konidas
a808c29726
[Keymap] Planck Keymap: tomkonidas ( #15869 )
2022-03-15 15:48:13 -07:00
QMK Bot
5f817a1d7f
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 13:57:46 +00:00
Ryan
764dc18a81
Remove NO_ACTION_MACRO
and NO_ACTION_FUNCTION
from keyboard config.h ( #16655 )
2022-03-15 13:56:58 +00:00
QMK Bot
872b521e4f
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 12:50:04 +00:00
Joel Challis
46e85ded47
Add merge workflow for XAP branch ( #16652 )
...
* Add merge workflow for XAP branch
* uncomment
2022-03-15 12:49:23 +00:00
QMK Bot
3315894269
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 09:35:53 +00:00
jack
e9bf95e0f2
[Keyboard] Fix westm/westm68 compliation errors ( #16657 )
2022-03-15 02:35:17 -07:00
QMK Bot
1335d205f4
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 08:35:53 +00:00
jpuerto96
e94c2df3f3
[Keyboard] Io mini1800 ( #16115 )
...
* First commit
* first commit
* 2x3u layout functional
* 625u layout
* rotary encoder
* Modifications to keymaps
* Remove ingrained from io_mini branch
* Update readme
* Update info.json
* change hardware availability
* Change rules.mk wording to match other PR
* Update keyboards/io_mini1800/rules.mk
* Update keyboards/io_mini1800/keymaps/default/keymap.c
* Update keyboards/io_mini1800/keymaps/2x3u/keymap.c
* Update keyboards/io_mini1800/io_mini1800.c
* Update keyboards/io_mini1800/keymaps/2x3u/readme.md
* Update keyboards/io_mini1800/readme.md
2022-03-15 01:35:11 -07:00
QMK Bot
037c5b5496
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 08:31:53 +00:00
Albert Y
9aaf4a5a9b
Add split keyboard example for Bootmagic Lite ( #16349 )
...
* Add split keyboard example for bootmagic lite
* Add handedness link
* Edit sentence structure
* Apply suggested language correction
2022-03-15 01:31:17 -07:00
QMK Bot
af5fe7fb75
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 08:30:10 +00:00
PaperCraneKeyboards
92a9e7c50b
[Keyboard] Adding Gerald65 ( #15872 )
...
* Gerald65 new keyboard files
* removing initial population of pck
* Initial Gerald65 Keyboard files
* Changed diode direction
* added fn layer, added picture to readme
* directed mo keycode to fn layer
* Changes to vendor id and bootloader instructions
* Changed to direct image reference
* Update keyboards/papercranekeyboards/gerald65/readme.md
* Remove no longer used features
2022-03-15 01:29:35 -07:00
QMK Bot
38a257e666
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 07:28:59 +00:00
thompson-ele
87bb1a3890
[Keyboard] Add Bacca70 keyboard ( #16626 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-15 00:28:21 -07:00
QMK Bot
e784dc79a6
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 04:03:24 +00:00
jack
1ef4e305e3
Fix evancookaudio/sleepingdinosaur ( #16654 )
2022-03-15 15:02:49 +11:00
QMK Bot
34ce1353f1
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 04:01:31 +00:00
jack
36ddb567cc
[Keyboard] Fix mechlovin/kay65 ( #16653 )
2022-03-14 21:00:57 -07:00
QMK Bot
e9783df2c5
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 03:56:19 +00:00
Pear
5e5047f071
[Keyboard westm68 rev1 and fine tune westm boards ( #16528 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-14 20:55:33 -07:00
QMK Bot
4be80cadac
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 01:57:00 +00:00
evanmcook
04826d1aa1
[Keyboard] evancookaudio sleepingdinosaur v2 ( #16625 )
2022-03-14 18:56:27 -07:00
Ryan
2d9c3f9a89
Add SN74x154 driver and convert AL1 custom matrix ( #16331 )
2022-03-15 11:38:53 +11:00
QMK Bot
588abd24b5
Merge remote-tracking branch 'origin/master' into develop
2022-03-15 00:24:37 +00:00
mechlovin
7fde309799
[Keyboard] Add Kay65 PCB by Team Mechlovin' ( #15565 )
...
* add kay65 PCB
* update
* update
* Update readme.md
* Update keyboards/mechlovin/kay65/rev1/rules.mk
* Update keyboards/mechlovin/olly/jf/rules.mk
* Update keyboards/mechlovin/kay65/rev1/rules.mk
* Update keyboards/mechlovin/kay65/rev1/info.json
* Update keymap.c
* update
* Update keyboards/mechlovin/kay65/rev1/rev1.h
* Update keyboards/mechlovin/kay65/rev1/info.json
* Update keyboards/mechlovin/kay65/rev1/info.json
* Update keyboards/mechlovin/kay65/rev1/rules.mk
* Update keymap.c
* Update readme.md
* Update keyboards/mechlovin/olly/jf/readme.md
* Update keyboards/mechlovin/kay65/rev1/config.h
2022-03-14 17:23:57 -07:00
QMK Bot
9e39b99a0e
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 22:21:34 +00:00
ethsol
a939adb55c
Sentence correction ( #16650 )
2022-03-14 22:20:50 +00:00
QMK Bot
6f98a67eda
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 22:06:16 +00:00
Yakbats
6c11579876
[Keyboard] Add via keymap to AL1 ( #16499 )
2022-03-14 15:05:39 -07:00
Stefan Kerkmann
7e669421f8
Rename TICK to TICK_EVENT to prevent naming conflicts ( #16649 )
2022-03-14 20:06:21 +00:00
QMK Bot
2648a7a125
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 18:08:44 +00:00
Danny
a12d58c6c9
[Keyboard] Add BAMFK-1 ( #16409 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-14 11:08:10 -07:00
QMK Bot
1d1d7c388d
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 13:58:40 +00:00
Ryan
6a6a333c75
Disable RGB matrix pixel animations for some boards ( #16643 )
...
* idobao/id87/v2: disable RGB matrix pixel animations
* Same for two more boards
2022-03-14 13:58:05 +00:00
Ryan
5fb269b2b4
keebio/iris: Add ifdefs to encoder callbacks ( #16642 )
2022-03-14 13:57:44 +00:00
QMK Bot
cd2fca667b
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 01:57:26 +00:00
Joel Challis
c17323b0f5
bolsa/damapad - Fix missing layout macro ( #16639 )
2022-03-13 18:56:52 -07:00
jack
86a35483a1
Mousekeys fix ( #16640 )
2022-03-13 18:53:53 -07:00
Drashna Jaelre
b8574efcd6
Fix oneshot toggle logic ( #16630 )
...
* Fix oneshot toggle logic
* Enable oneshots by default
* Decrement eeconfig magic number due to eeconfig changes
2022-03-14 01:11:42 +00:00
QMK Bot
42d084d1c0
Merge remote-tracking branch 'origin/master' into develop
2022-03-14 01:04:40 +00:00
jack
8d90cf36f1
Fix 40percentclub USB descriptors ( #16638 )
2022-03-14 12:04:11 +11:00
Drashna Jaelre
921b9dad6c
[Core] Move has_mouse_report_changed
function to report.c
( #16543 )
...
* Move 'has_mouse_report_changed' checkto report.c
* change mousekeys to use memcpy
* fix linting issues
2022-03-14 00:01:47 +00:00
QMK Bot
cc9a2aef0f
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 23:56:16 +00:00
Ryan
dde4120a1e
ISP flashing guide: add instructions for flashing STM32duino bootloader ( #16568 )
2022-03-13 23:55:47 +00:00
QMK Bot
5eb3fc255b
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 23:55:18 +00:00
Ryan
c0f4179117
Move keyboard USB IDs and strings to data driven: 0-9 ( #16481 )
2022-03-13 23:54:49 +00:00
QMK Bot
338cf71ee9
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 23:46:46 +00:00
Ryan
df3770551a
USB-USB converter cleanup ( #16618 )
2022-03-13 23:46:13 +00:00
QMK Bot
3f83a21383
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 21:50:20 +00:00
Spencer Peterson
8fe3864fe7
[Keyboard] Add "Uno" rev2 ( #14071 )
...
* [Keyboard] Add "Uno" rev2
Adds support for the second revision of Uno, courtesy of @Snipeye.
* Update keyboards/uno/rev2/rules.mk
* Update keyboards/uno/rev1/rules.mk
* Update keyboards/uno/uno.h
* Update keyboards/uno/rev2/rules.mk
* Update keyboards/uno/rev1/rules.mk
* Update keyboards/uno/keymaps/demo/keymap.c
* Update keyboards/uno/keymaps/demo/keymap.c
* Update keyboards/uno/keymaps/demo/keymap.c
* Update keyboards/uno/rev2/rules.mk
* Update keyboards/uno/rev1/rules.mk
* Align rules.mk comments
* Update keyboards/uno/info.json
* Update keyboards/uno/rev1/config.h
* Update keyboards/uno/rev2/config.h
* Update keyboards/uno/rev2/config.h
* Update keyboards/uno/rev2/config.h
* Update keyboards/uno/rev1/config.h
2022-03-13 14:49:47 -07:00
QMK Bot
2df28c1850
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 17:31:22 +00:00
jels
109c60feeb
[Keyboard] Add support for Jels60 ( #16605 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-13 10:30:55 -07:00
QMK Bot
e226a70adc
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 13:57:24 +00:00
Takeshi ISHII
b906af0073
helix:edvorakjp keymap change to use split_common ( #16532 )
2022-03-13 13:56:56 +00:00
QMK Bot
16fab460fd
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 10:10:03 +00:00
jpe230
1f63dbfb8e
[Keymap] Update personal crkbd keymap ( #16624 )
2022-03-13 03:09:36 -07:00
QMK Bot
8ff2497384
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 10:09:12 +00:00
jack
08794fef4e
[Keyboard] add missing endif in glitch keyboard ( #16629 )
2022-03-13 03:08:33 -07:00
QMK Bot
55b53006a5
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 07:37:55 +00:00
Matthew Dias
dccb5711c7
[Keyboard] Add damapad ( #16443 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-12 23:37:22 -08:00
QMK Bot
ebe87aa67e
Merge remote-tracking branch 'origin/master' into develop
2022-03-13 07:36:50 +00:00
Matthew Dias
20424fd37f
[Keyboard] Add Glitch ( #16444 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-12 23:36:12 -08:00
QMK Bot
4281beb1de
Merge remote-tracking branch 'origin/master' into develop
2022-03-12 12:42:55 +00:00
Thomas Kriechbaumer
86b123141b
docs: fix code sample ( #16623 )
2022-03-12 12:42:25 +00:00
Joel Challis
dd32cdf527
Redo workaround for pin_def errors on KINETIS ( #16620 )
...
* Redo workaround for pin_def errors on KINETIS
* Redo workaround for pin_def errors on KINETIS
2022-03-11 18:50:59 +00:00
Pascal Getreuer
0eb42e042c
Fix flipped One Shot logic ( #16617 )
2022-03-11 13:28:52 +00:00
Joel Challis
1833e65370
Workaround for pin_def errors on KINETIS ( #16614 )
2022-03-11 13:27:29 +00:00
QMK Bot
0015ebad47
Merge remote-tracking branch 'origin/master' into develop
2022-03-11 13:26:21 +00:00
James Young
3f79708095
Acheron Elongate Delta: add info.json ( #16615 )
2022-03-11 13:26:15 +00:00
James Young
74b24e410b
DZ64RGB: add info.json ( #16616 )
2022-03-11 13:25:31 +00:00
QMK Bot
e3404d21fe
Merge remote-tracking branch 'origin/master' into develop
2022-03-11 05:03:12 +00:00
mechlovin
003231aaf2
[Keyboard] Add Mechlovin Infinity87.5 PCB ( #15163 )
...
* add infinity87.5
* Update readme.md
* Update keyboards/mechlovin/infinity875/config.h
* Update keyboards/mechlovin/infinity875/info.json
* Update keyboards/mechlovin/infinity875/rules.mk
* Update keyboards/mechlovin/infinity875/rules.mk
* Update keyboards/mechlovin/infinity875/config.h
* Enable RGB matrix effect
* update keymap default
* undef RGB matrix effect
* Update keyboards/mechlovin/infinity875/rules.mk
* Update keyboards/mechlovin/infinity875/rules.mk
* Update keyboards/mechlovin/infinity875/rules.mk
* Update keyboards/mechlovin/infinity875/readme.md
* Update keyboards/mechlovin/infinity875/infinity875.h
* Update keyboards/mechlovin/infinity875/infinity875.h
* Update keyboards/mechlovin/infinity875/info.json
* Update keyboards/mechlovin/infinity875/infinity875.h
* Update keyboards/mechlovin/infinity875/infinity875.h
* Update keyboards/mechlovin/infinity875/info.json
* Update keyboards/mechlovin/infinity875/info.json
* Update keyboards/mechlovin/infinity875/info.json
2022-03-10 21:02:40 -08:00
Joel Challis
7e6f1c9e08
Force platform pin defs to be included ( #16611 )
...
* Force platform pin defs to be included
* Always grab first header
2022-03-10 23:53:16 +00:00
QMK Bot
e9458fd694
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 23:28:26 +00:00
Rocco Meli
ee71362f99
Personal user space and CRKBD R2G keymap ( #15888 )
...
* 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>
* create personal keymap for r2g
* reduce firmware size
* change keymap to follow physical layout
* remove RGBlight config lines to make both sides work (@Dasky on MechboardsUK Discord)
* strip down configuration, similar to crkbd/r2g:mb_via
* remove wrong oled code overwriting the r2g one
* broken code with RGB matrix (briks right side)
* remove high max brightness limit
* caps lock tap dance and RGB indicator for active caps lock
* fix caps lock led on right side
* add test macro
* remove latex macro which is too slow
* move caps lock tap dance to RALT and add space cadet shift
* switch CTL with ALT in first layer
* add tap dance for ESC/DEL
* space cadet tap dance with caps lock; shift works by needs a short pause
* add space cadet tap dance with caps lock on the right; shift works by needs a short pause and does not hold
* make more keys transparent
* enable auto shift and use logo on both oleds
* add user oled logo, slows down linking considerably
* oled name
* add arrow keys in usual configuration and add linear configuration to symbol layer
* add unicoede support
* add accents
* update to latest version
* add colemak dh layer
* report auto shift timeout
* define layer name shorcuts correctly
* disable VIA to enable more layers
* enable NKRO
* move some rules and unicode to user space
* move oled and tap dances to user space
* move tap dances fully out of keymap
* expand unicode map
* fix unicode code
* revert changes to r2g, make it equal to merged code
* revert changes to r2g, make it equal to merged code
* clang-format userspace
* clang-format config file
* Update keyboards/crkbd/keymaps/rmeli/keymap.c
* replace define with enum
* add licenses
2022-03-10 15:27:37 -08:00
QMK Bot
31eb82c911
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 21:34:11 +00:00
Erovia
b75f6691a1
CLI: Fix 'cd' subcommand on Windows ( #16610 )
...
The 'cd' subcommand was failing as the current shell's Windows path was
mangled while milc processed it.
Using 'subprocess' directly avoids this issue and an extra layer of
subshell.
2022-03-10 21:33:41 +00:00
QMK Bot
54658a3687
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 20:49:07 +00:00
WJH
6c40b6856b
[Docs] Include ASCII diagram to explain tap-hold modes ( #15873 )
...
* [Docs] Include ASCII diagram to explain tap-hold modes
* [Docs]: add examples for Default mode for Tap Hold
* [Docs] fix some wrong explanation in tap_hold.md
2022-03-10 12:48:33 -08:00
QMK Bot
27cde5f4c2
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 20:42:00 +00:00
Christian Hofstede
b33fdc299c
add chofstede keymap for gmmk/pro/iso ( #16045 )
...
Add new keymap for GMMK with some additional mappings and led indicator for caps lock
* add chofstede keymap
* fix formatting
* fix formatting
* add readme
* Update keyboards/gmmk/pro/iso/keymaps/chofstede/keymap.c
2022-03-10 12:41:30 -08:00
QMK Bot
83f757f8f0
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 20:22:41 +00:00
Liashenko Volodymyr
fc7a41fdce
[Keyboard] lily58/glow_enc ( #16101 )
...
Add rgb-light and encoder for lily58 mod
* add support for lily58 encoders (one per size) and rgb-light.
The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc
* add support for lily58 encoders (one per size) and rgb-light.
The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc
* Update keyboards/lily58/glowEnc/config.h
* add GPL License to growEnc.h
* rename folder according to requirement to lower case
2022-03-10 12:21:55 -08:00
QMK Bot
ee6a0e8744
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 20:08:54 +00:00
Era James
98da119293
era1112 keymap for preonic ( #16064 )
...
Added the keymap I have been using as a daily driver for the last month.
* good firmware 26 jan, best clicky mode stability so far
* modified to reflect master branch coding style
* further modified to reflect master branch coding style
* improving clicky stability, tuned down clicky delay duration
* changed name of keymap folder to use lowercase letters
2022-03-10 12:07:37 -08:00
QMK Bot
35fa0f23a5
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 19:10:42 +00:00
kopibeng
61a8a60dfb
[Keyboard] Add MNK65 ( #16400 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-03-10 11:10:34 -08:00
makenova
265b96a12c
[Keyboard] Add omega4 ( #16464 )
2022-03-10 11:10:05 -08:00
QMK Bot
cf44bde909
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 12:18:47 +00:00
Ryan
bd70f5261c
Remove matrix_key_count()
( #16603 )
...
* Remove `matrix_key_count()`
* Remove `matrix_bitpop()`
2022-03-10 12:18:07 +00:00
QMK Bot
cb65c7755e
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 07:36:31 +00:00
Hao Xiang Liew
dc8db6551d
[KEYBOARD] keyboardio/atreus: VIA support ( #16604 )
2022-03-09 23:35:54 -08:00
QMK Bot
a8b01dc5de
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 04:15:19 +00:00
Takeshi Nishio
9d0153dc70
[keyboard]Add v1 to jones keyboard ( #14405 )
...
* Change for latest information.
* Update from v03_1 to v1.
* Add v1 files.
* Remove finished todo comment.
* Fix COLUMN number, from "a" to "9".
* Formatting
* Update keyboards/jones/v1/rules.mk
* Add license header.
https://github.com/qmk/qmk_firmware/pull/14405#discussion_r710752035
* Implement better way to handle keycode for encoder.
Use "action_exec" instead of "tap_code16"
https://github.com/qmk/qmk_firmware/pull/14405#discussion_r710752924
* Move External EEPROM config to keyboard level
* Move the lest of DYNAMIC_KEYMAP config to keyboard level
https://github.com/qmk/qmk_firmware/pull/14405#discussion_r711668094
* Move the rest of DYNAMIC_KEYMAP config to keyboard level
https://github.com/qmk/qmk_firmware/pull/14405#discussion_r711668094
* Update keyboards/jones/v1/rules.mk
* Update keyboards/jones/v1/rules.mk
* Update keyboards/jones/v1/rules.mk
2022-03-09 20:14:53 -08:00
QMK Bot
876c5201b9
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 03:57:12 +00:00
maherma-adg
8bcb77cb9a
Personalizacion del teclado de AdG ( #15738 )
...
* Personalizacion del teclado de AdG
Update layout description
fix symbol layer
* fix doc Colemak
* explicitly define enabled animations
* Change keymap folder name
2022-03-09 19:56:42 -08:00
QMK Bot
62696e82cd
Merge remote-tracking branch 'origin/master' into develop
2022-03-10 03:47:09 +00:00
jack
708b3f9192
[Keyboard] Size reduction for kbdfans/kbd67/mkiirgb_iso ( #16601 )
2022-03-09 19:46:30 -08:00
QMK Bot
0f22bccb3f
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 22:05:21 +00:00
Hansol Kim
caeb213400
Add macOS-friendly keymap for GMMK Pro (ANSI) ( #14333 )
...
* Add macOS keymap for GMMK Pro (ANSI)
* Change macOS keymap directory name to lowercase
* Add toggleable layer with alternative keymap for function row
* Update readme
2022-03-09 14:04:41 -08:00
QMK Bot
6f1793d486
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 21:48:28 +00:00
Tony Grosinger
db16271a72
Add Gergoplex keymap for tgrosinger ( #15148 )
...
* Add Gergoplex keymap for tgrosinger
* Add improved shortcuts for PopOS
* Add license
2022-03-09 13:47:57 -08:00
Nick Brassel
edd1f33013
Missed some erroneous prints. ( #16597 )
2022-03-10 05:43:12 +11:00
Nick Brassel
77180a6649
Fixup builds. ( #16596 )
2022-03-09 17:09:38 +00:00
Nick Brassel
5d67c4d908
Fix missing definition for non-encoder case. ( #16593 )
2022-03-09 21:06:33 +11:00
Nick Brassel
8d5eacb7dd
Add support for encoder mapping. ( #13286 )
2022-03-09 19:29:00 +11:00
QMK Bot
7121a228eb
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 05:49:59 +00:00
jpe230
dc67fd9b87
Various improvements for the AnnePro2 ( #16579 )
2022-03-09 16:49:29 +11:00
QMK Bot
4d5e532068
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 01:36:07 +00:00
jpe230
6ab5a7d048
[Keymap] Personal keymap for crkbd ( #16546 )
2022-03-08 17:35:33 -08:00
QMK Bot
eedbb9ae64
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 01:35:15 +00:00
Salicylic-acid3
c5c5d37e08
[Keymap] Added RGB_Matrix effect mode for naked48/j73gl ( #16578 )
2022-03-08 17:34:37 -08:00
QMK Bot
c5b11978c7
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 01:25:30 +00:00
Joel Challis
ed169a6b30
Correct order of takashicompany/dogtag info.json ( #16591 )
2022-03-09 01:24:59 +00:00
QMK Bot
c349e85956
Merge remote-tracking branch 'origin/master' into develop
2022-03-09 00:38:10 +00:00
jack
5244b13173
Fix yandrstudio/zhou65 ( #16589 )
...
* initial cleanup and hotfix for rgb....
* remove /f401
2022-03-09 00:37:40 +00:00
QMK Bot
41225620c2
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 22:08:38 +00:00
Danny
022e1fdac8
Add Big Switch Seat ( #16524 )
...
* Add Big Switch Seat
* Update keyboards/keebio/bigswitchseat/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/keebio/bigswitchseat/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 22:08:02 +00:00
QMK Bot
7f8f66512c
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 22:07:48 +00:00
Ryan
3347b63d83
handwired/misterdeck refactor ( #16572 )
...
* handwired/misterdeck refactor
* Forgot to remove this
2022-03-08 22:07:02 +00:00
QMK Bot
d4bf9b1cc1
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 21:24:38 +00:00
Jason Barnachea
d38696a493
[Keyboard] Add Rama Works M4-A ( #16570 )
...
* Initial commit
Add Rama Works M4-A keyboard.
* Update default keymap.c
* Update keyboards/machine_industries/m4_a/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 21:24:06 +00:00
QMK Bot
49bc3b530b
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 20:46:24 +00:00
Ryan
b593cfccbd
qmk info
: Nicer rendering of big-ass enter (#16541 )
...
* `qmk info`: Nicer rendering of big-ass enter
* Formatting...
2022-03-08 20:45:47 +00:00
QMK Bot
fba3820405
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 18:57:21 +00:00
drewpyun
65eb0f939f
[keymap] Add via support for Iskar ( #16575 )
...
* iskar initial commit
* testing
* added info.json to iskar
* Updated read.me
* updated info.json removed unnessary keymap folders, fixed rules.mk, added second layer to default layout, added vendor/product id, tested and compiled
* Update readme.md
* Update readme.md
* updated info.json, formatted files according to PR checklist
* Update keyboards/drewkeys/iskar/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update keyboards/drewkeys/iskar/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com >
* added keymaps onto iskar.h that was referenced in info.json
* changed filename to lowercase to match guidelines
* initial commit of VIA files
* edited via keymap
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 18:56:48 +00:00
QMK Bot
0d428b9b39
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 17:03:41 +00:00
JX
40d6766576
[Keyboard] Add Y&R Studio zhou65 keyboard ( #14192 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 09:03:05 -08:00
QMK Bot
68a62b99a2
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 16:48:29 +00:00
Callum Hart
d92994be71
[Keyboard] Add Novus 60% keyboard ( #16473 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 08:47:57 -08:00
Nick Brassel
2f6751e48a
Asymmetric encoders, encoder tests. ( #16068 )
2022-03-08 16:58:05 +11:00
QMK Bot
2218690d0b
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 05:50:04 +00:00
jack
fe8b7619d3
[Keyboard] Fix late9/rev1 ( #16576 )
2022-03-07 21:48:56 -08:00
QMK Bot
212e820ff1
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 05:31:24 +00:00
Ryan
89a515913f
Oddball: set default pointing device driver ( #16574 )
2022-03-08 16:30:37 +11:00
QMK Bot
18bfbc93ab
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:24:07 +00:00
drewpyun
403536986d
[Keyboard] Add Iskar ( #16562 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-07 20:23:53 -08:00
Matthew Dias
4d2ae22690
[Keyboard] Add mini winni ( #15341 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-07 20:23:06 -08:00
QMK Bot
e0fbb07129
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:20:15 +00:00
Ryan Baker
996880a1da
[Keyboard] Add rb69 ( #16526 )
2022-03-07 20:19:45 -08:00
QMK Bot
1d5b462da2
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:19:07 +00:00
yiancar
4493f31f80
Add HS version of Nebula65b due to different number of per-key-RGB ( #16514 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-03-07 20:18:41 -08:00
QMK Bot
e71f8f89d2
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:17:05 +00:00
ZiTe
0880850b15
[Bug] Rename has_mouse_report_changed parameters ( #16417 )
...
Fixes compilation issues when bluetooth is enabled, due to issues
with cpp used by bluetooth code.
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-07 20:16:35 -08:00
QMK Bot
b5996bf793
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:10:36 +00:00
Albert Y
8f70adc0b6
[Keyboard] Update encoder code for macro3 ( #16005 )
2022-03-07 20:09:54 -08:00
QMK Bot
b6000e0fe5
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 04:00:30 +00:00
rookiebwoy
87c2f97def
[Keyboard] Add LATE-9 keyboard ( #13966 )
2022-03-07 19:59:50 -08:00
QMK Bot
0cf1186f8d
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 03:46:20 +00:00
peepeetee
eb35f58a6e
[Keyboard] Idobao ID87 v2 ( #15875 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-07 19:45:54 -08:00
Sergey Vlasov
249bc3a5c5
[Keyboard] Add Winry315 keyboard ( #15894 )
2022-03-07 19:45:30 -08:00
QMK Bot
b069002e61
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 03:41:21 +00:00
Beanaccle
86966fce69
[Keyboard] Add KB58 ( #15896 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-07 19:40:46 -08:00
QMK Bot
280bea87a6
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 03:40:42 +00:00
TerryMathews
ec3df85f08
[Keyboard] TKC Portico68 v2 ( #15916 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-07 19:39:33 -08:00
QMK Bot
9237326664
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 03:02:26 +00:00
Uthol
b2fdb072e5
[Keyboard] Uthol ( #16393 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-07 19:01:47 -08:00
QMK Bot
2d985687a9
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 03:01:10 +00:00
Matthew Dias
869ede8e4a
[Keyboard] Add parallel 65 ( #16445 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-07 19:00:35 -08:00
QMK Bot
7bc8046f9a
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:50:36 +00:00
peepeetee
8014fb14b6
Fix in-page links in reference_info_json.md ( #16487 )
2022-03-07 18:50:03 -08:00
QMK Bot
26372c81ad
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:47:28 +00:00
Nabos
8e888794fa
[Keymap] Add nabos keymap to dactyl_manuform (5x6) ( #16547 )
...
Co-authored-by: Nicolas Ballet <balletn@igbmc.fr >
2022-03-07 18:46:54 -08:00
QMK Bot
c0a7ecb0e1
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:45:59 +00:00
Salicylic-acid3
c84d361e95
[Keyboard] Change maximum LED brightness for naked48 ( #16564 )
2022-03-07 18:45:28 -08:00
QMK Bot
4666dfb0b0
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:45:19 +00:00
Umberto Baldi
f0d27e22aa
[Keyboard] Change vendor ID for sick68 keyboard ( #16563 )
2022-03-07 18:44:49 -08:00
QMK Bot
dfb0f9f6a5
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:41:16 +00:00
Steven Karrmann
8bcac1c8f7
[Keyboard] Add Morizon ( #16549 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-07 18:39:58 -08:00
QMK Bot
05cc707d96
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:29:47 +00:00
yiancar
6928bce461
[Keyboard] Add Cassini keyboard ( #16522 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: yiancar <yiancar@gmail.com >
2022-03-07 18:28:26 -08:00
QMK Bot
347bab7c35
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 02:18:07 +00:00
FearlessSpiff
5995432202
[Keymap] add mouse controls to Mechwilds Mercutio FearlessSpiff ( #16566 )
2022-03-07 18:17:30 -08:00
QMK Bot
184a0942ff
Merge remote-tracking branch 'origin/master' into develop
2022-03-08 01:13:33 +00:00
bwisn
893d86cb89
Add Anne Pro 2 keyboard ( #14385 )
...
* [keyboard] Initial support for Anne Pro 2
* [keyboard][AnnePro2] Keymap:update to a reasonable keymap with caps+hjkl => arrow
* :(
* changed to use HSI
* support for annepro2 c18
* keyboard/annepro2: Very stupid matrix scan bug fix.
* typo
* swap COL14/13
* keyboard/annepro2: startup secondary LED MCU
* keyboard/annepro2: typo fix
* Add IO Values
* Disable Combo feature
* Update default keymap to Anne Pro 2 Official Keymap
* keyboard/annepro2: keymap layer name changes
* keyboard/annepro2 BLE Support
* Fix keymap comment
FN1 ESC was listed as ~ instead of `
* keyboard/annepro2: Bluetooth path
* Keyboard annepro2 bidir led comms (#5 )
* Added bidirectional shine comms and moved led functionality to new file
* Added bidirectional shine comms and moved led functionality to new file
* Restore original functionality to existing keymaps using new shine commands
* Fix dangling bracketless if statements
* PR cleanup
* add custom keycodes to switch led profiles
* Optimize code
* switch to prev profile before turning leds off
* Add persistent led support with eeprom (#9 )
* adding HT32 support to chibios SPI master driver
* add support for W25X20CL SPI eeprom
* add makefile flag for eeprom feature
* add spi support to keyboard startup and config
* example keymap using eeprom profile loading
* Cleanup to fix C15 eeprom/spi build errors (#11 )
* Cleanup to fix C15 eeprom/spi build errors
* add newline at eof
* LED Masking support for Shine
Introduce companion update to ledSetMask and ledClearMask.
In keymap `codetector` there is example of how to map caps_lock
to the caps_lock key light on the keyboard.
* [AnnePro2]: update bluetooth connection
* Merge the custom keys enums on annepro2.h (#13 )
* Keyboard annepro2 ble caps lock (#12 )
* Move matrix_scan_kb out of board.c to annepro2.c
* add buffer clear after init and caplock polling
* Add support for LED intensity (#15 )
* Improve logic for switching off and on of LEDs (#16 )
* Implement animation speed (#17 )
* Include logic to send solid colors as foreground to shine and add sample profiles (#14 )
Include the logic to send a solid color from qmk to shine. That solid color will act as a foreground (will override the current profile) until reset (witch will reactivate the current profile).
This functionality depends on changes made for shine as well.
Include 3 new profiles:
default-full-caps -> same as default, but with the logic of using the red foreground color on caps lock.
default-layer-indicators -> same as default, but with the logic of red foreground on caps lock, green foreground on FN1 and blue foreground on FN2.
thomazmoura -> my own profile as a sample of an over-engineered advanced case scenario.
* Implement reactive lighting effects (#18 )
* Added multiarrow keymap (#19 )
* Add LED documentation (#26 )
* add LED documentation
* add LED documentation to other default profiles
* Implement QMK's IAP default keybind (#29 )
* Add keymap for going into IAP
* switch to default QMK keybind for IAP mode
* implement bluetooth IAP mode
* Make default config more like Obins stock default (#30 )
* Add new message type for resetting foreground color (#31 )
* annepro2(bluetooth): add media keys support (#41 )
* Asynchronous, robust serial protocol. (#39 )
* bla personal ap2-c18 keymap.
* Bidirectional, asynchronous message-based communication with Shine.
- Requires a matching Shine version.
- Protocol is resiliant to loosing bytes during communication, chips won't lock
waiting for bytes that aren't coming.
- Chips resynchronize in event of loosing a byte using a AA0D header.
Regressions:
- Key masking/locking doesn't work right now. (did it work before?)
- Not all user keymaps build against it.
* Clang-format + code to ease reducing speed of LED UART.
- Did clang-format --style=file -i on multiple files according to
coding_conventions_c.md
- Added separate serial speed for IAP boot and Led communication, it's possible
that reducing this to 9600 helped someone with faulty HW. With this code they
can do it with simple replacing of a value.
* Main chip can set/clear foreground using a mask mechanism.
- Some preparations for selective colouring.
* Selective mask works - tested on capslock.
- Migrated personal keymaps to new status API.
* Clear the foreground colors to show profile when it's modified.
- Show example of achieving selective caps-lock painting + foreground painting
for layers.
- annepro2LedMaskSetRow is implemented, but still requires testing.
* Implement the QMK side of led blinking to indicate the command was received.
- This stupidly blinks the key when user presses one of the bluetooth commands
to let the user know that the command was received and forwarded to the BT chip.
- TODO: Row/col key positions are hardcoded and not taken from the keymap.
* Reduce memory footprint.
Applying code review suggestions. Moved msgId to globals - preparing for
transmission without copying payload when no retries are necessary.
Added empty readme.md files - required by QMK lint.
Co-authored-by: Tomasz bla Fortuna <bla@thera.be >
* Let the LED chip settle a bit before waking it from the bootloader. (#42 )
At least for one person that helps to reliably get the LEDs working without
disconnecting/reconnecting the power to the board multiple times.
Co-authored-by: Tomasz bla Fortuna <bla@thera.be >
* annepro2: rename KEYMAP to LAYOUT, as required by new version of QMK
* annepro2: update ChibiOS configuration files
* annepro2: fix undefined reference to dprint and timer_read32
* annepro2: update ChibiOS MCU name
* update spi driver, fix bad merging with master
* annepro2: add readme and info.json
* annepro2: make code compatible with QMK coding conventions
* tmk_core: temporary fix to allow HT32 based keyboards to work without patched ChibiOS-contrib (AnnePro2)
* AnnePro2: removed core changes
* AnnePro2: Leave only default keymaps
Missing keymaps will be restored in another PR
* annepro2: add licence information
* annepro2: satisfy qmk lint
* annepro2: fix drashna's suggestions
* annepro2: fix matrix
* annepro2: apply code review suggestions
* annepro2: apply remaining code review suggestions
* annepro2: update info.json
* annepro2: remove include
* annepro2: rename keymap to layout
* annepro2: fix typing
* annepro2: apply suggestions from tzarc's code review
Co-authored-by: Nick Brassel <nick@tzarc.org >
* annepro2: more fixes
* annepro2: apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com >
* annepro2: rename file
* more fixes
* Apply suggestions from @tzarc code review
Co-authored-by: Nick Brassel <nick@tzarc.org >
* Update keyboards/annepro2/protocol.h
Co-authored-by: Nick Brassel <nick@tzarc.org >
* Update keyboards/annepro2/chconf.h
Co-authored-by: Nick Brassel <nick@tzarc.org >
* apply CR suggestions
* upgrade readme
* IAP
* update IAP comments, defines
* led fix
* init fix
* annepro2: GPIO cleanup
* annepro2: ioline
* change waiting time
* Start develop for 2022q2
* [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269 )
* Rework generate-api CLI command to use .build directory (#16441 )
* Remove `send_unicode_hex_string()` (#16518 )
* Change data driven "str" type to represent a quoted string literal (#16516 )
* Change data driven "str" type to represent a quoted string literal
* Update docs
* Map data driven `DESCRIPTION` as string literal (#16523 )
* update bootloader
* Revert "Merge pull request #2 from qmk/develop"
This reverts commit 9c76065188
, reversing
changes made to 240745dc05
.
* Revert "update bootloader"
This reverts commit 240745dc05
.
* fix rules.mk
* change PROGRAM_CMD
Co-authored-by: codetector <codetector@codetector.cn >
Co-authored-by: Fagl4 <18francisco18@gmail.com >
Co-authored-by: Jakob Gillich <jakob@gillich.me >
Co-authored-by: tech2077 <tech2077@gmail.com >
Co-authored-by: jcdeA <31413538+JcdeA@users.noreply.github.com >
Co-authored-by: Thomaz Moura <5599621+thomazmoura@users.noreply.github.com >
Co-authored-by: Darkhan <darkhanu@gmail.com >
Co-authored-by: Paco <70448173+packorf@users.noreply.github.com >
Co-authored-by: jmarmstrong1207 <32995055+jmarmstrong1207@users.noreply.github.com >
Co-authored-by: 1Conan <7620342+1Conan@users.noreply.github.com >
Co-authored-by: Tomasz bla Fortuna <blagh@thera.be >
Co-authored-by: Tomasz bla Fortuna <bla@thera.be >
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: QMK Bot <hello@qmk.fm >
Co-authored-by: Stefan Kerkmann <karlk90@pm.me >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-08 12:12:53 +11:00
Ryan
07ca35decf
Convert Wasdat Code custom matrix to SN74x138 driver ( #16257 )
2022-03-08 10:02:28 +11:00
QMK Bot
e41d67b428
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 17:06:14 +00:00
Matthew Bautista
2ff646c642
[Keyboard] LFK78 VIA support and Update ( #16502 )
2022-03-07 09:05:41 -08:00
Stefan Kerkmann
2bface8f89
Add flash target for UF2 bootloaders ( #16525 )
2022-03-07 08:59:06 -08:00
jack
05b7193651
[Keyboard] remove unecessary layers ( #16559 )
2022-03-07 08:43:17 -08:00
QMK Bot
51c9988341
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 11:23:50 +00:00
jack
d953aa730e
new lines at eof's ( #16558 )
2022-03-07 11:23:15 +00:00
Ryan
75544d9127
Move Doxygen docs to subdirectory ( #16561 )
2022-03-07 11:22:22 +00:00
Nick Brassel
44f1bd9b3a
ChibiOS 21.11.1 update. ( #16251 )
...
* ChibiOS 21.11.1 update.
* `uf2-tinyuf2` => `tinyuf2`
* Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader.
* Fixup keychron L433 boards.
* Makefile cleanup.
* RISC-V build fixes.
* Fixup RISC-V build.
2022-03-07 21:04:22 +11:00
QMK Bot
5de515526d
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 07:17:24 +00:00
Will McGloughlin
4b4f1c6edb
[Keymap] Add encoder showcase keymap ( #16544 )
2022-03-06 23:16:50 -08:00
QMK Bot
e4d51c91b9
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 07:03:07 +00:00
takashicompany
41fb9120d0
[Keyboard] Update DogTag Macro Pad ( #16446 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-06 23:02:52 -08:00
peepeetee
6e61126e08
[Keyboard] BM68HSRGB/rev2 ( #16454 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-06 23:02:31 -08:00
QMK Bot
a6126c5853
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 07:00:03 +00:00
jels
9dea8a7d86
[Keyboard] Update Jels88 ( #16486 )
2022-03-06 22:59:30 -08:00
QMK Bot
827f32b3ad
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:59:06 +00:00
Koobaczech
b26217414c
[Keyboard] Delete duplicate pandora directory ( #16496 )
2022-03-06 22:58:38 -08:00
QMK Bot
c09e8bbf42
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:58:38 +00:00
Koobaczech
2d8266bd7b
[Keyboard] Tidy Up pearlboards ( #16497 )
2022-03-06 22:58:06 -08:00
QMK Bot
b28d8fcb07
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:56:26 +00:00
fOmey
bbd47fcaa2
[Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes ( #16503 )
2022-03-06 22:55:56 -08:00
xiao
c810d8cc1b
[Keyboard] Update Wakizashi 40 config and readme ( #16505 )
2022-03-06 22:53:41 -08:00
QMK Bot
575e3e18f5
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:53:17 +00:00
xiao
1a1b22ef07
[Keyboard] Sick68 VIA keymap ( #16508 )
...
Co-authored-by: xia0 <xiao@morgan.net.au >
2022-03-06 22:52:49 -08:00
QMK Bot
91a6e6245b
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:41:46 +00:00
owlab-git
0978dca728
[Keyboard] add qk65 files by qwertykeys studio ( #16491 )
2022-03-06 22:41:16 -08:00
QMK Bot
99edf15a69
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 06:12:48 +00:00
Drashna Jaelre
ff6c70415c
[Keymap] Drashna Mouse keys and oled updates ( #16556 )
2022-03-06 22:12:17 -08:00
QMK Bot
f9df57b722
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 04:55:54 +00:00
QMK Bot
d8971d707e
Format code according to conventions ( #16554 )
2022-03-06 20:55:08 -08:00
QMK Bot
0fd600d6df
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:37:00 +00:00
kopibeng
0e08fad5c5
[Keyboard] Add support for Typ65+ ( #16399 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-03-06 19:36:22 -08:00
QMK Bot
8e7cb28c4f
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:30:45 +00:00
Felix Jen
dcfa4712fb
[Keyboard] Add Kyuu Hotswap ( #16360 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-03-06 19:30:13 -08:00
QMK Bot
45929ca657
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:28:12 +00:00
Takuya Urakawa
5de86a05c3
[Keyboard] Add Lain keyboard ( #16345 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-06 19:27:41 -08:00
QMK Bot
bca565cfaa
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:27:36 +00:00
Andrew Garver
de10757f05
[Keyboard] fourier via keymap ( #16335 )
2022-03-06 19:27:08 -08:00
QMK Bot
f8fb772f53
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:26:51 +00:00
npspears
b77d51f41a
[Keyboard] add support for Quark_Plus ( #16324 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-06 19:26:23 -08:00
QMK Bot
9bf9adb578
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:03:14 +00:00
Takeshi ISHII
9d6cea070e
[Keymap] Change helix:five_rows_jis keymap to use split_common ( #16538 )
2022-03-06 19:02:40 -08:00
QMK Bot
6425dd1710
Merge remote-tracking branch 'origin/master' into develop
2022-03-07 03:02:37 +00:00
Takeshi ISHII
4cae7becb1
[Keymap] Change helix:fraanrosi keymap to use split_common ( #16533 )
2022-03-06 19:02:00 -08:00
QMK Bot
0f9849ca68
Merge remote-tracking branch 'origin/master' into develop
2022-03-06 21:58:55 +00:00
Joel Challis
30209de9fd
merge/uma - Resolve configurator issues ( #16551 )
2022-03-06 21:58:08 +00:00
QMK Bot
621b4b73a1
Merge remote-tracking branch 'origin/master' into develop
2022-03-06 01:19:14 +00:00
Takeshi ISHII
16cd1d9bf7
Change helix:five_rows keymap to use QMK standerd oled driver ( #16539 )
2022-03-06 10:18:41 +09:00
QMK Bot
f7512d61bd
Merge remote-tracking branch 'origin/master' into develop
2022-03-05 22:55:11 +00:00
Ryan
8e9d45d270
qmk info
: nicer rendering of ISO enter (#16466 )
2022-03-05 22:54:32 +00:00
QMK Bot
e2ab5056f1
Merge remote-tracking branch 'origin/master' into develop
2022-03-05 21:00:29 +00:00
Joel Challis
b202e59322
Update info.json ( #16540 )
2022-03-06 07:59:54 +11:00
QMK Bot
ab76e6ab59
Merge remote-tracking branch 'origin/master' into develop
2022-03-05 04:59:18 +00:00
kiilerix
da6d6ce2e1
Some docs improvements ( #15845 )
...
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't
It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.
From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.
Perhaps no big deal, but also no reason to give incorrect hints.
* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1d
This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.
This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.
* Update docs to use "qmk format-python"
2022-03-05 15:58:50 +11:00
QMK Bot
967b9e3140
Merge remote-tracking branch 'origin/master' into develop
2022-03-05 04:57:51 +00:00
yulei
82dd84e257
support more leds ( #15840 )
2022-03-05 15:57:19 +11:00
Ryan
7d41639d54
Map data driven DESCRIPTION
as string literal ( #16523 )
2022-03-05 00:20:34 +00:00
QMK Bot
618aaa8ca7
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 18:11:08 +00:00
Kyle McCreery
0be7345640
[Keyboard] BDE Rev2 ( #15877 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-03-04 10:10:32 -08:00
QMK Bot
386d19b55f
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 17:06:52 +00:00
Joel Challis
c0185116d7
More validation of declared LAYOUT macro names ( #16520 )
2022-03-04 18:06:15 +01:00
Ryan
ace0603f4f
Change data driven "str" type to represent a quoted string literal ( #16516 )
...
* Change data driven "str" type to represent a quoted string literal
* Update docs
2022-03-04 13:25:24 +00:00
Ryan
f634fddd34
Remove send_unicode_hex_string()
( #16518 )
2022-03-04 11:04:45 +00:00
QMK Bot
24f2effbdd
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 04:44:30 +00:00
Ryan
34ba7f1c18
Bug report template: require qmk doctor
output ( #16517 )
2022-03-03 20:43:55 -08:00
QMK Bot
bcd4f34b26
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 03:57:31 +00:00
Ryan
d412854e37
analog.[ch]: remove unnecessary includes ( #16471 )
2022-03-04 14:56:59 +11:00
QMK Bot
9958f9e147
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 03:52:47 +00:00
Ryan
aab2ac22c5
Melody96 refactor ( #16455 )
2022-03-04 14:52:15 +11:00
QMK Bot
c45ed8930e
Merge remote-tracking branch 'origin/master' into develop
2022-03-04 01:49:48 +00:00
jels
61ba8efa3e
Update pr_checklist.md ( #16484 )
...
Update readme.md template link from https://github.com/qmk/qmk_firmware/blob/master/data/templates/avr/readme.md to https://github.com/qmk/qmk_firmware/blob/master/data/templates/keyboard/readme.md
2022-03-04 12:49:14 +11:00
QMK Bot
c6111aa2a2
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 23:38:54 +00:00
jels
e01307f265
Typo in squeezing_avr.md ( #16506 )
...
Fixed typo in squeezing_avr docs.
2022-03-03 15:38:24 -08:00
QMK Bot
d1bd5a0100
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 22:36:19 +00:00
Joel Challis
7fb312ccd7
Fix use of ISSI driver config before init ( #16493 )
2022-03-03 22:35:51 +00:00
QMK Bot
77ea1bdac4
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 20:24:53 +00:00
Takeshi ISHII
4a66bdf294
Fix helix/rev2 not working properly when using split_common. ( #16512 )
...
When helix/rev2 was using split_common, it didn't work properly and I couldn't type on the right hand side.
The cause is that the following code, added in 0.16.0 to `quantum/keyboard.c`, does not include `quantum/split_common/split_util.h` but instead includes `keyboards/helix/rev2/split_util.h`. Therefore, `split_pre_init()/split_post_init()` in `quantum/split_common/split_util.c` was not called.
```c
#ifdef SPLIT_KEYBOARD
# include "split_util.h"
#endif
```
2022-03-03 20:23:49 +00:00
QMK Bot
b16af15750
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 17:24:52 +00:00
Gompa
ae2c77c827
[Bug] fix v-usb connection enumeration, ifdef workaround ( #16511 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-03-03 09:24:04 -08:00
QMK Bot
8a5ad2a113
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 14:28:03 +00:00
Takeshi ISHII
75b40dc7a5
Fix mistakes in the include path in helix/rev2/local_features.mk
. ( #16507 )
...
```diff
--- a/keyboards/helix/rev2/local_features.mk
+++ b/keyboards/helix/rev2/local_features.mk
@@ -6,7 +6,7 @@
#
KEYBOARD_LOCAL_FEATURES_MK :=
--include $(strip $(HELIX_TOP_DIR)/pico/override_helix_options.mk) ## File ded icated to maintenance
+-include $(strip $(HELIX_TOP_DIR)/rev2/override_helix_options.mk) ## File dedicated to maintenance
```
2022-03-03 14:27:21 +00:00
QMK Bot
9f95844cad
Merge remote-tracking branch 'origin/master' into develop
2022-03-03 09:54:22 +00:00
Jake VanderVaate
96b6ddf4bf
fixed typo in docs/newbs_getting_started.md ( #16501 )
2022-03-03 09:53:40 +00:00
QMK Bot
d75ce4862b
Merge remote-tracking branch 'origin/master' into develop
2022-03-02 11:15:57 +00:00
Takeshi ISHII
e73f8e942c
Change 'helix/rev2:default' setting to use split_common ( #16432 )
...
* add licenses message to helix/rev2 files
* Minimize the processing of helix/rev2/local_features.mk
* Changed helix/rev2 default setting to use split_common
* fix helix/rev2:edvorakjp build error
* Remove unnecessary '#include' from keymap.c
* helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz
* Revert "fix helix/rev2:edvorakjp build error"
This reverts commit 731dbbe151
.
Separated into a single PR #16433 .
* Revert "Changed helix/rev2 default setting to use split_common"
This reverts commit e76dbd7762
.
* add 'SPLIT_*_STATE_ENABLE' into helix/rev2/config.h
* Revert "helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz"
This reverts commit 9b316c1c6a
.
* change helix:default to use split_common
* change helix:five_rows to use split_common
* add comment into helix/rev2/rules.mk
* change helix:led_test to use split_common
2022-03-02 20:15:10 +09:00
QMK Bot
9d7f6d1089
Merge remote-tracking branch 'origin/master' into develop
2022-03-01 23:49:18 +00:00
xiao
09a43b12cb
Revert "handwired/3dortho14u: refactor layout data ( #16475 )" ( #16485 )
...
This reverts commit 3ac769b6ab
.
2022-03-01 15:48:38 -08:00
QMK Bot
7f515ee64f
Merge remote-tracking branch 'origin/master' into develop
2022-03-01 22:53:03 +00:00
James Young
325c634101
atlas_65 Layout Macro Refactor ( #16483 )
...
* atlas_65.h: add matrix diagram
* atlas_65.h: apply linting
- convert tabs to spaces
- four-space indent
- align backslashes in layout macro
* atlas_65.h: adjust layout macro alignment
Visually separates each side. White-space-only change.
* physically arrange layout macro
Move the matrix position identifiers in the layout macro to resemble the assembled keyboard's layout.
- move `k46` (right side B) to the fourth (Shift) row
- move each of `k1E`, `k2E` and `k3E` (right side navigation keys) up one row
- update keymaps to match
* update maintainer data
Update the maintainer data in `info.json` and `readme.md`.
2022-03-01 14:52:25 -08:00
QMK Bot
7d842c676a
Merge remote-tracking branch 'origin/master' into develop
2022-03-01 02:12:47 +00:00
Joel Challis
369575ad13
Remove invalid keyboard_folder from gk6 ( #16480 )
2022-03-01 02:12:01 +00:00
QMK Bot
5467bdf39e
Merge remote-tracking branch 'origin/master' into develop
2022-03-01 01:54:24 +00:00
James Young
36635c2203
Ellora65: remove dead space from Configurator rendering ( #16478 )
2022-03-01 01:53:53 +00:00
QMK Bot
d77b5ad0e8
Merge remote-tracking branch 'origin/master' into develop
2022-03-01 01:52:37 +00:00
Joel Challis
c9d9e70ac7
Move projectcain encoder logic to keyboard level ( #16479 )
2022-03-01 01:52:01 +00:00
QMK Bot
c70bb75323
Merge remote-tracking branch 'origin/master' into develop
2022-02-28 23:34:29 +00:00
James Young
f293e6b4da
Glacier: Community Layout support ( #16474 )
...
* Glacier: Community Layout support
Enables the Glacier to use QMK's `tkl_f13_ansi_tsangan` community layout.
- rename `LAYOUT` to `LAYOUT_tkl_f13_ansi_tsangan`
- add `LAYOUTS` rule to `rules.mk`
* info.json: correct maintainer value
Use the maintainer's GitHub username.
2022-02-28 23:33:55 +00:00
QMK Bot
5e57d18c5b
Merge remote-tracking branch 'origin/master' into develop
2022-02-28 23:33:51 +00:00
James Young
3ac769b6ab
handwired/3dortho14u: refactor layout data ( #16475 )
...
Remove nonextant matrix positions from the layout data.
2022-02-28 23:33:21 +00:00
QMK Bot
73135e74b8
Merge remote-tracking branch 'origin/master' into develop
2022-02-28 23:33:10 +00:00
James Young
d1068b23ad
snatchpad: update layout data ( #16476 )
...
Fixes key overlaps in QMK Configurator.
2022-02-28 23:32:33 +00:00
QMK Bot
36e47cb3aa
Merge remote-tracking branch 'origin/master' into develop
2022-02-28 20:03:22 +00:00
Erovia
fbfd5312b9
CLI: Validate JSON keymap input ( #16261 )
...
* Fix schema validator
It should use the passed schema.
* Add required attributes to keymap schema
* Rework subcommands to validate the JSON keymaps
The 'compile', 'flash' and 'json2c' subcommands were reworked to add
JSON keymap validation so error is reported for non-JSON and
non-compliant-JSON inputs.
* Fix required fields in keymap schema
* Add tests
* Fix compiling keymaps directly from keymap directory
* Schema should not require version for now.
2022-02-28 20:02:39 +00:00
QMK Bot
3c7c9bdd86
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 12:40:01 +00:00
Joel Challis
779c7debcf
Fix issues with data driven split keyboards ( #16457 )
2022-02-27 13:39:24 +01:00
QMK Bot
48f06ae646
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 11:30:33 +00:00
Takeshi ISHII
e884414e1e
fix helix/rev2:edvorakjp build error ( #16433 )
...
'helix/rev2/keymaps/edvorakjp' was no longer buildable due to changes made by #14864 .
The reason is that the prototype of `oled_task_user()` was changed in keymaps/edvorakjp/oled.c, but keymaps/edvorakjp/oled.h was not changed.
Therefore, I modified the prototype in keymaps/edvorakjp/oled.h.
2022-02-27 20:30:00 +09:00
Joel Challis
e4a6afa369
Rework generate-api CLI command to use .build directory ( #16441 )
2022-02-27 12:28:51 +01:00
QMK Bot
8f457ada3a
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 10:34:57 +00:00
Joel Challis
77cdb20e16
Revert CLI default for manufacturer ( #16467 )
2022-02-27 10:34:26 +00:00
QMK Bot
4fd2739a8c
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 10:09:02 +00:00
James Young
a7a3f72235
Wolf Sabre: fix Configurator layout data ( #16465 )
...
* apply friendly formatting to info.json
* rebuild Configurator layout data
KLE Rotation leads to incorrect layout data when converted to `info.json` format.
* add matrix diagram to sabre.h
2022-02-27 10:08:10 +00:00
QMK Bot
f6bc058525
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 08:39:31 +00:00
James Young
57601d3cfe
Wren: fix QMK Configurator key sequence ( #16462 )
...
* Wren: fix QMK Configurator key sequence
* info.json: update maintainer field
2022-02-27 00:38:51 -08:00
Stefan Kerkmann
156f0561f2
[Core] Squeeze AVR some more with -mrelax
and -mcall-prologues
( #16269 )
2022-02-26 19:05:03 -08:00
QMK Bot
cb8528c33c
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 02:39:15 +00:00
Albert Y
29ab430f1f
[Docs] Anchor link correction in rgb matrix docs ( #16460 )
2022-02-26 18:38:46 -08:00
QMK Bot
d9a69324c1
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 02:30:28 +00:00
stanrc85
1d30ee72ab
[Keymap] stanrc85 userspace rules cleanup ( #16447 )
2022-02-26 18:29:59 -08:00
QMK Bot
4fae7cde7f
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 01:51:13 +00:00
Dasky
259cf76966
Link WS2812 driver page from rgb feature docs ( #16366 )
2022-02-27 01:50:44 +00:00
QMK Bot
0815d89eb8
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 01:36:55 +00:00
James Young
c1e008b052
[Keyboard] add YMDK YMD21 v2 ( #16442 )
...
* [Keyboard] add YMDK YMD21 v2
* remove trailing whitespace from default keymap
2022-02-26 17:36:30 -08:00
QMK Bot
0d953a2dcf
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 01:35:45 +00:00
Ryan
97d0e7cb2d
[Docs] Add commands to flashing docs ( #16456 )
2022-02-26 17:35:10 -08:00
QMK Bot
d995cf3ae5
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 01:19:23 +00:00
Dari
d94b5d0b82
[Handwired] Support for Adafruit lemon keypad ( #16395 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: zvecr <git@zvecr.com >
2022-02-26 17:18:51 -08:00
QMK Bot
5360cb1fd7
Merge remote-tracking branch 'origin/master' into develop
2022-02-27 01:07:19 +00:00
peepeetee
3057e5f8ca
[Keyboard] ada1800mini ( #16386 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-02-26 17:06:48 -08:00
QMK Bot
8a23742af2
Merge remote-tracking branch 'origin/master' into develop
2022-02-26 03:21:27 +00:00
Joel Challis
83a32b2574
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps ( #16448 )
...
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level
* Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
2022-02-26 03:20:57 +00:00
zvecr
3da34f297a
Start develop for 2022q2
2022-02-26 00:57:08 +00:00
zvecr
e793128991
Merge remote-tracking branch 'origin/develop'
2022-02-25 23:45:40 +00:00
zvecr
c0ee3d2c79
Merge '51db8baf77e2c0aa5f54d73114e84a33306d7380' as empty
2022-02-25 23:45:07 +00:00
Joel Challis
cf31355f08
Changelog 2022q1 ( #16380 )
...
* Initial changelog pass
* update generate-develop-pr-list content
* Fix bad word-ness
* Fix generate-develop-pr-list ignores
* Update docs/ChangeLog/20220226.md
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-23 17:33:08 +00:00
QMK Bot
bd01e1cee8
Merge remote-tracking branch 'origin/master' into develop
2022-02-22 18:32:43 +00:00
QMK Bot
8aec20c0da
Format code according to conventions ( #16435 )
2022-02-22 18:29:47 +00:00
QMK Bot
a58a95f1f5
Merge remote-tracking branch 'origin/master' into develop
2022-02-22 18:24:50 +00:00
Joel Challis
5330d0888d
Install extra CLI dependencies that are missing ( #16426 )
...
* Install extra CLI dependencies that are missing
* dos2unix is part of base container
2022-02-22 18:24:18 +00:00
QMK Bot
3039186dd9
Merge remote-tracking branch 'origin/master' into develop
2022-02-22 14:10:20 +00:00
Ryan
7646e567bd
handwired/frankie_macropad: disable some features to reduce size ( #16431 )
2022-02-22 14:09:45 +00:00
QMK Bot
749918e119
Merge remote-tracking branch 'origin/master' into develop
2022-02-22 02:58:43 +00:00
Joel Challis
5dcc0743f5
Install extra CLI dependencies that are missing ( #16425 )
2022-02-22 02:57:52 +00:00
QMK Bot
c2ea26745d
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 19:23:59 +00:00
Fernando Rodrigues
e0342fec18
[Keyboard] Fixed default keymap and add VIA for Baredev rev1 ( #15818 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-02-21 11:23:29 -08:00
QMK Bot
6b94d8e1c9
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 19:22:55 +00:00
xiao
ffe9c22032
[Keyboard] Add keyboard 3dortho14u ( #16329 )
...
Co-authored-by: xia0 <xiao@morgan.net.au >
2022-02-21 11:22:25 -08:00
QMK Bot
82a670135f
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 19:22:24 +00:00
Alexander
239fed2ef1
[Keyboard] Move rgb animation defines for KAPL keyboard ( #16341 )
2022-02-21 11:21:54 -08:00
fauxpark
145dca0e49
Merge remote-tracking branch 'upstream/master' into develop
2022-02-22 05:21:40 +11:00
jack
31f5900666
fix layout macro ( #16414 )
...
Co-authored-by: jack <{ID}+{username}@users.noreply.github.com >
2022-02-21 18:04:14 +00:00
Danny
302ed624ac
Add encoder defaults for Keebio boards ( #16398 )
...
* Add BDN9 encoder defaults
* Add DSP40 encoder default
* Add FoldKB encoder defaults
* Add Iris encoder defaults
* Update Iris Rev. 6 encoder orientation
* Add KBO-5000 encoder defaults
* Add Quefrency encoder defaults
* Add Sinc encoder defaults
* Add Stick encoder defaults
* Remove encoder settings from VIA keymaps
2022-02-21 18:02:30 +00:00
jack
6ad86042fe
Fix kikoslab/ellora65 ( #16415 )
2022-02-22 04:57:13 +11:00
QMK Bot
2f0dc0fb6d
Format code according to conventions ( #16419 )
2022-02-21 17:44:27 +00:00
Adam Lickel
a5901a6c0d
[Keymap] BDN9 keymap ( #15924 )
2022-02-21 09:35:23 -08:00
peepeetee
3290377918
[Keyboard] infinity81 ( #16387 )
2022-02-21 09:12:18 -08:00
yiancar
83b9483045
[keyboard] DC01 i2c timeout fix ( #16392 )
2022-02-21 09:11:49 -08:00
evanmcook
0b21fbc37b
[Keyboard] add evancookaudio sleepingdinosaur ( #16320 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2022-02-21 09:11:23 -08:00
takashicompany
7e4f74d689
[Keyboard] Update Heavy Left ( #16354 )
2022-02-21 09:11:00 -08:00
peepeetee
59f671744b
[Keyboard] ID75 v2 ( #16351 )
2022-02-21 09:10:19 -08:00
Wolf Van Herreweghe
7fb22706fd
[Keyboard] Add sabre ( #15964 )
...
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com >
2022-02-21 09:10:06 -08:00
66f9e4eae
249eb87102
[Keyboard] [redox_w] add dvorak layout and white led support ( #16259 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-02-21 09:09:19 -08:00
Michal Petrik
b1f8622513
[Docs] Update feature_leader_key.md ( #16344 )
...
Co-authored-by: zvecr <git@zvecr.com >
2022-02-21 09:08:36 -08:00
Michal Petrik
d3584be431
[Docs] Update newbs_building_firmware.md ( #16333 )
2022-02-21 09:08:07 -08:00
Takeshi ISHII
c204c735af
Helix/pico move to split_common ( #16418 )
2022-02-21 08:30:49 -08:00
QMK Bot
25ba9b41c1
Format code according to conventions ( #16421 )
2022-02-21 08:29:54 -08:00
fauxpark
a44abeb99a
Merge remote-tracking branch 'upstream/master' into develop
2022-02-22 03:04:41 +11:00
Ryan
f30f963a0b
Internal docs generation updates ( #16411 )
2022-02-21 15:47:44 +00:00
Takeshi ISHII
b1de11c275
Fix a potential bug in encoder_init(). ( #16372 )
...
After executing `setPinInputHigh(pin)`, it is necessary to wait for the charging time to read from the corresponding pin. This is the same as requiring `matrix_output_unselect_delay()` after doing `unselect_row()` in matrix.c.
2022-02-21 23:13:06 +09:00
QMK Bot
69a6772074
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 09:04:17 +00:00
jackytrabbit
ae5f43072f
Update the support for lazydesigners/dimple ( #14797 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-21 10:03:18 +01:00
QMK Bot
0f962af691
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 08:55:44 +00:00
QMK Bot
f252287b0e
Format code according to conventions ( #16412 )
2022-02-21 00:55:23 -08:00
Brandon Claveria
67b9a722c0
[Keyboard] Add Ellora65 ( #14754 )
...
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: swiftrax <swiftrax@github.com >
2022-02-21 00:55:05 -08:00
QMK Bot
7d153b9a66
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 08:40:46 +00:00
xiao
18490537a5
[Keyboard] Add Snatchpad keyboard ( #16330 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: xia0 <xiao@morgan.net.au >
2022-02-21 00:40:11 -08:00
QMK Bot
8dc7cae7c7
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 08:39:42 +00:00
federicoweber
2d1f2810a4
[Keyboard] add Gizmo Engineering GK6 keyboard ( #13907 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-02-21 00:38:53 -08:00
QMK Bot
f01caa2a5a
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 08:29:26 +00:00
hunter
019dddcfa3
[Keyboard] Add foundation ( #16289 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-02-21 00:28:49 -08:00
QMK Bot
99099c4173
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 07:53:37 +00:00
Tim Liu
deb0fe4bcc
[Keyboard] Add glacier in creatkeebs folder ( #16079 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-20 23:52:39 -08:00
QMK Bot
09b44d2e73
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 07:44:26 +00:00
holtenc
2e31f542dc
[Keyboard] Add Obro ( #15884 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-20 23:43:55 -08:00
QMK Bot
63b8959413
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 06:33:42 +00:00
L. K. Post
14fb3cc8b0
[Keyboard] Add Kyria rev. 2 ( #16178 )
2022-02-20 22:33:00 -08:00
QMK Bot
37feb4fcb4
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 06:17:00 +00:00
Ivan Gromov
9bf25d1cd5
[Keyboard] Add Monoflex 60 keyboard ( #16234 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-20 22:16:23 -08:00
QMK Bot
6a90e13224
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 06:05:20 +00:00
jack
2d1d44edb7
[Keyboard] Fix Hineybush/h08_ocelot and Hineybush/h65(_hotswap) ( #16405 )
2022-02-20 22:04:43 -08:00
QMK Bot
b21a803ec6
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 06:02:11 +00:00
TW59420
f7b5d67a7b
[Keyboard] Add MW75R2 PCB ( #15042 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2022-02-20 22:01:31 -08:00
QMK Bot
21a4f42957
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 05:57:49 +00:00
jack
65af7272f3
[Keyboard] Fix mwstudio/mw65_rgb errors ( #16410 )
2022-02-20 21:57:11 -08:00
QMK Bot
31ee13a5d7
Merge remote-tracking branch 'origin/master' into develop
2022-02-21 01:19:42 +00:00
HorrorTroll
3bc8afbb81
Update fix for MW65_rgb and added personal keymap ( #15279 )
...
* Update fix for MW65 and added personal keymap
* Resolve fix
* Resolved fix, again
* Added missing GPLv2 license headers
* Resolved issue
2022-02-20 17:18:35 -08:00
QMK Bot
f6d8dd972e
Merge remote-tracking branch 'origin/master' into develop
2022-02-20 18:37:05 +00:00
Ryan
d175ee1d9b
rart67m: move OLED and WPM code to default keymap ( #16403 )
...
* rart67m: move OLED and WPM code to default keymap
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Joel Challis <git@zvecr.com >
2022-02-20 18:36:15 +00:00
QMK Bot
4d3ce3cdf8
Merge remote-tracking branch 'origin/master' into develop
2022-02-20 13:57:38 +00:00
Ryan
60f22831cb
clueboard/card: disable Command to reduce size ( #16404 )
2022-02-20 13:57:03 +00:00
QMK Bot
f787114fe9
Merge remote-tracking branch 'origin/master' into develop
2022-02-20 08:21:51 +00:00
Josh Hinnebusch
38e3be4c74
Add h08_ocelot and h65 PCBs ( #14054 )
...
* add h65 start
* add h65 base files
* add ocelot base files
* add via keymap
* Update keyboards/hineybush/h08_ocelot/config.h
* Update keyboards/hineybush/h65/config.h
* add base files for h65 hotswap
* changes made per PR
* finally made updates per PR
* update readmes
* Update keyboards/hineybush/h65_hotswap/config.h
* Update keyboards/hineybush/h65_hotswap/rules.mk
* Update keyboards/hineybush/h65_hotswap/rules.mk
* Update keyboards/hineybush/h65_hotswap/readme.md
* Update keyboards/hineybush/h65_hotswap/info.json
* Update keyboards/hineybush/h65/rules.mk
* Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c
* Update keyboards/hineybush/h65_hotswap/h65_hotswap.h
* Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c
* Update keyboards/hineybush/h65/rules.mk
* Update keyboards/hineybush/h65/readme.md
* Update keyboards/hineybush/h08_ocelot/h08_ocelot.h
* Update keyboards/hineybush/h08_ocelot/keymaps/default/keymap.c
* Update keyboards/hineybush/h08_ocelot/keymaps/default/keymap.c
* Update keyboards/hineybush/h08_ocelot/keymaps/via/keymap.c
* Update keyboards/hineybush/h08_ocelot/keymaps/via/keymap.c
* Update keyboards/hineybush/h08_ocelot/readme.md
* Update keyboards/hineybush/h08_ocelot/rules.mk
* Update keyboards/hineybush/h08_ocelot/rules.mk
* Update keyboards/hineybush/h65/h65.h
* Update keyboards/hineybush/h08_ocelot/info.json
* Update keyboards/hineybush/h65/info.json
* Update keyboards/hineybush/h65/keymaps/default/keymap.c
* Apply suggestions from code review
* update jsons for default qmk config layout
* Update keyboards/hineybush/h08_ocelot/rules.mk
* Update keyboards/hineybush/h65/h65.h
* Update keyboards/hineybush/h65/info.json
* Update keyboards/hineybush/h65/keymaps/default/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c
* Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c
* Update keyboards/hineybush/h65_hotswap/rules.mk
* Update keyboards/hineybush/h65/config.h
2022-02-20 00:21:18 -08:00
QMK Bot
1d9808606a
Merge remote-tracking branch 'origin/master' into develop
2022-02-20 07:10:44 +00:00
Benjamin Chausse
60e28544b2
Bliss Hotdox keymaps ( #13160 )
...
* Bliss Hotdox keymaps
* Update keyboards/hotdox/keymaps/bliss/keymap.c
* Update keyboards/hotdox/keymaps/bliss/keymap.c
* Add GPL License to keymap.c file
Changes to be committed:
modified: keymap.c
* make changes requested by fauxpark
* Update keyboards/hotdox/keymaps/bliss/readme.md
* Update keyboards/hotdox/keymaps/bliss/keymap.c
* Update keyboards/hotdox/keymaps/bliss/readme.md
2022-02-19 23:10:15 -08:00
QMK Bot
e2691c22c1
Merge remote-tracking branch 'origin/master' into develop
2022-02-20 05:52:47 +00:00
Matthew Dias
73657a7d58
Add kikkou keyboard ( #15291 )
...
* Add kikkou keyboard
* Apply suggestions from code review
* Update keyboards/kikkou/rules.mk
* Apply suggestions from code review1
2022-02-19 21:52:11 -08:00
fauxpark
5b688a09ec
Merge remote-tracking branch 'upstream/master' into develop
2022-02-19 04:27:09 +11:00
Ryan
4666d26008
Fix a couple of boards being wrongly identified as AVR ( #16377 )
2022-02-19 02:53:36 +11:00
Simon
2d12eacb4b
[Keyboard] Renamed Frooastboard to Frooastboard Nano ( #16373 )
2022-02-17 08:59:12 -08:00
Drashna Jael're
da280739ef
Merge remote-tracking branch 'origin/master' into develop
2022-02-17 08:44:30 -08:00
Joel Challis
0d9a0d5d97
Align new-keyboard with recent schema updates ( #16378 )
2022-02-16 20:58:40 +00:00
Joel Challis
5ff823d35f
Bodge for helix build failures ( #16376 )
2022-02-16 17:46:48 +00:00
QMK Bot
08ebf1523b
Merge remote-tracking branch 'origin/master' into develop
2022-02-15 17:48:14 +00:00
QMK Bot
6a8df58887
Merge remote-tracking branch 'origin/master' into develop
2022-02-15 07:02:33 +00:00
Joel Challis
16767312db
Align docs to new-keyboard behaviour ( #16357 )
2022-02-15 15:45:32 +11:00
Joel Challis
fede569bbe
Allow NO_PIN within info.json ( #16359 )
2022-02-15 15:41:16 +11:00
Joel Challis
b0621223bc
Various fixes for new-keyboard ( #16358 )
2022-02-15 01:42:58 +00:00
QMK Bot
c9f192bae8
Merge remote-tracking branch 'origin/master' into develop
2022-02-15 01:16:27 +00:00
Erovia
23c238a180
CLI: Minor additions #12795 ( #16276 )
2022-02-14 12:02:35 +01:00
QMK Bot
1980e48e0d
Merge remote-tracking branch 'origin/master' into develop
2022-02-14 06:25:23 +00:00
QMK Bot
61ed2e2b3c
Merge remote-tracking branch 'origin/master' into develop
2022-02-14 06:24:45 +00:00
QMK Bot
f77e569e9f
Merge remote-tracking branch 'origin/master' into develop
2022-02-14 02:02:16 +00:00
Joel Challis
4fd04b2371
Fix compilation of ChibiOS UART driver ( #16348 )
...
Cherry picked fix from 15724
2022-02-13 20:44:44 +00:00
QMK Bot
63646e8906
Format code according to conventions ( #16322 )
2022-02-12 18:29:31 +00:00
Drashna Jaelre
afcdd7079c
Update keyboard mapping for all moved boards this cycle ( #16312 )
2022-02-12 09:16:35 -08:00
QMK Bot
9f506e64ba
Merge remote-tracking branch 'origin/master' into develop
2022-02-12 07:01:58 +00:00
QMK Bot
aefe6ee9f5
Merge remote-tracking branch 'origin/master' into develop
2022-02-12 04:03:02 +00:00
Ryan
e596ece87a
Clang-format tweaks ( #15906 )
2022-02-11 20:00:34 -08:00
peepeetee
17c0ca6fa4
[Keyboard] move g heavy industry boards into /gboards ( #16040 )
...
Co-authored-by: zvecr <git@zvecr.com >
2022-02-11 19:54:48 -08:00
QMK Bot
52d6f07a82
Merge remote-tracking branch 'origin/master' into develop
2022-02-12 03:23:18 +00:00
peepeetee
0f926a8ae8
move montex to IDOBAO vendor folder ( #15668 )
...
* move montex to IDOBAO vendor folder
* move montex to montex/v1
2022-02-12 01:14:07 +00:00
peepeetee
c72120baab
move @satt99 's comet46 to satt/ ( #16059 )
2022-02-12 01:13:48 +00:00
QMK Bot
50201af2b7
Merge remote-tracking branch 'origin/master' into develop
2022-02-12 01:11:25 +00:00
peepeetee
8957e928a2
move mechkeys keyboards into the mechkeys/ vendor folder ( #15760 )
...
* move mechkeys keyboards to mechkeys/
* fix compilation
* fix default folder
2022-02-11 22:41:10 +00:00
peepeetee
bd35fa7de1
move @takashiski 's keebs into /takashiski ( #16089 )
2022-02-11 21:51:20 +00:00
Joy Lee
71c0b97bce
Added external spi flash driver. ( #15419 )
2022-02-11 20:26:16 +00:00
Dasky
00cc64638c
Fix right side ws2812 leds having two indices ( #15985 )
...
* Fix right side leds having two indices
* remove redundant left check
2022-02-11 20:13:22 +00:00
precondition
7148a69d5e
Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap hold functions ( #15938 )
...
* Replace keyp by &tapping_key in the record arg of per-key tap hold funcs
* Replace NULL by &(keyrecord_t){} in 2nd arg of get_tapping_term
2022-02-11 19:53:26 +00:00
Joel Challis
39bec3bfa5
Various fixes for matrix _RIGHT handling ( #16292 )
...
* Various fixes for matrix _RIGHT handling
* clang
2022-02-11 19:01:16 +00:00
QMK Bot
2d4a69cfc6
Merge remote-tracking branch 'origin/master' into develop
2022-02-11 12:38:20 +00:00
Idan Kamara
793f54f6ca
ps2/avr: use the correct file name ( #16316 )
...
This was missed in https://github.com/qmk/qmk_firmware/pull/14895 .
Thanks to fauxpark for spotting this.
2022-02-11 20:36:26 +11:00
QMK Bot
656c151e07
Merge remote-tracking branch 'origin/master' into develop
2022-02-11 03:38:26 +00:00
QMK Bot
8106697a42
Merge remote-tracking branch 'origin/master' into develop
2022-02-11 02:31:55 +00:00
QMK Bot
cc7d3b75d7
Merge remote-tracking branch 'origin/master' into develop
2022-02-11 00:19:54 +00:00
peepeetee
9e4942bec8
[Keyboard] move latincompass's boards to /latincompass ( #16039 )
2022-02-10 15:20:11 -08:00
peepeetee
27ec667430
move id80 and id75 to v1 to accommodate for id75 v2 and id80 v3 ( #15992 )
...
* move id80 to a v1 to acommondate for v2 and a future v3
* move id75 to v1
* fix manufacturer and product fields, enable backlight
* move user keymap
* Fix DEFAULT_FOLDER
* Update build command
Co-authored-by: zvecr <git@zvecr.com >
2022-02-10 21:46:03 +00:00
peepeetee
7c57c88c86
move ID87 to IDOBAO vendor folder ( #15667 )
...
* move ID87 to IDOBAO vendor folder
* move to v1 to acommondate for v2
2022-02-10 21:19:33 +00:00
QMK Bot
8787978951
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 21:03:01 +00:00
Joel Challis
e04f6c5d38
Remove manual enable of LTO within user keymaps ( #15378 )
2022-02-10 09:52:39 -08:00
Joel Challis
f7e7671f69
Migrate more makefile utilities to builddefs sub-directory ( #16002 )
2022-02-10 09:45:51 -08:00
QMK Bot
7a0fd646e3
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:23:14 +00:00
QMK Bot
9f4fbd3aa7
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:22:18 +00:00
QMK Bot
54572c8daf
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:20:03 +00:00
QMK Bot
cbdb225a67
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:18:23 +00:00
QMK Bot
78c3149365
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:17:45 +00:00
QMK Bot
815d2bae81
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 16:17:00 +00:00
Ryan
3e52e60595
Fix slashes in build_full_test.mk ( #16300 )
2022-02-10 18:20:37 +11:00
QMK Bot
0930c60553
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 07:13:21 +00:00
QMK Bot
473557ff7d
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 05:24:53 +00:00
QMK Bot
03b1de6925
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 05:23:32 +00:00
QMK Bot
12246733b7
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 03:30:02 +00:00
QMK Bot
61e8a0879e
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 01:31:55 +00:00
QMK Bot
bc702fade2
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 01:21:42 +00:00
QMK Bot
968081958a
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 01:15:04 +00:00
QMK Bot
6339b6dab7
Merge remote-tracking branch 'origin/master' into develop
2022-02-10 01:04:13 +00:00
Nick Brassel
ae6f471f1c
Modify the output of the size checks. ( #16290 )
2022-02-10 08:50:55 +11:00
peepeetee
250fd721ac
move four_banger to bpiphany ( #16082 )
2022-02-09 21:33:40 +00:00
peepeetee
8e34b64a99
move hid_liber to /bpiphany ( #16091 )
2022-02-09 21:29:59 +00:00
peepeetee
cd673cceba
move spaceholdings boards into /spaceholdings ( #16096 )
2022-02-09 21:19:28 +00:00
peepeetee
a9250ad8a1
move @7-rate 's keebs to /rate ( #16099 )
2022-02-09 21:14:33 +00:00
peepeetee
9aed06ba47
move @npspears 's boards into /checkerboards ( #16100 )
2022-02-09 21:08:20 +00:00
Nick Brassel
c2c2f30f9f
Remove parent-relative paths from keyboards. ( #16282 )
...
* Remove parent-relative paths from keyboards.
* Update keyboards/capsunlocked/cu75/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-10 07:02:53 +11:00
Joel Challis
1f67de2001
Align existing pca9555 driver to better match mcp23018 API ( #16277 )
2022-02-09 19:55:39 +00:00
QMK Bot
96afc7a03a
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 19:48:31 +00:00
jack
d1e5221bf8
Fix idobao/id80/v3 compilation errors ( #16280 )
...
* fix
* another redefintion
2022-02-09 07:01:58 +00:00
QMK Bot
3face6b704
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:51:58 +00:00
QMK Bot
69b6e0796b
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:50:15 +00:00
QMK Bot
7650e68798
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:42:39 +00:00
QMK Bot
4b377a80fa
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:24:00 +00:00
QMK Bot
70e9f70c93
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:20:34 +00:00
QMK Bot
9e293e7f9c
Merge remote-tracking branch 'origin/master' into develop
2022-02-09 05:13:10 +00:00
Nick Brassel
a2ffdb4abd
Merge remote-tracking branch 'upstream/master' into develop
2022-02-09 16:00:09 +11:00
Joel Challis
74e8a71768
Move driver to core ( #15944 )
2022-02-09 00:07:42 +00:00
Joel Challis
2e279f1b88
Initial pass at data driven new-keyboard subcommand ( #12795 )
...
* Initial pass at a data driven keyboard subcommand
* format
* lint
* Handle bootloader now its mandatory
2022-02-09 06:03:30 +11:00
Nick Brassel
a239051c4a
Misc size regression script improvements. ( #16268 )
...
* Misc size regression script improvements.
- Sets environment variable SIZE_REGRESSION_EXECUTING during execution
so hook scripts like `post-checkout` may skip processing.
- Forces checkout of the target branch, including removal of all
temporary object files in the process.
- Prints out a warning on exit stating that the git repository is in an
indeterminate state, and the user needs to swap back to whatever
intended branch they were working with originally.
* Remove `git clean`
2022-02-08 16:25:55 +00:00
QMK Bot
87e6c2b06b
Merge remote-tracking branch 'origin/master' into develop
2022-02-07 21:32:27 +00:00
QMK Bot
a1902c3bf8
Merge remote-tracking branch 'origin/master' into develop
2022-02-07 19:29:12 +00:00
QMK Bot
008b5f52e5
Merge remote-tracking branch 'origin/master' into develop
2022-02-07 18:27:58 +00:00
Nick Brassel
a86d6fffc9
Fixup bootloaders. ( #16256 )
2022-02-06 19:09:21 -08:00
Joel Challis
53a7306682
Reduce firmware size for dztech/dz60rgb_wkl/v2_1:via ( #16254 )
2022-02-06 23:58:05 +00:00
Joel Challis
842d20267c
Remove half implemented micronucleus bootloader support ( #16252 )
2022-02-06 22:59:03 +00:00
Drashna Jaelre
9124f5dc2d
Add layout change callbacks to VIA ( #16087 )
...
* Add layout change callbacks to VIA
* Update worklouder example
2022-02-06 22:01:04 +00:00
QMK Bot
3b60e71f07
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 21:01:53 +00:00
QMK Bot
ab23b4167f
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 17:50:38 +00:00
QMK Bot
41bbb34287
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 17:38:30 +00:00
QMK Bot
65a4ad1177
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 17:37:11 +00:00
QMK Bot
b7f415d047
Format code according to conventions ( #16249 )
2022-02-06 09:08:13 -08:00
MasterSpoon
0452ad9479
Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745, IS31FL3746A ( #14989 )
...
Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com >
2022-02-06 09:04:43 -08:00
Ryan
e036c19d06
Add SN74x138 demultiplexer driver ( #16217 )
2022-02-06 09:02:45 -08:00
QMK Bot
f4e3f75ecc
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 16:58:25 +00:00
QMK Bot
c7a39c4549
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 16:56:06 +00:00
Desprez Jean-Marc
5a0e129f11
[Bug] Fix layer_state restoration at end of dynamic macro feature ( #16230 )
2022-02-06 08:55:16 -08:00
QMK Bot
89cc668b73
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 15:57:43 +00:00
QMK Bot
1dce1f90d7
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 15:57:08 +00:00
QMK Bot
ff7274fe9a
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 15:55:29 +00:00
QMK Bot
49d5d13148
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 05:18:37 +00:00
QMK Bot
1aa9328200
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 05:17:07 +00:00
peepeetee
de1417b660
move @qpocket 's keyboards to qpocket/ ( #15827 )
2022-02-05 21:16:47 -08:00
peepeetee
38e085df87
move input club keyboards into vendor folder ( #15788 )
2022-02-05 21:16:21 -08:00
QMK Bot
10fa737ab8
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 04:58:43 +00:00
QMK Bot
a7c403fb09
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 04:54:14 +00:00
QMK Bot
9e65b23adc
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 04:53:35 +00:00
QMK Bot
ad4f954b66
Merge remote-tracking branch 'origin/master' into develop
2022-02-06 04:08:13 +00:00
QMK Bot
f440732ff2
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 17:02:37 +00:00
Dasky
b1debfb12f
Remove default pointing device driver. ( #16190 )
...
* remove custom as default
* add missing pointing_device_driver to rules.mk
* Update docs
2022-02-05 14:29:15 +00:00
QMK Bot
065f6eeb4e
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 14:28:11 +00:00
QMK Bot
80dbdb2a61
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 11:45:18 +00:00
Ryan
3facf05324
Add custom
to list of valid bootloader types in info.json ( #16228 )
2022-02-05 11:43:22 +00:00
Ryan
f4f3bf81c7
Add missing BOOTLOADER
for a handful of boards ( #16225 )
2022-02-05 16:55:24 +11:00
Dasky
e16dd1bcc0
add version.h to gitignore ( #16222 )
2022-02-04 19:23:27 -08:00
Adam Lickel
eb8ace0855
RGB Matrix: Reload from EEPROM ( #15923 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-04 19:08:48 -08:00
QMK Bot
119cadbaae
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 03:07:32 +00:00
QMK Bot
80db7668da
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 01:59:35 +00:00
Nick Brassel
d31dd6d2a0
Followup to #16220 , more test error output. ( #16221 )
2022-02-05 12:51:23 +11:00
QMK Bot
28fbcac6c9
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 01:50:54 +00:00
Nick Brassel
e987ce1652
Standardise error output. ( #16220 )
2022-02-04 17:32:31 -08:00
QMK Bot
45406c0ca2
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 23:09:00 +00:00
Thomas Weißschuh
f1cd2a5a89
ChibiOS: add support for HID Programmable Buttons ( #15787 )
...
* ChibiOS: add support for HID Programmable Buttons
Fixes #15596
* Enable SHARED_ENDPOINT when PROGRAMMABLE_BUTTON is enabled
The Programmable Button driver expects the shared EP to be enabled.
So enforce this invariant.
2022-02-04 22:25:57 +00:00
QMK Bot
5b31e97187
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 21:23:22 +00:00
QMK Bot
0844b0d9bd
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 21:20:21 +00:00
QMK Bot
b4dba89dc4
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 21:19:15 +00:00
QMK Bot
a72f4346ce
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 21:15:50 +00:00
Nick Brassel
8fd8b2dc92
Skip categorisation of PR if it's only for code formatting. ( #16215 )
2022-02-05 07:36:57 +11:00
QMK Bot
0c0aa6a0ae
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 20:35:49 +00:00
QMK Bot
ec9147f069
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 20:34:55 +00:00
QMK Bot
e83aa78357
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 19:36:04 +00:00
QMK Bot
b4ceefde37
Format code according to conventions ( #16211 )
2022-02-04 19:23:30 +00:00
Albert Y
6a35788b63
[Core] Add Pixel Flow RGB matrix effect ( #15829 )
...
* Initial PIXEL FLOW matrix effect commit
* Commit suggested use of rgb_matrix_check_finished_leds
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* Code change support for split RGB
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2022-02-05 05:58:16 +11:00
QMK Bot
578d3f6951
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 18:57:58 +00:00
QMK Bot
f2384d062b
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 18:56:47 +00:00
Joel Challis
135c935990
Initial migration of suspend callbacks ( #16067 )
...
* Initial migration of suspend logic
* Add header
2022-02-05 05:10:00 +11:00
Sergey Vlasov
580ef6d88f
ChibiOS timer fixes ( #16017 )
...
* chibios/timer: Move the 16-bit timer handling into a separate function
Extract the code which effectively makes a 32-bit tick counter from a
possibly 16-bit ChibiOS system timer into a separate function. Does
not really change the behavior of the timer API, but makes the actions
done in `timer_clear()` and `timer_read32()` more obvious.
* chibios/timer: Rename some variable to better reflect their role
* chibios/timer: Fix 32-bit tick counter overflow handling
The QMK timer API implementation for ChibiOS used a 32-bit tick counter
(obtained from the ChibiOS system timer) and then converted the value to
milliseconds to produce the timer value for QMK. However, the frequency
of the ChibiOS timer is above 1000 Hz in most cases (values of 10000 Hz
or even 100000 Hz are typically used), and therefore the 32-bit tick
counter was overflowing and wrapping around much earlier than expected
(after about 5 days for 10000 Hz, or about 12 hours for 100000 Hz).
When this wraparound happened, the QMK timer value was jumping back to
zero, which broke various code dealing with timers (e.g., deferred
executors).
Just making the tick counter 64-bit to avoid the overflow is not a good
solution, because the ChibiOS code which performs the conversion from
ticks to milliseconds may encounter overflows when handling a 64-bit
value. Adjusting just the value converted to milliseconds to account
for lost 2**32 ticks is also not possible, because 2**32 ticks may not
correspond to an integer number of milliseconds. Therefore the tick
counter overflow is handled as follows:
- A reasonably large number of ticks (the highest multiple of the
ChibiOS timer frequency that fits into uint32_t) is subtracted from
the tick counter, so that its value is again brought below 2**32.
The subtracted value is chosen so that it would correspond to an
integer number of seconds, therefore it could be converted to
milliseconds without any loss of precision.
- The equivalent number of milliseconds is then added to the converted
QMK timer value, so that the QMK timer continues to count
milliseconds as it was before the tick counter overflow.
* chibios/timer: Add a virtual timer to make 16-bit timer updates more reliable
The code which extends the 16-bit ChibiOS system timer to a 32-bit tick
counter requires that it is called at least once for every overflow of
the system timer (otherwise the tick counter can skip one or more
overflow periods). Normally this requirement is satisfied just from
various parts of QMK code reading the current timer value; however, in
some rare circumstances the QMK code may be blocked waiting for some
event, and when this situation is combined with having a rather high
timer frequency, this may result in improper timekeeping.
Enhance the timer reliability by adding a ChibiOS virtual timer which
invokes a callback every half of the timer overflow period. The virtual
timer callback can be invoked even when the normal QMK code is blocked;
the only requirement is that the timer interrupts are enabled, and the
ChibiOS kernel is not locked for an excessive time (but the timer update
will eventually work correctly if the virtual timer handling is not
delayed by more than a half of the timer overflow period).
Keeping a virtual timer always active also works around a ChibiOS bug
that can manifest with a 16-bit system timer and a relatively high timer
frequency: when all active virtual timers have delays longer than the
timer overflow period, the handling of virtual timers stops completely.
In QMK this bug can result in a `wait_ms()` call with a delay larger
than the timer overflow period just hanging indefinitely. However, when
the timer update code adds a virtual timer with a shorter delay, all
other virtual timers are also handled properly.
2022-02-05 05:08:50 +11:00
Joel Challis
8927d56606
Update outputselect to use platform connected state API ( #16185 )
2022-02-04 09:55:58 -08:00
QMK Bot
e212c7c2e5
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 17:46:59 +00:00
QMK Bot
5178f75475
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 16:00:17 +00:00
QMK Bot
d966b39c5d
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 04:32:58 +00:00
QMK Bot
249280cac2
Merge remote-tracking branch 'origin/master' into develop
2022-02-04 03:45:30 +00:00
Nick Brassel
db43e45077
Ensure version.h
is recreated each build. ( #16188 )
2022-02-04 07:36:02 +11:00
QMK Bot
57a78b68de
Merge remote-tracking branch 'origin/master' into develop
2022-02-03 10:19:27 +00:00
Nick Brassel
0be2eaf174
Create a build error if no bootloader is specified. ( #16181 )
...
* Create a build error if no bootloader is specified.
* Update builddefs/bootloader.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-02-03 19:22:49 +11:00
QMK Bot
0d7ff026b1
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 21:09:21 +00:00
QMK Bot
24da0457f8
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 16:22:19 +00:00
QMK Bot
96dbbc0439
Format code according to conventions ( #16169 )
2022-02-02 16:25:32 +11:00
Nick Brassel
1bdc1c23c7
Fixup builds so that teensy EEPROM knows which MCU it's targeting. ( #16168 )
2022-02-02 16:21:07 +11:00
QMK Bot
593704b7a7
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 05:05:53 +00:00
QMK Bot
9aed323aa0
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 05:05:18 +00:00
Drashna Jaelre
d4dc743a85
Fix issues with Python Tests ( #16162 )
...
* Reformat python due to yapf changes
* Fix pytest keymap list test
* revert formatting
* Use contra, because, well
https://www.reddit.com/r/MechanicalKeyboards/comments/8riofq/did_i_kill_my_contra/
2022-02-02 15:44:42 +11:00
Nick Brassel
d6d48aa2aa
Remove old .gitignore entry. Add more macOS junk exclusions. ( #16167 )
2022-02-02 15:36:37 +11:00
QMK Bot
74420c9fa2
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 04:33:01 +00:00
QMK Bot
7d38aec3ac
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 04:31:44 +00:00
Nick Brassel
6e2b03cf69
Fixup multibuild filegen ( #16166 )
...
* Add env variable support to multibuild.
* Generate version.h in build-specific location.
2022-02-02 15:30:22 +11:00
Nick Brassel
e22efc037a
Don't make EEPROM size assumptions with dynamic keymaps. ( #16054 )
...
* Don't make EEPROM size assumptions with dynamic keymaps.
* Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size.
* Reorder defines so that MCU is considered last.
* Refactor EEPROM definitions for simplicity.
* Fix max sizing of kabedon/kabedon980.
* Fix max sizing of mechlovin/olly/jf.
* Fix unit tests.
* Review comments, add messages with values during build failures.
2022-02-02 15:04:37 +11:00
peepeetee
da5cb5fd6f
[Keyboard] move woodkeys.click keyboards to /woodkeys ( #16113 )
2022-01-31 20:44:28 -08:00
peepeetee
984481ff8e
[Keyboard] move @drhigsby 's boards into /drhigsby ( #16041 )
2022-01-31 20:36:16 -08:00
QMK Bot
3b580de023
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:59:00 +00:00
peepeetee
a2cfa23baf
[Keyboard] move @vuhopkep 's keebs into /hnahkb ( #16102 )
2022-01-31 18:13:33 -08:00
peepeetee
d9238b7baf
[Keyboard] fix missed .noci in reviung move ( #16107 )
2022-01-31 18:13:13 -08:00
peepeetee
b8deac707e
[Keyboard] move @tominabox1 's keebs into /tominabox1 ( #16109 )
2022-01-31 18:12:57 -08:00
peepeetee
1477440ba0
[Keyboard] move niu_mini to /kbdfans ( #16112 )
2022-01-31 18:12:39 -08:00
QMK Bot
735fb8a8b6
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:11:34 +00:00
peepeetee
8515d12e20
[Keyboard] move @omkbd 's boards to /omkbd ( #16116 )
2022-01-31 18:11:18 -08:00
QMK Bot
658d211804
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:08:56 +00:00
QMK Bot
e4afd371dc
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:08:02 +00:00
QMK Bot
97ee1c0aee
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 02:06:00 +00:00
QMK Bot
d36c245400
Merge remote-tracking branch 'origin/master' into develop
2022-02-01 00:29:19 +00:00
XScorpion2
a33dcb5a9a
Small fix for Sol 3 brightness limits ( #16157 )
2022-02-01 00:10:46 +00:00
QMK Bot
1571f8e258
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 21:31:58 +00:00
peepeetee
84b7fc364d
[Keyboard] move @takai 's keyboards into /recompile_keys ( #16053 )
2022-01-31 11:52:01 -08:00
peepeetee
ae705e3e55
[Keyboard] move @ka2hiro 's boards into /kagizaraya ( #16070 )
2022-01-31 11:48:51 -08:00
peepeetee
3fefaf7f6b
[Keyboard] move @GlenPickle 's chimera* boards into a folder ( #16072 )
2022-01-31 11:47:38 -08:00
peepeetee
6cb0e8924b
[Keyboard] move @yynmt 's boards into /yynmt ( #16075 )
2022-01-31 11:46:08 -08:00
peepeetee
2427678f7d
[Keyboard] move @Biacco42 's keebs into /biacco42 ( #16080 )
2022-01-31 11:44:45 -08:00
peepeetee
2e052b87c4
[Keyboard] move unikeyboard boards to /unikeyboard ( #16081 )
2022-01-31 11:42:53 -08:00
QMK Bot
4452be587b
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 19:40:44 +00:00
QMK Bot
781cdde288
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 19:35:14 +00:00
QMK Bot
d1e1f95975
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 19:32:13 +00:00
QMK Bot
8116b2a15c
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 11:16:45 +00:00
QMK Bot
14c1bd3b93
Merge remote-tracking branch 'origin/master' into develop
2022-01-31 01:27:07 +00:00
QMK Bot
8ad59ec127
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 23:11:13 +00:00
QMK Bot
4297f0669b
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 23:10:15 +00:00
QMK Bot
fc74d6b8d9
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 23:08:10 +00:00
Nick Brassel
9af9af73f4
Fix up default folder locations. ( #16135 )
2022-01-30 21:48:05 +00:00
Drashna Jaelre
d1cf218b9d
[Keyboard] Overhaul Tractyl Manuform ( #16134 )
2022-01-30 13:29:43 -08:00
Drashna Jael're
b57f8a8b9f
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 13:23:13 -08:00
QMK Bot
1be1bebc04
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:29:29 +00:00
peepeetee
a1b39e6db2
[Keyboard] move That-Canadian 's boards into /maple_computing ( #16050 )
2022-01-30 11:28:04 -08:00
peepeetee
07bb65384c
[Keyboard] move @kkatano 's keyboards to kkatano user folder ( #15684 )
2022-01-30 11:22:12 -08:00
peepeetee
51e99b562d
[Keyboard] move @monksoffunk 's boards into 25keys/ ( #15789 )
2022-01-30 11:17:04 -08:00
QMK Bot
211533c738
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:13:37 +00:00
QMK Bot
b4f124c78c
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:06:54 +00:00
QMK Bot
2d23516462
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:00:54 +00:00
QMK Bot
56623a6224
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 18:59:30 +00:00
peepeetee
566f6e7b76
[Keyboard] move @matthewdias 's keebs into matthewdias/ ( #15991 )
2022-01-30 10:58:40 -08:00
Vino Rodrigues
cad8866db1
Add support for Q-series on the ckled2001 LED driver ( #16051 )
2022-01-30 10:56:54 -08:00
QMK Bot
3f7da15bba
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 18:53:06 +00:00
mmccoyd
cffc3fcce5
[Keyboard] Re-org Hillside folders and fix default keymap ( #16128 )
...
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu >
2022-01-30 10:53:01 -08:00
QMK Bot
dc816a98fe
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 18:47:30 +00:00
peepeetee
a6a7b1ce8f
[Keyboard] move @ibnuda 's keebs into /ibnuda ( #16108 )
2022-01-30 10:47:26 -08:00
QMK Bot
84c1fcef05
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 18:36:17 +00:00
Ryan
7d685956cc
Rename AdafruitBLE
to BluefruitLE
( #16127 )
2022-01-30 17:29:42 +00:00
QMK Bot
9f4769fbe6
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 07:12:22 +00:00
QMK Bot
749fa8b55f
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 23:30:10 +00:00
QMK Bot
02dff061db
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 23:29:28 +00:00
QMK Bot
b001d9383a
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 23:28:42 +00:00
QMK Bot
8696d93e96
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 23:27:35 +00:00
QMK Bot
c969d4ece3
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 21:29:50 +00:00
QMK Bot
86bb162dd3
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 21:17:50 +00:00
QMK Bot
67b001c737
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 18:50:19 +00:00
QMK Bot
6c380e0eb1
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 18:29:10 +00:00
QMK Bot
38de0681ff
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 18:28:12 +00:00
QMK Bot
d6abdda34f
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 16:06:50 +00:00
QMK Bot
d0faaa9c7c
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 14:28:24 +00:00
QMK Bot
b79b8dcdd0
Format code according to conventions ( #16110 )
2022-01-29 12:25:49 +00:00
Pete Sevander
d700447dda
Combo TAP_CODE_DELAY
and clear_weak_mods
( #15866 )
2022-01-28 23:19:36 -08:00
QMK Bot
8c1c377272
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 07:11:11 +00:00
QMK Bot
6991631385
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 07:07:29 +00:00
QMK Bot
20fac523c7
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 07:05:20 +00:00
Ga68
1f59fe6d1b
Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY ( #15635 )
...
Co-authored-by: Ga68 <github.ga68.e@grxme.com >
2022-01-28 23:03:21 -08:00
QMK Bot
3e9551bcfa
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 06:59:01 +00:00
QMK Bot
aff9eafea5
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 06:43:15 +00:00
QMK Bot
fee5950a5c
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 03:28:29 +00:00
QMK Bot
720ccf9559
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 03:27:16 +00:00
QMK Bot
2f5074cf32
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 01:35:09 +00:00
QMK Bot
46e2caea78
Merge remote-tracking branch 'origin/master' into develop
2022-01-29 00:19:53 +00:00
QMK Bot
51ee8965a7
Merge remote-tracking branch 'origin/master' into develop
2022-01-28 23:34:08 +00:00
QMK Bot
99478417ac
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 15:57:01 +00:00
QMK Bot
7c4992bce1
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 15:51:25 +00:00
QMK Bot
59f9703224
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 15:42:37 +00:00
QMK Bot
f25977bcd4
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 15:37:50 +00:00
QMK Bot
2ab685565a
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 14:50:48 +00:00
QMK Bot
5ee29dc000
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 14:49:24 +00:00
QMK Bot
799de75b8b
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 05:16:34 +00:00
Stefan Kerkmann
be59e8af2b
Deprecate split transactions status field ( #16023 )
2022-01-26 21:13:27 -08:00
QMK Bot
ed8ab3e32c
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 05:13:11 +00:00
QMK Bot
2df420f1f4
Merge remote-tracking branch 'origin/master' into develop
2022-01-27 05:02:08 +00:00
Joel Challis
6a9ec74b32
Remove unused suspend_idle ( #16063 )
2022-01-26 14:57:28 -08:00
QMK Bot
9e5f8983ec
Merge remote-tracking branch 'origin/master' into develop
2022-01-26 22:01:51 +00:00
Dasky
7b31fc54df
Enable a default task throttle for split pointing. ( #15925 )
2022-01-26 19:24:29 +00:00
QMK Bot
c99cbd915f
Merge remote-tracking branch 'origin/master' into develop
2022-01-26 19:23:51 +00:00
Ryan
4f6c0d0ea5
More keyboard rules.mk cleanups ( #16044 )
...
* More keyboard rules.mk cleanups
* Found a couple more
2022-01-25 20:21:08 +00:00
QMK Bot
44e62a3634
Merge remote-tracking branch 'origin/master' into develop
2022-01-25 13:43:25 +00:00
QMK Bot
efbfd30318
Merge remote-tracking branch 'origin/master' into develop
2022-01-25 13:41:28 +00:00
Joel Challis
2da12182f3
Fix handwired/ms_sculpt_mobile default keymap ( #16032 )
2022-01-25 13:10:51 +00:00
Joel Challis
7df371750f
Workaround in Makefile for recursive rule matching ( #15988 )
...
* Bodge for recursive rule matching
* Bodge for recursive rule matching - force python3
* Tidy up
2022-01-25 11:50:35 +11:00
Nick Brassel
5f23345886
Add a script that simplifies running commands under docker. ( #16028 )
2022-01-24 23:58:53 +00:00
Joel Challis
bf9569db93
Various Makefile optimisations ( #16015 )
2022-01-24 23:54:56 +00:00
Ryan
c71c0fba90
Fix bootloader_jump for certain CTRL boards ( #16026 )
2022-01-25 09:28:13 +11:00
Joel Challis
5249a606f1
Fix up issue with PROGMEM and hand_swap_config ( #16027 )
2022-01-24 22:20:08 +00:00
Ryan
1d11ae3087
Rip out old macro and action_function system ( #16025 )
...
* Rip out old macro and action_function system
* Update quantum/action_util.c
Co-authored-by: Joel Challis <git@zvecr.com >
2022-01-24 21:22:20 +00:00
QMK Bot
3340ca46e8
Merge remote-tracking branch 'origin/master' into develop
2022-01-24 15:58:34 +00:00
Nick Brassel
8f22819d47
Default EEPROM implementation should be transient when not implemented. Removed the equivalent eeprom_teensy fallback. ( #16020 )
2022-01-24 14:18:05 +00:00
QMK Bot
489c5ff4a2
Merge remote-tracking branch 'origin/master' into develop
2022-01-24 01:37:57 +00:00
QMK Bot
939006d2e5
Merge remote-tracking branch 'origin/master' into develop
2022-01-24 01:33:44 +00:00
QMK Bot
95321fbc2c
Merge remote-tracking branch 'origin/master' into develop
2022-01-23 22:15:53 +00:00
Nick Brassel
77062e9a36
Add L432, L442. ( #16016 )
2022-01-24 08:49:36 +11:00
QMK Bot
0f53e1333f
Merge remote-tracking branch 'origin/master' into develop
2022-01-23 20:38:05 +00:00
Drashna Jaelre
8776b4b088
[Keyboard] Fix erroneous SRC for Clueboard 66 hotswap ( #16007 )
2022-01-23 15:10:59 +00:00
Joel Challis
a8700404f7
Relocate matrix_init_quantum content ( #15953 )
...
* Relocate matrix_init_quantum content
* Update include order
* Fix cherry pick from 15722
2022-01-23 02:41:57 +00:00
Drashna Jaelre
8101a836a4
[Bug] Fix compilation issues for led indicators ( #16001 )
2022-01-22 23:43:39 +00:00
Joel Challis
eddd1c0567
Fix BACKLIGHT_CAPS_LOCK warning ( #15999 )
...
* Fix BACKLIGHT_CAPS_LOCK warning
* align defs
2022-01-22 23:11:42 +00:00
Joel Challis
6e83b44940
Align location of some host led logic ( #15954 )
...
* Align location of host led logic
* Move more
* align ifdefs
* Fix up includes
* Move callback defs
* Convert comment to build message
2022-01-22 21:17:02 +00:00
Ryan
448a90f6b0
rocketboard_16
: Fix mismatched LUT sizes (#15997 )
2022-01-23 06:56:44 +11:00
Ryan
8ec18d1476
Remove action_function()
from LFKeyboards boards ( #15993 )
2022-01-22 18:24:02 +00:00
QMK Bot
4ef11f0905
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 15:04:17 +00:00
QMK Bot
8863e1f696
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 10:26:24 +00:00
QMK Bot
82c194f86c
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 06:16:20 +00:00
Ryan
c587df3b66
Fix build failures for mschwingen/modelm
( #15987 )
2022-01-22 06:12:34 +00:00
QMK Bot
372f2b76aa
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 06:12:22 +00:00
Ryan Hausen
489475814a
fixed typo in orange HSV colors decalartion ( #15976 )
2022-01-22 06:12:14 +00:00
Albert Y
fed36fc5f8
Adjust mouse key defaults ( #15883 )
2022-01-21 22:09:44 -08:00
QMK Bot
833f8db838
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 06:09:28 +00:00
QMK Bot
e137e39911
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 05:57:32 +00:00
QMK Bot
b91efb896d
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 05:55:41 +00:00
QMK Bot
72dc5d5862
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 05:32:01 +00:00
Drashna Jaelre
909003cce9
[Bug] Fix hack for chibiOS reset name ( #15984 )
2022-01-22 04:59:19 +00:00
QMK Bot
3a27f065b7
Merge remote-tracking branch 'origin/master' into develop
2022-01-22 04:27:26 +00:00
Drashna Jael're
102cec8241
Merge remote-tracking branch 'origin/master' into develop
2022-01-21 20:11:30 -08:00
XScorpion2
ad702096a9
[Keyboard] Sol 3 Keyboard from RGBKB ( #15687 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Franklyn Tackitt <franklyn@tackitt.net >
2022-01-21 19:51:12 -08:00
Ryan
b45a037c7e
Rename some Quantum keycodes ( #15968 )
...
* Rename some Quantum keycodes
* Tweak EEPROM clear and debug keycode short aliases
2022-01-22 03:34:15 +00:00
QMK Bot
c7f477bc59
Merge remote-tracking branch 'origin/master' into develop
2022-01-21 15:49:13 +00:00
QMK Bot
2f5c70e834
Merge remote-tracking branch 'origin/master' into develop
2022-01-21 14:18:11 +00:00
QMK Bot
be6a4745ae
Merge remote-tracking branch 'origin/master' into develop
2022-01-21 01:30:48 +00:00
QMK Bot
ecfa4172d0
Merge remote-tracking branch 'origin/master' into develop
2022-01-20 23:20:58 +00:00
QMK Bot
c9866313a7
Merge remote-tracking branch 'origin/master' into develop
2022-01-20 23:20:26 +00:00
QMK Bot
edf9d33e61
Merge remote-tracking branch 'origin/master' into develop
2022-01-20 20:14:40 +00:00
QMK Bot
fe1f53ce8f
Merge remote-tracking branch 'origin/master' into develop
2022-01-20 20:12:20 +00:00
QMK Bot
36b7a13be9
Merge remote-tracking branch 'origin/master' into develop
2022-01-20 17:25:31 +00:00
Drashna Jaelre
6ebb44f17e
[Bug][Core] Fix optical sensor firmware upload ( #15919 )
2022-01-20 09:23:16 -08:00
QMK Bot
24324378a8
Merge remote-tracking branch 'origin/master' into develop
2022-01-19 20:54:25 +00:00
Joel Challis
d840ef2b28
Relocate matrix_scan_quantum tasks ( #15882 )
...
* Move matrix_scan_quantum tasks
* Fix tests
* Fix up missing refs
2022-01-19 17:38:48 +00:00
Ryan
dcb0c4e51e
Add example implementations for compatible MCUs list ( #15935 )
...
* Add example implementations for compatible MCUs list
* Update docs/compatible_microcontrollers.md
Co-authored-by: Nick Brassel <nick@tzarc.org >
Co-authored-by: Nick Brassel <nick@tzarc.org >
2022-01-19 20:34:59 +11:00
QMK Bot
bb75c10e28
Merge remote-tracking branch 'origin/master' into develop
2022-01-19 00:21:45 +00:00
QMK Bot
3a01f51063
Merge remote-tracking branch 'origin/master' into develop
2022-01-19 00:19:22 +00:00
QMK Bot
b825af0728
Merge remote-tracking branch 'origin/master' into develop
2022-01-18 18:25:03 +00:00
QMK Bot
9a65cc39da
Merge remote-tracking branch 'origin/master' into develop
2022-01-17 19:01:26 +00:00
QMK Bot
fb65f07832
Merge remote-tracking branch 'origin/master' into develop
2022-01-17 14:12:32 +00:00
Ryan
c72ed7c024
CLI: Parse USB device version BCD ( #14580 )
...
* CLI: Parse USB device version BCD
* Apply suggestions
2022-01-17 08:44:34 +11:00
Nick Brassel
557fbbd6af
Yet another bad DEFAULT_FOLDER
fix. ( #15904 )
2022-01-16 20:12:58 +00:00
peepeetee
217ad5cfc0
move yd60mq to ymdk vendor folder ( #15647 )
2022-01-17 07:01:00 +11:00
QMK Bot
6a723c3571
Merge remote-tracking branch 'origin/master' into develop
2022-01-16 19:59:22 +00:00
QMK Bot
069e232bab
Merge remote-tracking branch 'origin/master' into develop
2022-01-16 19:54:12 +00:00
peepeetee
15290f4366
rename idobo to idobao/id75, move to vendor folder ( #15661 )
...
* rename idobo to idobao/id75, move to vendor folder
* add image, amend readme to id75
* add buying link
2022-01-17 06:53:11 +11:00
Albert Y
1d3c2ceded
Add init function to clear previous effect ( #15815 )
2022-01-17 06:48:09 +11:00
QMK Bot
33384a3663
Merge remote-tracking branch 'origin/master' into develop
2022-01-15 20:23:36 +00:00
QMK Bot
02637ec350
Merge remote-tracking branch 'origin/master' into develop
2022-01-15 07:51:29 +00:00
QMK Bot
9cd2024814
Merge remote-tracking branch 'origin/master' into develop
2022-01-15 07:28:32 +00:00
QMK Bot
b8dbebec2d
Merge remote-tracking branch 'origin/master' into develop
2022-01-15 07:27:06 +00:00
QMK Bot
f07ea255a9
Merge remote-tracking branch 'origin/master' into develop
2022-01-15 05:49:44 +00:00
Dasky
08a42dc72c
Fix broken bootloader builds in develop. ( #15880 )
2022-01-15 01:04:58 +00:00
QMK Bot
77eae62d62
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 19:06:58 +00:00
QMK Bot
90f2a03895
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 18:58:43 +00:00
QMK Bot
71a9384f49
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 14:48:10 +00:00
QMK Bot
cfc136f198
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 14:47:32 +00:00
QMK Bot
b7fb5f9987
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 04:42:48 +00:00
QMK Bot
fba519116d
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 04:41:11 +00:00
QMK Bot
a7e1de81ff
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 04:38:56 +00:00
QMK Bot
85743b9f32
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 04:38:08 +00:00
QMK Bot
7b75aa1818
Merge remote-tracking branch 'origin/master' into develop
2022-01-14 04:34:21 +00:00
QMK Bot
15d385a862
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 21:56:21 +00:00
QMK Bot
c93dc153f1
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 20:44:40 +00:00
QMK Bot
66ef608726
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 19:58:56 +00:00
QMK Bot
7cbada6902
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 19:03:21 +00:00
QMK Bot
c02be0012e
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 19:01:15 +00:00
QMK Bot
354eedae7a
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 18:59:54 +00:00
QMK Bot
0d88d277e4
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 17:20:41 +00:00
QMK Bot
5c3f3e8332
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 17:19:05 +00:00
peepeetee
50baf28386
move winry25tc to winry/ ( #15637 )
2022-01-13 09:18:56 -08:00
QMK Bot
3f5d47eae8
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 17:17:06 +00:00
QMK Bot
856f49cf48
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 17:16:47 +00:00
QMK Bot
4f79b57774
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 17:16:06 +00:00
QMK Bot
3058bf0f83
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 12:48:06 +00:00
QMK Bot
2b1f97dcc2
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 05:00:26 +00:00
Alabastard-64
a8482a4424
PMW3389 Revert Firmware load during Initilization ( #15859 )
2022-01-13 02:51:05 +00:00
QMK Bot
bd2af5c556
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 02:39:15 +00:00
QMK Bot
69e4c18153
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 02:29:55 +00:00
QMK Bot
2609c49731
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 02:14:13 +00:00
Drashna Jael're
4eb284ef8d
[Keyboard] Fix suihankey/split
2022-01-12 15:18:06 -08:00
QMK Bot
b554d8d336
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 23:06:54 +00:00
QMK Bot
8b188e060c
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 23:05:58 +00:00
peepeetee
ddc6601487
move id67 ( #15662 )
2022-01-12 14:50:00 -08:00
QMK Bot
88630d4913
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:21:43 +00:00
QMK Bot
96209d7eba
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:16:17 +00:00
peepeetee
92b2738bbb
move @kakunpc 's keebs into kakunpc/ ( #15814 )
...
Co-authored-by: kakunpc <15257475+kakunpc@users.noreply.github.com >
2022-01-12 14:13:45 -08:00
QMK Bot
5eb7eee560
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:12:06 +00:00
QMK Bot
99706e038b
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:11:30 +00:00
QMK Bot
cf954bbfd0
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:10:48 +00:00
QMK Bot
6e516ee89f
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:10:08 +00:00
QMK Bot
42a49ba44f
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:09:11 +00:00
QMK Bot
43d18321e3
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 22:06:23 +00:00
QMK Bot
58769a40de
Merge remote-tracking branch 'origin/master' into develop
2022-01-12 01:08:02 +00:00
Alabastard-64
2842ab4052
Add PMW3389 optical sensor Support (Updated) ( #15740 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-01-11 14:33:13 -08:00
QMK Bot
a7eb27b867
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 20:18:21 +00:00
QMK Bot
5e817664ad
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 18:09:11 +00:00
QMK Bot
fd98d78cd8
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 18:07:58 +00:00
peepeetee
37d801776e
[Keyboard] move @obosob 's boards into obosob/ ( #15799 )
2022-01-11 10:05:06 -08:00
peepeetee
f0c14507a5
[Keyboard] move @nacly 's boards to nacly/ ( #15801 )
2022-01-11 10:01:33 -08:00
QMK Bot
80e321f6ab
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 17:57:37 +00:00
QMK Bot
aebf17b7e2
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 17:56:03 +00:00
QMK Bot
52acb7dcac
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 17:43:47 +00:00
QMK Bot
4187fc7fbb
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 03:20:36 +00:00
Nick Brassel
be1dcb9185
Fix CI. ( #15828 )
...
* Fix CI.
2022-01-11 14:20:33 +11:00
QMK Bot
012db45bfb
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 03:15:35 +00:00
QMK Bot
75bba4522d
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 03:12:50 +00:00
QMK Bot
113b0f04bc
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:58:04 +00:00
QMK Bot
dff6f23a1a
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:48:23 +00:00
QMK Bot
461f279883
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:44:04 +00:00
QMK Bot
9b07108fbf
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:39:46 +00:00
QMK Bot
8e1269617a
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:37:16 +00:00
QMK Bot
92ec98d5ce
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:33:20 +00:00
QMK Bot
d4e05f6df3
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:31:53 +00:00
QMK Bot
0b9324f332
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:17:43 +00:00
cedrikl
c20522369b
[Keymap] Add another GMMK Pro ANSI Keymap with custom RGB. ( #14243 )
...
Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com >
2022-01-10 17:15:47 -08:00
QMK Bot
cec35d2399
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:12:40 +00:00
QMK Bot
4b9f73d32e
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:10:03 +00:00
QMK Bot
a760168722
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:09:14 +00:00
QMK Bot
c6277687b4
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 01:07:56 +00:00
QMK Bot
79f2fca1f9
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:58:16 +00:00
peepeetee
34602f4b25
[Keyboard] move reviung keyboards to a directory ( #15636 )
2022-01-10 16:57:20 -08:00
peepeetee
2b212cf692
[Keyboard] Rename ymdk_np21 to np21, move to ymdk vendor folder ( #15641 )
2022-01-10 16:56:59 -08:00
peepeetee
65e7d0c01f
[Keyboard] move ymd96 to ymdk vendor folder ( #15643 )
2022-01-10 16:55:58 -08:00
peepeetee
c08ed73216
[Keyboard] move ymd75 to ymdk vendor folder ( #15645 )
2022-01-10 16:55:37 -08:00
QMK Bot
db608aae51
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:54:24 +00:00
QMK Bot
bc617d8ad1
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:53:34 +00:00
QMK Bot
a5a3918856
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:51:40 +00:00
QMK Bot
6ed4f51413
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:50:47 +00:00
peepeetee
d7d3839b8d
[Keyboard] move ID80 to IDOBAO vendor folder ( #15665 )
2022-01-10 16:49:50 -08:00
QMK Bot
184f4b38c8
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:49:20 +00:00
QMK Bot
93149711f6
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:45:05 +00:00
QMK Bot
dfecad4362
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:42:28 +00:00
peepeetee
b1942d1d0c
[Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder ( #15758 )
2022-01-10 16:42:13 -08:00
peepeetee
93bacff1a6
[Keyboard] move prototypist boards into vendor folder ( #15780 )
2022-01-10 16:40:22 -08:00
peepeetee
36ebc75e9a
[Keyboard] move yiancar's boards into yiancardesigns/ ( #15781 )
2022-01-10 16:39:56 -08:00
peepeetee
a483ab3213
[Keyboard] move novelkeys keyboards to vendor folder ( #15783 )
2022-01-10 16:39:17 -08:00
peepeetee
ced6d835e8
[Keyboard] move weirdo-f's keyboards into weirdo/ ( #15785 )
2022-01-10 16:38:55 -08:00
peepeetee
a2ddb44957
[Keyboard] move marksard's boards to marksard/ ( #15786 )
2022-01-10 16:38:31 -08:00
peepeetee
31a6401193
[Keyboard] move rainkeebs's keyboards to rainkeebs/ ( #15797 )
2022-01-10 16:35:54 -08:00
peepeetee
ceea8ab5fe
[Keyboard] move standaside into edi/ ( #15798 )
2022-01-10 16:35:23 -08:00
QMK Bot
f10285d800
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:06:51 +00:00
peepeetee
aafbe043f9
[Keyboard] move lyso1 's boards into lyso1/ ( #15767 )
2022-01-10 15:06:37 -08:00
QMK Bot
20e16bbcc4
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:05:34 +00:00
peepeetee
e6e6529b4a
[Keyboard] move Salicylic-acid3's keyboards to salicylic-acid3/ ( #15791 )
2022-01-10 15:03:15 -08:00
QMK Bot
4cff18a705
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:02:16 +00:00
QMK Bot
1a4db497db
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:02:04 +00:00
Stefan Kerkmann
5470e4a8ad
[Core] ChibiOS: shorten USB disconnect state on boot to 50ms ( #15805 )
2022-01-10 15:01:20 -08:00
QMK Bot
5d0c92b40c
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:00:33 +00:00
QMK Bot
e014d9897d
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 23:00:06 +00:00
Drashna Jaelre
ec7c3ac12d
Optimize initialization of PMW3360 Sensor ( #15821 )
2022-01-10 14:57:36 -08:00
QMK Bot
2fbdfae4b7
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 20:36:43 +00:00
QMK Bot
017c26c167
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 20:33:24 +00:00
QMK Bot
0b4afdf35b
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 20:16:17 +00:00
QMK Bot
371fc8c062
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 19:06:34 +00:00
QMK Bot
d52dca47e8
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 19:00:14 +00:00
Nick Brassel
0c402157fc
Advanced deferred_exec for core-side code. ( #15579 )
2022-01-10 18:26:46 +00:00
QMK Bot
05b6fbb1f5
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 16:23:47 +00:00
QMK Bot
b4b636112e
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 10:34:22 +00:00
QMK Bot
5491385f3d
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 10:33:15 +00:00
QMK Bot
437dad1b0e
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 10:22:38 +00:00
QMK Bot
13a44b1fff
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 09:26:59 +00:00
QMK Bot
89260bab86
Merge remote-tracking branch 'origin/master' into develop
2022-01-10 09:14:12 +00:00
QMK Bot
ceab485e58
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 21:17:55 +00:00
QMK Bot
9682abd5b8
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 20:08:56 +00:00
Pete Sevander
21958a9343
New combo configuration options ( #15083 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
2022-01-09 12:02:25 -08:00
QMK Bot
69b211abb6
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 19:57:38 +00:00
QMK Bot
78dba27922
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 18:22:39 +00:00
QMK Bot
515eb94fab
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 17:45:14 +00:00
QMK Bot
30d060417f
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 04:03:19 +00:00
QMK Bot
9578b4b570
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 03:58:05 +00:00
QMK Bot
a1ca14c1e1
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 03:54:14 +00:00
Joel Challis
7562f6644f
Slight tidy up of keyboard task loop ( #15725 )
2022-01-09 03:50:44 +00:00
Leo Deng
82d3bdb733
IS31FL3733 driver for LED Matrix ( #15088 )
2022-01-08 19:37:03 -08:00
QMK Bot
98078f769d
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 03:27:15 +00:00
QMK Bot
de59dd1835
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 02:34:46 +00:00
QMK Bot
e67ac61160
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 02:30:48 +00:00
QMK Bot
a120a166b9
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 01:30:24 +00:00
QMK Bot
687d4772a7
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 00:14:06 +00:00
QMK Bot
fea1a3d5c7
Merge remote-tracking branch 'origin/master' into develop
2022-01-09 00:13:07 +00:00
QMK Bot
6332caef78
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 21:24:33 +00:00
QMK Bot
ff878aa30c
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 21:23:13 +00:00
QMK Bot
98aaf7dccd
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 21:19:44 +00:00
QMK Bot
86fd95962c
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 21:14:01 +00:00
QMK Bot
3c9ddf7c53
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 20:51:03 +00:00
QMK Bot
0a21929928
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 20:33:10 +00:00
QMK Bot
30c201e1c5
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 18:45:13 +00:00
QMK Bot
34dccc565e
Merge remote-tracking branch 'origin/master' into develop
2022-01-08 03:23:12 +00:00
QMK Bot
2093498425
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 21:48:28 +00:00
QMK Bot
c3937de310
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 21:31:06 +00:00
QMK Bot
bd63d91163
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 20:21:40 +00:00
QMK Bot
bd07ae6713
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 13:28:14 +00:00
QMK Bot
f9a39775fc
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 08:25:25 +00:00
QMK Bot
6e8c3dfafc
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 05:25:57 +00:00
QMK Bot
ccd1839443
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 03:07:48 +00:00
QMK Bot
b1c4d3322d
Merge remote-tracking branch 'origin/master' into develop
2022-01-07 01:39:11 +00:00
QMK Bot
03f2235bc5
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 23:50:31 +00:00
QMK Bot
eada33b889
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 23:46:19 +00:00
QMK Bot
d5293e1f43
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 23:45:47 +00:00
QMK Bot
005949ff25
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 12:00:55 +00:00
Drashna Jael're
ac466c1571
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 02:01:04 -08:00
Joel Challis
8dbc8a802c
Unify the key up/down behaviour of RGB keycodes ( #15730 )
2022-01-06 18:52:32 +11:00
QMK Bot
2387a95be6
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 07:51:58 +00:00
QMK Bot
ce8e5fb54e
Merge remote-tracking branch 'origin/master' into develop
2022-01-06 07:44:56 +00:00
QMK Bot
d0063ea3e9
Merge remote-tracking branch 'origin/master' into develop
2022-01-05 23:39:51 +00:00
QMK Bot
2b975f3f3a
Merge remote-tracking branch 'origin/master' into develop
2022-01-05 21:57:10 +00:00
QMK Bot
34592f225a
Merge remote-tracking branch 'origin/master' into develop
2022-01-05 20:07:12 +00:00
QMK Bot
49d8d9ebf2
Merge remote-tracking branch 'origin/master' into develop
2022-01-05 20:03:59 +00:00
Ryan
5fb93934d0
Fixes for bootloader refactor build failures ( #15638 )
2022-01-06 06:55:46 +11:00
QMK Bot
99e11f4823
Merge remote-tracking branch 'origin/master' into develop
2022-01-05 02:11:57 +00:00
QMK Bot
c089541938
Merge remote-tracking branch 'origin/master' into develop
2022-01-03 22:42:47 +00:00
QMK Bot
73e372d920
Merge remote-tracking branch 'origin/master' into develop
2022-01-03 21:55:23 +00:00
QMK Bot
1f1d2ffd29
Merge remote-tracking branch 'origin/master' into develop
2022-01-03 17:08:10 +00:00
QMK Bot
0a3452f307
Merge remote-tracking branch 'origin/master' into develop
2022-01-03 03:26:48 +00:00
QMK Bot
bfc8539d68
Merge remote-tracking branch 'origin/master' into develop
2022-01-03 00:21:07 +00:00
QMK Bot
c32a329583
Format code according to conventions ( #15705 )
2022-01-02 00:11:49 -08:00
QMK Bot
668e6b8e92
Merge remote-tracking branch 'origin/master' into develop
2022-01-02 08:07:51 +00:00
peepeetee
89f7378569
move @yangdigi 's keyboards to a YDKB folder ( #15681 )
2022-01-02 00:07:01 -08:00
uqs
8b44eaa63e
Update pmw3360 comments to match the datasheet better, fix delays. ( #15682 )
2022-01-02 00:06:17 -08:00
QMK Bot
367e2bb0ff
Merge remote-tracking branch 'origin/master' into develop
2022-01-02 01:39:06 +00:00
QMK Bot
6513e0cea3
Merge remote-tracking branch 'origin/master' into develop
2022-01-01 18:11:31 +00:00
QMK Bot
5fcdff9935
Format code according to conventions ( #15693 )
2021-12-31 23:46:23 +00:00
Dasky
4fe6f3cd7a
Fix split pointing for analog joystick ( #15691 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2021-12-31 15:38:23 -08:00
QMK Bot
cbb51eacb0
Merge remote-tracking branch 'origin/master' into develop
2021-12-31 03:28:18 +00:00
QMK Bot
602b0b14d5
Merge remote-tracking branch 'origin/master' into develop
2021-12-30 04:18:05 +00:00
QMK Bot
dde5cd1c54
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 21:36:08 +00:00
QMK Bot
c8af82432d
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 14:15:23 +00:00
Drashna Jaelre
f85b945c32
[Keyboard] Fix compiler issue with tractyl manuform 4x6 ( #15646 )
2021-12-29 05:54:57 -08:00
Drashna Jaelre
0d02af816b
[Keyboard] Update grs_70ec to use newer custom matrix ( #15609 )
2021-12-29 05:26:28 -08:00
QMK Bot
42caee329f
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 13:06:10 +00:00
QMK Bot
6636c21453
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 10:57:52 +00:00
QMK Bot
7d6a7e195c
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 10:56:54 +00:00
QMK Bot
967b3b351b
Merge remote-tracking branch 'origin/master' into develop
2021-12-29 04:26:09 +00:00
Drashna Jaelre
9d801cb03d
[Keyboard] Update Tractyl Manuform to use Split Pointing Device Sync
2021-12-28 20:25:06 -08:00
QMK Bot
db38fb1a60
Merge remote-tracking branch 'origin/master' into develop
2021-12-28 21:01:23 +00:00
QMK Bot
98823ff8fc
Merge remote-tracking branch 'origin/master' into develop
2021-12-28 05:13:45 +00:00
QMK Bot
13e8fea023
Merge remote-tracking branch 'origin/master' into develop
2021-12-28 03:35:37 +00:00
yfuku
60b4ee1df3
Move to organization folder ( #15481 )
...
* move directory
* fix
* move wings42 to dailycraft
* Adjust wings42 to work with organization folder.
2021-12-28 14:34:24 +11:00
peepeetee
6151b365f9
move bm65hsrgb_iso and bm68hsrgb to rev1/ ( #15132 )
2021-12-28 14:32:34 +11:00
Drashna Jaelre
14d5c3f2f1
[Bug] Include missing string.h include ( #15606 )
2021-12-28 10:57:41 +11:00
QMK Bot
cd3db41d06
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 23:34:28 +00:00
QMK Bot
25707cad5c
Format code according to conventions ( #15604 )
2021-12-28 10:08:44 +11:00
Drashna Jaelre
c86baf3ece
[Core] Fix bug and code regression for Split Common ( #15603 )
2021-12-28 10:01:51 +11:00
QMK Bot
2689e360ce
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:28:33 +00:00
uqs
d3952523fe
pwm3360 driver cleanup and diff reduction to adns9800 ( #15559 )
...
* Diff reduction between ADNS9800 and PMW3360 drivers.
They are very similar devices. This (somewhat) unreadable diff is
essentially a no-op, but it makes a `vimdiff` between the 2 drivers much
more readable.
* Cleanup pwm3360 driver some more.
Remove redundant calls to spi_start() and spi_stop(), as pmw3360_write()
will already call these.
2021-12-27 21:26:09 +11:00
QMK Bot
0709d208db
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:25:01 +00:00
QMK Bot
be2265d0d1
Format code according to conventions ( #15593 )
2021-12-27 21:20:52 +11:00
QMK Bot
1127e0da6b
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:18:38 +00:00
Alabastard-64
f08824f6eb
Fix for SPI write timing in PMW3360 driver ( #15519 )
...
Timing does not match Pixart documentation for this sensor (may have been carried forward from adns9800).
Not aware of any issues coming from this currently.
It should only cause issues when writing to multiple registers in succession which currently only happens during initialization for the PMW3360.
This should prevent future issues with write operations if other features of the sensor are added.
2021-12-27 21:18:35 +11:00
QMK Bot
740c47d4d7
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:17:45 +00:00
QMK Bot
c929b7aadf
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:16:53 +00:00
Ryan
6f81880f17
Convert some more boards to Matrix Lite ( #15489 )
2021-12-27 21:15:56 +11:00
Victor Toni
6209122213
[Keymap] Add vitoni keymap for GMMK Pro (ISO) ( #15006 )
...
* [Keymap] Add vitoni layout for GMMK Pro (ISO)
Keymap has layered cursor keys similar to laptop keyboards.
* Configure RGB defaults for startup
* Configure encoder to change value/brightness on FN layer
* Remove FN layer and add dedicated RGB layer
* Make RGB layer sticky (using TG) to avoid holding FN while configuring RGB
* Add RGB indicators for active layers
* Add RGB indicator for active RESET mode
Signed-off-by: Victor Toni <victor.toni@gmail.com >
* Configure idle / USB suspend settings
* Add RGB fade in when resuming after suspend
* Add RGB fade out before suspend
* Add fade out before idle
* Add breathe effect when idle
2021-12-27 21:13:12 +11:00
Ryan
6bc870d899
Refactor bootloader_jump()
implementations ( #15450 )
...
* Refactor `bootloader_jump()` implementations
* Fix tests?
* Rename `atmel-samba` to `md-boot`
2021-12-27 21:10:07 +11:00
QMK Bot
cffe143ca2
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 10:06:16 +00:00
Jay Greco
ac31863021
Custom matrix lite support for split keyboards ( #14674 )
...
* Custom matrix lite support for split keyboards
* WIP: matrix -> matrix_common refactor
* Move matrix_post_scan() to matrix_common.c
2021-12-27 21:03:40 +11:00
QMK Bot
4519af69a9
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 09:57:30 +00:00
Nick Brassel
4d96e53222
More GPIO compilation fixes. ( #15592 )
2021-12-26 21:36:52 -08:00
Nick Brassel
8503c97b96
Merge remote-tracking branch 'upstream/master' into develop
2021-12-27 15:18:08 +11:00
Nick Brassel
c53ee0b3ce
Fixup line endings
2021-12-27 15:15:49 +11:00
QMK Bot
fa1d3159af
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 04:05:58 +00:00
QMK Bot
e969420a85
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:48:37 +00:00
QMK Bot
ba7243d409
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:44:31 +00:00
QMK Bot
2cd350d3f4
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:41:18 +00:00
QMK Bot
cd62961392
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:37:11 +00:00
QMK Bot
eadfcb9a40
Format code according to conventions ( #15590 )
2021-12-27 14:34:15 +11:00
QMK Bot
ed43450043
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:32:42 +00:00
QMK Bot
5df515c22d
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:29:11 +00:00
QMK Bot
2d03a337ab
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:19:52 +00:00
QMK Bot
111ee6cb91
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:16:22 +00:00
QMK Bot
daf71c8d37
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:10:40 +00:00
QMK Bot
ca5bd0aa2c
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:07:03 +00:00
QMK Bot
a1dd4f3c0f
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 03:06:43 +00:00
Simon Arlott
c93935f243
Durgod: Increase scan rate by using wait_us GPT timer ( #14091 )
...
Lower the tick rate from 10kHz to 1kHz (otherwise all the extra interrupts
reduce the achievable scan rate). Enable the WAIT_US_TIMER using GPT TIM3.
Observed scan rate on the K320 is increased from 625Hz to 2090-2120Hz.
2021-12-27 14:04:26 +11:00
QMK Bot
dfe5fe7181
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 02:57:38 +00:00
QMK Bot
c20096c7aa
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 02:51:13 +00:00
QMK Bot
79f2445414
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 02:49:35 +00:00
Chad Austin
25713dc222
Add sym_defer_pr debouncer type ( #14948 )
2021-12-27 13:44:56 +11:00
QMK Bot
e15dbb49e0
Merge remote-tracking branch 'origin/master' into develop
2021-12-27 02:42:35 +00:00
Nick Brassel
3a3272a3d6
Defer pin operations to gpio.h ( #15589 )
2021-12-27 13:27:38 +11:00
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
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
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
QMK Bot
c734e7c1bf
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:27:51 +00:00
QMK Bot
407647d0d1
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:23:54 +00:00
QMK Bot
bd1d41024b
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:23:13 +00:00
QMK Bot
19abd80fb2
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:20:37 +00:00
QMK Bot
78b330c8b4
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:18:22 +00:00
QMK Bot
e0490a24f2
Merge remote-tracking branch 'origin/master' into develop
2021-12-25 01:13:07 +00:00
QMK Bot
53472a4e7b
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 22:31:48 +00:00
QMK Bot
e24fe0832b
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 20:10:51 +00:00
QMK Bot
45731efcac
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 00:39:31 +00:00
QMK Bot
b7ed91f861
Merge remote-tracking branch 'origin/master' into develop
2021-12-24 00:37:36 +00:00
QMK Bot
4582b1b41a
Merge remote-tracking branch 'origin/master' into develop
2021-12-23 21:43:43 +00:00
QMK Bot
d737b4704c
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 17:46:05 +00:00
QMK Bot
51bc051172
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 17:08:53 +00:00
QMK Bot
df7fe3e2ac
Merge remote-tracking branch 'origin/master' into develop
2021-12-22 14:27:56 +00: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
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
Nick Brassel
7b018f097d
Use the PR title rather than parsing the commit message. ( #15537 )
2021-12-22 05:44:47 +11:00
QMK Bot
b6bd01aa8b
Merge remote-tracking branch 'origin/master' into develop
2021-12-21 17:20:45 +00:00
QMK Bot
9a356ab943
Merge remote-tracking branch 'origin/master' into develop
2021-12-20 19:32:28 +00:00
QMK Bot
acf7824f9a
Merge remote-tracking branch 'origin/master' into develop
2021-12-19 20:59:07 +00:00
QMK Bot
3410b25cf8
Merge remote-tracking branch 'origin/master' into develop
2021-12-19 20:07:41 +00:00
QMK Bot
560386461e
Merge remote-tracking branch 'origin/master' into develop
2021-12-18 08:49:18 +00:00
QMK Bot
8d61218abe
Merge remote-tracking branch 'origin/master' into develop
2021-12-18 03:00:14 +00:00
QMK Bot
6beca1c6c0
Merge remote-tracking branch 'origin/master' into develop
2021-12-18 02:30:19 +00:00
QMK Bot
aefa85162b
Merge remote-tracking branch 'origin/master' into develop
2021-12-17 16:11:43 +00:00
QMK Bot
4219508b42
Merge remote-tracking branch 'origin/master' into develop
2021-12-17 07:52:39 +00:00
QMK Bot
1b29f98d99
Merge remote-tracking branch 'origin/master' into develop
2021-12-17 07:52:16 +00:00
QMK Bot
4b185a52bc
Merge remote-tracking branch 'origin/master' into develop
2021-12-16 18:07:39 +00:00
QMK Bot
3a2d01df6a
Merge remote-tracking branch 'origin/master' into develop
2021-12-16 18:05:44 +00:00
QMK Bot
8fe49ebe0b
Merge remote-tracking branch 'origin/master' into develop
2021-12-16 16:46:11 +00:00
QMK Bot
9f72f27279
Merge remote-tracking branch 'origin/master' into develop
2021-12-16 08:29:11 +00:00
QMK Bot
c8fd62432a
Merge remote-tracking branch 'origin/master' into develop
2021-12-16 05:59:42 +00:00
QMK Bot
b33ecce392
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 21:41:42 +00:00
Ryan
9d0b145007
Fix build failure for UT47 ( #15483 )
2021-12-15 14:25:32 +00:00
Ryan
c12268807d
Migrate serial_uart usages to UART driver ( #15479 )
...
* Migrate Thermal Printer feature to UART driver
* Migrate 40percentclub UT47 to UART driver
* Migrate Centromere to UART driver
* Migrate Chimera Ergo to UART driver
* Migrate Chimera Let's Split to UART driver
* Migrate Chimera Ortho to UART driver
* Migrate Chimera Ortho Plus to UART driver
* Migrate Comet46 to UART driver
* Migrate Palm USB converter to UART driver
* Migrate Sun USB converter to UART driver
* Migrate Dichotomy to UART driver
* Migrate Honeycomb to UART driver
* Migrate Mitosis to UART driver
* Migrate Redox W to UART driver
* Migrate Uni660 to UART driver
* Migrate Telophase to UART driver
2021-12-15 11:00:39 +00:00
QMK Bot
c0bb153151
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 04:54:21 +00:00
QMK Bot
3c5b9f70f5
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 03:42:16 +00:00
QMK Bot
fce882f516
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 03:40:55 +00:00
QMK Bot
045977ea91
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 03:40:34 +00:00
QMK Bot
7e3dab79ad
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 03:38:44 +00:00
QMK Bot
a97da5a569
Merge remote-tracking branch 'origin/master' into develop
2021-12-15 02:52:46 +00:00
Drashna Jael're
14d5e92da5
Merge remote-tracking branch 'origin/master' into develop
2021-12-14 18:29:13 -08:00
Stefan Kerkmann
8b865a9d64
[Core] Don't send keyboard reports that propagate no changes to the host ( #14065 )
2021-12-14 10:40:18 -08:00
QMK Bot
ce5a2a7367
Merge remote-tracking branch 'origin/master' into develop
2021-12-14 07:50:11 +00:00
QMK Bot
f6be5773d5
Merge remote-tracking branch 'origin/master' into develop
2021-12-14 07:43:14 +00:00
QMK Bot
757b42f2fb
Merge remote-tracking branch 'origin/master' into develop
2021-12-14 04:56:33 +00:00
QMK Bot
c03859a3e4
Merge remote-tracking branch 'origin/master' into develop
2021-12-13 02:06:27 +00:00
Dipl.-Ing. Raoul Rubien, BSc
415faebd65
added missing audio_off_user() callback ( #15457 )
...
Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com >
2021-12-11 16:58:25 -08:00
QMK Bot
dd994e72ad
Merge remote-tracking branch 'origin/master' into develop
2021-12-11 18:40:00 +00:00
Drashna Jael're
f92d153532
Merge remote-tracking branch 'origin/master' into develop
2021-12-11 10:28:29 -08:00
QMK Bot
31bce31c74
Merge remote-tracking branch 'origin/master' into develop
2021-12-09 06:45:59 +00:00
QMK Bot
6ef36482a2
Merge remote-tracking branch 'origin/master' into develop
2021-12-09 06:42:44 +00:00
QMK Bot
46a74d820f
Merge remote-tracking branch 'origin/master' into develop
2021-12-09 06:41:17 +00:00
fauxpark
c394bf1c98
Merge remote-tracking branch 'upstream/master' into develop
2021-12-09 17:24:05 +11:00
QMK Bot
7aa466515e
Merge remote-tracking branch 'origin/master' into develop
2021-12-09 05:01:31 +00:00
QMK Bot
ef847f8ef6
Merge remote-tracking branch 'origin/master' into develop
2021-12-09 03:49:44 +00:00
Nick Brassel
30f0bbe079
Add support for 21.11.x, remove 21.6.x as ChibiOS "canceled" it. ( #15435 )
2021-12-09 07:42:21 +11:00
QMK Bot
1259140d5a
Merge remote-tracking branch 'origin/master' into develop
2021-12-08 17:52:11 +00:00
QMK Bot
108684351e
Merge remote-tracking branch 'origin/master' into develop
2021-12-08 17:39:29 +00:00
Drashna Jael're
af936c6ae6
Merge remote-tracking branch 'origin/master' into develop
2021-12-08 08:17:55 -08:00
Drashna Jaelre
26febb7c24
Expand rotational range for PMW3360 Optical Sensor ( #15431 )
2021-12-08 07:38:09 -08:00
QMK Bot
fe2ef59240
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 20:01:52 +00:00
QMK Bot
fc968fd473
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 20:01:04 +00:00
QMK Bot
0ea644a53b
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 20:00:12 +00:00
QMK Bot
3c90a30fe7
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 19:59:04 +00:00
QMK Bot
6cc51eb9d9
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 19:04:42 +00:00
QMK Bot
eecd22fbd4
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 14:48:49 +00:00
Drashna Jaelre
9d7e64bcb3
Remove Deprecated USB Polling comment from vusb.c ( #15420 )
2021-12-07 19:57:33 +11:00
QMK Bot
0e52a84878
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 06:36:39 +00:00
QMK Bot
fc51ce8304
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 05:17:41 +00:00
QMK Bot
1b67b14587
Merge remote-tracking branch 'origin/master' into develop
2021-12-07 04:58:08 +00:00
Drashna Jaelre
5f7c0e3097
Add missing define for unicode common ( #15416 )
2021-12-06 11:36:30 -08:00
QMK Bot
ce1ee47ef5
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 17:38:55 +00:00
Drashna Jaelre
942b3cf16c
Generalize Unicode defines ( #15409 )
2021-12-06 09:38:36 -08:00
QMK Bot
e8747e116f
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 17:12:55 +00:00
QMK Bot
681f9f4ca6
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 05:47:21 +00:00
QMK Bot
ae3219ae0e
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 04:48:27 +00:00
QMK Bot
42a5742add
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 04:27:05 +00:00
QMK Bot
590082520e
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 01:26:21 +00:00
QMK Bot
a299018824
Merge remote-tracking branch 'origin/master' into develop
2021-12-06 00:32:26 +00:00
QMK Bot
12b9831eeb
Merge remote-tracking branch 'origin/master' into develop
2021-12-05 19:52:49 +00:00
QMK Bot
3c0a91059b
Merge remote-tracking branch 'origin/master' into develop
2021-12-02 16:56:43 +00:00
Joel Challis
3bf2403244
Tidy up existing i2c_master implementations ( #15376 )
...
* Move chibios defines out of header
* Make some avr defines internal
2021-12-02 14:32:31 +00:00
QMK Bot
4466261895
Merge remote-tracking branch 'origin/master' into develop
2021-12-02 14:32:15 +00:00
QMK Bot
4d55cde5a7
Merge remote-tracking branch 'origin/master' into develop
2021-12-02 01:06:17 +00:00
QMK Bot
d123364b32
Merge remote-tracking branch 'origin/master' into develop
2021-12-01 17:38:53 +00:00
fauxpark
0b241ea4f7
Merge remote-tracking branch 'upstream/master' into develop
2021-12-02 03:26:54 +11:00
Joel Challis
1493e6d3f0
Convert ai03/orbit to SPLIT_KEYBOARD ( #15340 )
2021-12-01 11:19:14 +00:00
Joel Challis
3d06860f3c
Convert not_so_minidox to SPLIT_KEYBOARD ( #15306 )
2021-12-01 11:19:07 +00:00
QMK Bot
3716e02ff3
Merge remote-tracking branch 'origin/master' into develop
2021-12-01 08:59:09 +00:00
Joel Challis
2726856cde
Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK ( #15368 )
2021-11-30 17:34:08 -08:00
QMK Bot
3079fd0415
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 20:15:53 +00:00
QMK Bot
0e5fc86c68
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 19:24:58 +00:00
QMK Bot
a1c39084a2
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 19:16:06 +00:00
QMK Bot
8879cdb250
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 18:37:47 +00:00
QMK Bot
75714ff123
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 18:33:12 +00:00
QMK Bot
4bc356711d
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 17:52:20 +00:00
QMK Bot
12d26c1466
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 17:50:55 +00:00
QMK Bot
2445c1435a
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 17:49:29 +00:00
Joel Challis
9204f8535b
[Keyboard] Convert ergoinu to SPLIT_KEYBOARD ( #15305 )
2021-11-30 09:49:09 -08:00
QMK Bot
55a84843ea
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 10:11:28 +00:00
QMK Bot
a83731660d
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 05:54:51 +00:00
QMK Bot
d57ecaa9a6
Merge remote-tracking branch 'origin/master' into develop
2021-11-30 05:45:47 +00:00
Drashna Jaelre
b5a5bb6d74
Change default USB Polling rate to 1kHz ( #15352 )
2021-11-29 17:18:54 -08:00
QMK Bot
fefcad3933
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 16:41:58 +00:00
QMK Bot
04d9c53c6e
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 16:28:24 +00:00
QMK Bot
c1556f7af0
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 16:27:40 +00:00
QMK Bot
25a0432228
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 16:24:11 +00:00
xiao
b7cdda7dcd
[Keyboard] Added Wakizashi 40 ( #15336 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2021-11-29 08:23:58 -08:00
Stefan Kerkmann
c1297ceb97
[Core] Remove matrix_is_modified() and debounce_is_active() ( #15349 )
2021-11-29 08:22:10 -08:00
QMK Bot
a3e9b347ec
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 15:08:56 +00:00
QMK Bot
5ebeb32ec0
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 15:08:12 +00:00
QMK Bot
bee48ced71
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:30:33 +00:00
QMK Bot
852d3af0a1
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:29:27 +00:00
QMK Bot
1c1ba06cfb
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:28:36 +00:00
QMK Bot
36d5ea8f85
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:26:55 +00:00
QMK Bot
dcb20e55fc
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:26:11 +00:00
QMK Bot
5bd3e9e806
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:24:57 +00:00
QMK Bot
7ac9d1abe4
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:23:43 +00:00
QMK Bot
696dea19f6
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:23:16 +00:00
QMK Bot
9215edde66
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:21:44 +00:00
QMK Bot
9d0373779c
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:20:59 +00:00
QMK Bot
6779f847ea
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:19:11 +00:00
QMK Bot
e931ac57e1
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:18:42 +00:00
QMK Bot
42412d7272
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:18:06 +00:00
QMK Bot
d558d10042
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 08:17:17 +00:00
wheredoesyourmindgo
7f67504993
Added cancel_key_lock function ( #15321 )
2021-11-29 00:17:07 -08:00
QMK Bot
4461355cce
Merge remote-tracking branch 'origin/master' into develop
2021-11-29 07:42:34 +00:00
QMK Bot
ccc2030bee
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 21:00:34 +00:00
QMK Bot
6932e22dd8
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 20:45:57 +00:00
QMK Bot
69c341eb5c
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 20:28:51 +00:00
QMK Bot
1f7faad37a
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 20:01:16 +00:00
QMK Bot
d41067f59b
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 06:44:34 +00:00
QMK Bot
24d47dc631
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 06:27:27 +00:00
QMK Bot
c99d2965a0
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 05:53:26 +00:00
QMK Bot
9a4a3517de
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 02:00:18 +00:00
QMK Bot
4b1db46647
Merge remote-tracking branch 'origin/master' into develop
2021-11-28 01:12:40 +00:00
Nick Brassel
51db8baf77
Start develop
for 2022q1.
2021-11-28 11:16:20 +11:00