QMK Bot
e78fe5f77b
Merge remote-tracking branch 'origin/master' into develop
2023-10-01 17:56:31 +00:00
casuanoob
1b7a538353
Bastard Keyboards: Add support for Dilemma Max (4x6_4) ( #22064 )
...
* tentatively add dilemma 4x6_4 WIP untested
PR by Casuanoob.
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-01 18:55:54 +01:00
QMK Bot
ca2cb4f28c
Merge remote-tracking branch 'origin/master' into develop
2023-09-30 18:16:18 +00:00
Brian Low
c23d873e1a
keyboards: Add support for Sofle Choc ( #16736 )
...
Co-developed-by: Brian Low <github@brianlow.com>
Co-developed-by: duese <duese@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
2023-09-30 19:15:47 +01:00
QMK Bot
07ec38f345
Merge remote-tracking branch 'origin/master' into develop
2023-09-30 02:44:14 +00:00
Andrew Kannan
b404d5e9e4
Add Brutalv2 60 Keyboard ( #22094 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-29 19:43:40 -07:00
QMK Bot
67f52935e3
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 11:19:37 +00:00
Moritz Plattner
cfb4bb9b98
teleport/native: switch from wrongly used user to kb function, boost matrix scan rate ( #21172 )
...
* enable LTO
* change from _user to _kb function
* switch matrix io delay to nops, add opt=3 for higher scan rates
* disable console which was enabled for testing but collides with endpoint used by VIA
* switched from opt=3 to opt=2
* Update keyboards/teleport/native/native.c
Co-authored-by: Joel Challis <git@zvecr.com>
* slightly upped debounce, as some testers had chatter with async + default debounce
---------
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-29 12:19:03 +01:00
QMK Bot
cfc668d43d
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 07:31:32 +00:00
James Young
ab1e851e7d
4pplet Eagle/Viper Rep Rev.A Layout Additions II ( #22161 )
2023-09-29 00:30:59 -07:00
QMK Bot
931354ca35
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 06:43:28 +00:00
DOIO2022
5626a9282c
Add KB12 keyboard ( #21605 )
...
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-28 23:42:45 -07:00
QMK Bot
7b1c200380
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 06:39:55 +00:00
DUILCHOI
daea202bfd
add linworks fave60 ( #20796 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-28 23:39:15 -07:00
QMK Bot
79464f3c52
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 04:55:52 +00:00
James Young
f214ee7f3a
Rura66 Layout Data ( #22155 )
...
* Friendly-format `info.json`
[style]
* Update layout data
- separate keyboard halves
- add vertical stagger
[refactor]
2023-09-28 21:55:14 -07:00
QMK Bot
943876c432
Merge remote-tracking branch 'origin/master' into develop
2023-09-29 04:35:07 +00:00
James Young
0edc68f7cd
HnahKB Freyr Layout Additions ( #22150 )
...
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_tkl_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_tsangan`
[enhancement]
* Add `LAYOUT_tkl_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_wkl`
[enhancement]
* Add `LAYOUT_tkl_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_tsangan`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl`
[enhancement]
* Extend Community Layout support
Add as supported layouts:
- `tkl_ansi_split_bs_rshift`
- `tkl_ansi_tsangan`
- `tkl_ansi_tsangan_split_bs_rshift`
- `tkl_iso_split_bs_rshift`
- `tkl_iso_tsangan`
- `tkl_iso_tsangan_split_bs_rshift`
[enhancement]
2023-09-28 21:34:30 -07:00
James Young
4a855bd2d1
GMMK2 65% ISO Community Layout Support ( #22152 )
...
* Refactor `LAYOUT` into `LAYOUT_65_iso_blocker`
Move the Enter key to the end of the home row for Community Layout
compatibility.
[chore] [refactor]
* Enable Community Layout support
[enhancement]
2023-09-28 21:30:07 +01:00
Less/Rikki
346b06d391
refactor: move default RGB/LED matrix #defines ( #21938 )
...
* refactor: move default RGB/LED matrix #defines
Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and
RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to
leverage these defaults without requiring #ifdef guards (and often
repeating said fallback definitions).
* style: use if(n)def for consistency
and remove redundant UINT8_MAX checks on maximum brightness
Co-authored-by: Joel Challis <git@zvecr.com>
* refactor: remove INDICATOR_MAX_BRIGHTNESS macro
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28 11:51:18 +01:00
Joel Challis
da9f894341
Fix issues with adm42 ( #22144 )
2023-09-27 23:59:24 -07:00
Joel Challis
18bc541694
Update Drop keyboards for develop ( #22145 )
2023-09-27 04:16:37 +01:00
QMK Bot
41977a6010
Merge remote-tracking branch 'origin/master' into develop
2023-09-27 02:58:31 +00:00
Joel Challis
0ecb03ad47
Drop V2 production updates ( #22147 )
2023-09-27 03:57:57 +01:00
Ryan
32de27bb20
is31fl3736: extract single-color API ( #22133 )
2023-09-27 01:18:07 +01:00
QMK Bot
5da3604ec3
Merge remote-tracking branch 'origin/master' into develop
2023-09-26 23:49:20 +00:00
Joel Challis
25c850e762
Add support for YMD75 V4 - ISO ( #22128 )
2023-09-27 00:49:07 +01:00
Joel Challis
351b5cd2cd
Initial support for CSTM80 ( #22137 )
2023-09-27 00:48:42 +01:00
QMK Bot
d202355f75
Merge remote-tracking branch 'origin/master' into develop
2023-09-26 18:07:10 +00:00
Idan Kamara
ca9664b1ac
[Keyboard] Add spankbd, 3x5+3 split keyboard ( #22003 )
2023-09-26 12:06:18 -06:00
QMK Bot
be1214814e
Merge remote-tracking branch 'origin/master' into develop
2023-09-26 06:17:57 +00:00
Duncan Sutherland
46c1e7351e
rastersoft/minitkl layout corrections ( #22130 )
2023-09-25 23:17:47 -07:00
dztech
1acecc38e9
add tofujr v2 keyboard ( #21740 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-25 18:16:28 -07:00
QMK Bot
1052c03a5b
Merge remote-tracking branch 'origin/master' into develop
2023-09-25 09:46:26 +00:00
Joy Lee
2fad45132f
Added more rgb effects for rpk-001 keyboard ( #22120 )
2023-09-25 10:45:48 +01:00
James Young
a7afa58fb6
YMDK Melody96 Break-Up ( #22121 )
2023-09-24 22:39:18 -07:00
QMK Bot
d3b82322af
Merge remote-tracking branch 'origin/master' into develop
2023-09-25 05:13:35 +00:00
spbgzh
538978b782
Add zoom98 ( #22062 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-24 22:13:00 -07:00
QMK Bot
2563c9ba7f
Merge remote-tracking branch 'origin/master' into develop
2023-09-25 03:34:50 +00:00
Ross Montsinger
7e923580a5
Add Palmetto PCB ( #21955 )
2023-09-24 20:33:55 -07:00
skyloong
234e099c72
Added skyloong/Qk21 v1 Number Pad ( #21467 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-09-24 20:28:08 -07:00
Ryan
21ed9b4575
Simplify more feature driver defines ( #22090 )
2023-09-25 13:06:42 +10:00
Joel Challis
61702b2564
Set default board files for uf2boot bootloader ( #22129 )
2023-09-25 13:05:28 +10:00
Joel Challis
a4760c4d1b
Remove duplicated rgblight implementation from mxss ( #22122 )
2023-09-25 13:04:38 +10:00
Less/Rikki
6b671f93c6
feat(eyeohdesigns/babyv): rgb matrix ( #22105 )
2023-09-25 13:02:08 +10:00
QMK Bot
27ad5b4f4e
Merge remote-tracking branch 'origin/master' into develop
2023-09-25 02:59:53 +00:00
Andrew Kannan
c10a46aa43
Add is0gr to QMK ( #22024 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-09-25 12:59:38 +10:00
Duncan Sutherland
e3cbd8a965
amend 75_(ansi|iso) community_layouts in keyboards/ ( #21837 )
2023-09-25 12:57:18 +10:00
Duncan Sutherland
2181da4b72
amend split_* community_layouts in keyboards ( #21847 )
2023-09-25 12:56:33 +10:00
3araht
de8d8686d2
Chromatonemini info json revised to support qmk 0.22.2 ( #21966 )
2023-09-25 12:55:42 +10:00