André Greiner-Petter
249fb3c2c2
[BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix ( #20988 )
2023-05-27 13:26:14 +10:00
Nick Brassel
5642bd1807
Fix up qmk find
when not specifying filters. ( #21059 )
2023-05-27 13:23:07 +10:00
Ryan
363bfdbfda
Move RGBLIGHT_LIMIT_VAL
to data driven ( #20974 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-27 12:27:44 +10:00
QMK Bot
8fdcba12e6
Merge remote-tracking branch 'origin/master' into develop
2023-05-26 20:19:17 +00:00
dependabot[bot]
16767e4d59
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 ( #21057 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 21:18:33 +01:00
QMK Bot
5efdc28a86
Merge remote-tracking branch 'origin/master' into develop
2023-05-26 02:07:54 +00:00
Pablo Martínez
1c1bc565de
[Bugfix + Refactor] qmk painter-convert-graphics
( #19994 )
2023-05-26 03:07:06 +01:00
Joel Challis
b2e5017e74
Move thekey
to Drop vendor folder ( #21032 )
2023-05-25 23:08:12 +01:00
Joel Challis
873922d98f
Implement UF2 device type id extension tag ( #21029 )
2023-05-25 23:07:47 +01:00
Drashna Jaelre
ed69d78f27
[Bug][Keyboard] Fix key display on Corne OLED ( #21044 )
2023-05-25 16:41:12 +01:00
Joel Challis
6e41377824
qmk info - Remove printing of "Keyboard Folder" ( #21033 )
2023-05-24 23:27:57 +01:00
QMK Bot
6d93d8b56a
Merge remote-tracking branch 'origin/master' into develop
2023-05-24 18:48:31 +00:00
Danny
f9c32974ef
Add encoder map FoldKB in VIA ( #21038 )
2023-05-24 19:47:46 +01:00
QMK Bot
a12c1e0bcf
Merge remote-tracking branch 'origin/master' into develop
2023-05-24 07:54:46 +00:00
Xyverz
618d0f05f4
Removed unneeded layers from xyverz keymaps ( #21008 )
2023-05-24 08:54:06 +01:00
Joel Challis
3969d7045e
Duplicate board files for blok converter ( #20629 )
...
* Duplicate board files for blok converter
* Swap converters board file too
* Update platforms/chibios/boards/QMK_BLOK/configs/board.h
2023-05-22 07:04:19 +01:00
Joel Challis
fb056c5437
Update json2c to use dump_lines ( #21013 )
2023-05-22 07:03:59 +01:00
Ryan
595f7db384
Remove HHKB RN42 code ( #21007 )
2023-05-22 04:40:34 +01:00
QMK Bot
36b08d5d69
Merge remote-tracking branch 'origin/master' into develop
2023-05-21 16:44:51 +00:00
Bodo Graumann
725c9f3c85
Use wayback machine for unreachable site ( #20987 )
2023-05-21 17:44:06 +01:00
QMK Bot
5261ac9f0c
Merge remote-tracking branch 'origin/master' into develop
2023-05-21 15:57:48 +00:00
Ananya Kirti
08a8d35bc3
[Keyboard] Added Support for trainpad ( #20973 )
...
* Added Support for trainpad
added support for trainpad
* corrected capitalisation
corrected capitalisation
* Update keyboards/trainpad/keymaps/via/keymap.c
* Update keyboards/trainpad/info.json
* Update keyboards/trainpad/keymaps/default/keymap.c
* Update readme.md
updated readme to remove handwire, and corrected number of keys
* removed config.h, trainpad.c and trainpad.h
removed config.h, trainpad.c and trainpad.h
* updated readme
upadted readme to correct capitalisation
* Update keyboards/trainpad/info.json
* Update keyboards/trainpad/info.json
* Update keyboards/trainpad/rules.mk
* updated Readme
updated Readme
* Update keyboards/trainpad/readme.md
2023-05-21 08:57:08 -07:00
QMK Bot
9d96bfc5f5
Merge remote-tracking branch 'origin/master' into develop
2023-05-20 21:29:58 +00:00
Nick Brassel
420e35f922
qmk generate-make-dependencies
improvements (#21001 )
...
* Recommendations from @sigprof
* Fix CI tests
2023-05-20 22:29:21 +01:00
Drashna Jaelre
d7220da5cb
[Bug] Fix issue with Repeat Key-Combo test ( #21005 )
2023-05-20 21:22:46 +01:00
Sergey Vlasov
6a7ba7a29d
rart/rart80:via: restore rules.mk after #20334 ( #21002 )
...
PR #20334 accidentally removed the `rules.mk` file from the `via` keymap
for `rart/rart80`; restore that file.
2023-05-20 19:51:26 +01:00
Pascal Getreuer
3993b15f05
[Core] Add Repeat Key ("repeat last key") as a core feature. ( #19700 )
...
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-05-20 22:35:06 +10:00
Albert Y
e1766df185
Add a change log for PR20584 ( #20998 )
2023-05-20 22:16:36 +10:00
Sergey Vlasov
21b660fa07
Move pre_process_record_kb()
before process_combo()
( #20969 )
2023-05-20 22:15:55 +10:00
Ryan
6d90fa2300
qmk format-json
: Expose full key path and respect sort_keys
(#20836 )
2023-05-20 22:15:05 +10:00
Ryan
102c42b14b
qmk find
: usability improvements (#20440 )
2023-05-20 22:14:43 +10:00
Drashna Jaelre
b93f05dc35
[Keyboard] Fixup Crkbd default keymap ( #20962 )
2023-05-20 22:13:39 +10:00
Ryan
ab8c5013c8
BIOI G60/Morgan65: use custom Bluetooth driver ( #20897 )
2023-05-20 22:12:59 +10:00
Peter
7b31c18d46
Fix English word list retrieval in qmk generate-autocorrect-data ( #20915 )
2023-05-20 22:11:57 +10:00
Less/Rikki
9dec31d056
[keyboard] update ymdk/id75/rules.mk for develop ( #20592 )
2023-05-20 22:10:44 +10:00
Alabahuy
0d844a5d4b
Add sriwedari70 and move kamigakushi to new folder ( #20334 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zacksupreme <zacksupreme@gmail.com>
2023-05-20 22:10:13 +10:00
Daniel Kao
e278715f7f
Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT ( #20734 )
2023-05-20 22:07:50 +10:00
Duncan Sutherland
d1395ca4d5
add additional layouts to dactyl_manuform
variants ( #20688 )
2023-05-20 22:06:53 +10:00
QMK Bot
4dcb46e284
Merge remote-tracking branch 'origin/master' into develop
2023-05-20 00:22:52 +00:00
Jay Greco
449240f198
scramble: Add XOSC delay for startup ( #20991 )
2023-05-20 01:22:07 +01:00
Ryan
dc75c23f5c
CLI: Improve keymap folder resolution ( #20981 )
2023-05-19 16:05:43 +10:00
QMK Bot
78afa1164d
Merge remote-tracking branch 'origin/master' into develop
2023-05-18 16:21:45 +00:00
adophoxia
a4771e4fe4
[Keyboard] Add Fancytech Fancyalice66 ( #20647 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-05-18 18:21:07 +02:00
QMK Bot
4b1a98cb82
Merge remote-tracking branch 'origin/master' into develop
2023-05-18 15:50:21 +00:00
Danny
b50abd370d
Define RGB_DI_PIN directly instead of using another define ( #20983 )
2023-05-18 16:49:35 +01:00
QMK Bot
757f5b0c68
Merge remote-tracking branch 'origin/master' into develop
2023-05-18 10:29:45 +00:00
Danny
7e6ad6d28c
Add Cepstrum Rev. 1 Keyboard ( #20721 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-05-18 06:29:06 -04:00
QMK Bot
905da58775
Merge remote-tracking branch 'origin/master' into develop
2023-05-17 19:01:48 +00:00
James Young
ff22015ba0
AEBoards Aegis Layout Additions ( #20960 )
...
* add matrix_diagram.md
* rename LAYOUT_aegis to LAYOUT_all
* info.json: apply friendly formatting
* add LAYOUT_numpad with reference keymap
* add LAYOUT_2u_bs_275u_rshift with reference keymap
2023-05-17 12:01:39 -07:00
Vino Rodrigues
1aa52124ca
[Keyboard] Add Moondrop Dash75 ( #20890 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-05-17 12:01:08 -07:00