Takeshi ISHII
7e00fcd7bc
[Keyboard] Remove Helix/rev1 ( #16389 )
3 years ago
Joel Challis
0d9a0d5d97
Align new-keyboard with recent schema updates ( #16378 )
3 years ago
Joel Challis
5ff823d35f
Bodge for helix build failures ( #16376 )
3 years ago
QMK Bot
08ebf1523b
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Dan Nixon
da68083fdf
Update USB VID and PID for Aya ( #16363 )
3 years ago
QMK Bot
6a8df58887
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
92eb067a63
Add extra braces for trackball keymaps ( #16361 )
3 years ago
Joel Challis
16767312db
Align docs to new-keyboard behaviour ( #16357 )
3 years ago
Joel Challis
fede569bbe
Allow NO_PIN within info.json ( #16359 )
3 years ago
Joel Challis
b0621223bc
Various fixes for new-keyboard ( #16358 )
3 years ago
QMK Bot
c9f192bae8
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
ac8bee7091
Fix multiple definition errors for trackball "boards" with no keys ( #16350 )
3 years ago
Erovia
23c238a180
CLI: Minor additions #12795 ( #16276 )
3 years ago
QMK Bot
1980e48e0d
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
485cf920b4
Xenon: correct QMK Configurator key sequence ( #16332 )
3 years ago
QMK Bot
61ed2e2b3c
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
6b01657a86
Mode M75S Layout Additions, Configurator Data and Code Touch-Up ( #16327 )
...
* m75s.h: correct matrix position identifier
`K5C` is actually on row 4, so it should be `K4C`.
* m75s.h: add matrix diagram
* add QMK Configurator data
* polish whitespace
- convert tabs to spaces
- update indent to four spaces
- remove trailing whitespace
* update readme
Didn't seem to be fully updated after being copied from the M65S codebase.
* add LAYOUT_ansi with keymap
ANSI layout with 2u Backspace.
* add LAYOUT_iso with keymap
ISO layout with 2u Backspace.
* add LAYOUT_ansi_tsangan with keymap
ANSI layout with 2u Backspace and 7u Spacebar.
* add LAYOUT_iso_tsangan with keymap
ISO layout with 2u Backspace and 7u Spacebar.
* add LAYOUT_ansi_split_bs with keymap
ANSI layout with Split Backspace.
* add LAYOUT_iso_split_bs with keymap
ISO layout with Split Backspace.
* add LAYOUT_ansi_tsangan_split_bs with keymap
ANSI layout with Split Backspace and 7u Spacebar.
* add LAYOUT_iso_tsangan_split_bs with keymap
ISO layout with Split Backspace and 7u Spacebar.
3 years ago
QMK Bot
f77e569e9f
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
b6b7e12029
Digicarp65: fix layouts ( #16328 )
3 years ago
Joel Challis
4fd04b2371
Fix compilation of ChibiOS UART driver ( #16348 )
...
Cherry picked fix from 15724
3 years ago
QMK Bot
63646e8906
Format code according to conventions ( #16322 )
3 years ago
Drashna Jaelre
afcdd7079c
Update keyboard mapping for all moved boards this cycle ( #16312 )
3 years ago
QMK Bot
9f506e64ba
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Max Rumpf
773205cd1f
[Keyboard] Convert Maxr1998/Phoebe to use info.json where possible ( #16309 )
3 years ago
QMK Bot
aefe6ee9f5
Merge remote-tracking branch 'origin/master' into develop
3 years ago
cole smith
19c57a2a6a
[Keyboard] Lulu keyboard by boardsource ( #15951 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan
e596ece87a
Clang-format tweaks ( #15906 )
3 years ago
peepeetee
17c0ca6fa4
[Keyboard] move g heavy industry boards into /gboards ( #16040 )
...
Co-authored-by: zvecr <git@zvecr.com>
3 years ago
QMK Bot
52d6f07a82
Merge remote-tracking branch 'origin/master' into develop
3 years ago
uqs
40529e89de
[Keymap] Add uqs' keymaps for various boards and ploopy mouse ( #16265 )
3 years ago
peepeetee
0f926a8ae8
move montex to IDOBAO vendor folder ( #15668 )
...
* move montex to IDOBAO vendor folder
* move montex to montex/v1
3 years ago
peepeetee
c72120baab
move @satt99 's comet46 to satt/ ( #16059 )
3 years ago
QMK Bot
50201af2b7
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Joel Challis
8b48bab54f
Add wren configurator data ( #16321 )
3 years ago
peepeetee
8957e928a2
move mechkeys keyboards into the mechkeys/ vendor folder ( #15760 )
...
* move mechkeys keyboards to mechkeys/
* fix compilation
* fix default folder
3 years ago
peepeetee
bd35fa7de1
move @takashiski 's keebs into /takashiski ( #16089 )
3 years ago
Joy Lee
71c0b97bce
Added external spi flash driver. ( #15419 )
3 years ago
Dasky
00cc64638c
Fix right side ws2812 leds having two indices ( #15985 )
...
* Fix right side leds having two indices
* remove redundant left check
3 years ago
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
3 years ago
Joel Challis
39bec3bfa5
Various fixes for matrix _RIGHT handling ( #16292 )
...
* Various fixes for matrix _RIGHT handling
* clang
3 years ago
QMK Bot
2d4a69cfc6
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
5f10387c41
handwired/promethium: fix missing include ( #16317 )
3 years ago
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.
3 years ago
QMK Bot
656c151e07
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
89fc2f166f
mechlovin/kay60: fix mismatched layout name ( #16314 )
3 years ago
QMK Bot
8106697a42
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
2bc4a216df
maxr1998/pulse4k: Move Combo code to keymap level ( #16301 )
...
* maxr1998/pulse4k: Move Combo code to keymap level
* Reorder code
3 years ago
QMK Bot
cc7d3b75d7
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
63c310f6fd
Add 65_iso_split_bs default layout ( #16283 )
3 years ago
peepeetee
9e4942bec8
[Keyboard] move latincompass's boards to /latincompass ( #16039 )
3 years ago