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
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
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
Joel Challis
6822101f9c
Run auto approve only on qmk/qmk_firmware ( #16786 )
2022-04-04 07:01:16 +10:00
Gompa
0c8109a1ac
fix typo in ps2 set_defaults ( #16767 )
2022-04-04 04:02:28 +10:00
Joel Challis
27ae37d626
Align action workflow filenames ( #16776 )
2022-04-03 13:18:28 +01: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
Joel Challis
4f30b7a2c9
Automatically approve workflow runs from first time contributors ( #16774 )
2022-04-02 22:09:16 +01:00
Ryan
1caccca1f6
usb-usb converter: fix layout macros ( #16769 )
2022-04-03 01:53:21 +11:00
Joel Challis
11db29bedb
Lint keyboard/project name ( #16766 )
2022-04-01 10:25:43 +01:00
Ryan
64974a7f8f
yapf: disable arithmetic predecence indication ( #16749 )
2022-03-30 21:54:13 +01: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
Moritz
9b24abf251
[Keyboard] Change linworks Dolice product ID to non-duplicate value ( #16745 )
2022-03-28 09:46:38 -07: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
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
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
Erovia
55e5daa868
Fix bug when 'info.json' lookup escapes keyboard dir ( #16734 )
2022-03-26 19:15:25 +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
somepin
7e0dde1f00
[Keyboard] Add YDKB Grape PCB ( #16661 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-03-25 17:45:35 -07: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
Erovia
efc9c525b1
CLI: Add 'via2json' subcommand ( #16468 )
2022-03-24 21:13:40 +01:00
Carlo Sala
f7a5ec2483
update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap ( #16725 )
2022-03-24 16:42:48 +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
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
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
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
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
Luc
f610011aa3
[Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key ( #16695 )
2022-03-22 09:38:50 -07:00
Takeshi ISHII
7eb6f86bc0
[Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c ( #16697 )
2022-03-21 01:05:38 -07: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
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
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
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
Joel Challis
047ef3cd12
VUSB - Use correct endpoint poll for VIA ( #16691 )
2022-03-19 17:40:47 +00:00
leviport
3502bbbd16
Fix typo in docs/ref_functions.md ( #16690 )
2022-03-19 16:37:35 +00:00
Ryan
e354cbe782
device_ver
-> device_version
for some more boards (#16685 )
2022-03-19 11:52:40 +00:00
stanrc85
06b6729b16
[Keymap] Update some code and keyboard rules ( #16680 )
2022-03-18 23:52:33 -07:00
Drashna Jaelre
61c644f6d0
[Keyboard] Update Tractyl Manuform config files ( #16684 )
2022-03-18 11:49:22 -07:00
Florian
773242503c
annepro2: Add more LED functionalities to default-layer-indicators ( #16676 )
2022-03-18 17:24:43 +00:00
Joel Challis
ed773ab73c
Relocate CLI git interactions ( #16682 )
2022-03-18 16:02:24 +00:00
Joel Challis
e5823b5650
[CLI] Add common util for dumping generated content ( #16674 )
2022-03-18 01:09:29 +00:00
Joel Challis
417f089115
Print out generated files during build ( #16672 )
2022-03-17 10:45:06 +11:00
Jay Greco
193dd01f4e
[Keyboard] Add nullbits TIDBIT ( #15182 )
2022-03-16 08:34:16 -07:00
Ryan
d5d2a01db2
gboards/butterstick: move steno rules config to keymap level ( #16666 )
2022-03-16 04:08:52 +00:00
Ryan
8c5779f768
Fix m3n3van and minim keyboard names in keymap JSON ( #16665 )
2022-03-16 03:57:47 +00:00