summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-113-109/+237
|\
| * Change helix:froggy keymap to use split_common (#16703)Takeshi ISHII2022-04-113-109/+237
| | | | | | | | | | | | | | * 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
* | Fixed usb read loops not reading until timeout (#16827)Sascha2022-04-101-3/+3
| | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-091-1/+1
|\|
| * [Bug] Fix matrix scan reporting interval (#16825)Simon Arlott2022-04-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-091-1/+1
|\|
| * Reduce the size of the keymap helix:fraanrosi (#16717)Takeshi ISHII2022-04-101-1/+1
| |
* | Allow new-keyboard to use development_board presets (#16785)Joel Challis2022-04-081-5/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-071-60/+60
|\|
| * Header file fixes for all keymaps (#16180)joedinkle2022-04-071-60/+60
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-071-10/+180
|\|
| * io_mini1800 Configurator Fixes (#16813)James Young2022-04-071-10/+180
| | | | | | | | | | | | | | * info.json: apply friendly formatting * info.json: fix key sequence errors Fixes out-of-sequence issue for the Numpad Plus key on both layouts.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-071-5/+5
|\|
| * Update LW-67 info.json (#16788)Laneware2022-04-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-066-37/+119
|\|
| * Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)James Young2022-04-066-37/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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`
* | CLI: Bump the 'jsonschema' version (#16635)Erovia2022-04-062-2/+6
| | | | | | | | | | | | | | | | | | | | | | * 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
* | Add bluepill/blackpill development board presets (#16806)Joel Challis2022-04-062-1/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-065-94/+753
|\|
| * QK65 Solder Community Layout Support (#16796)James Young2022-04-065-94/+753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-065-72/+77
|\|
| * QK65 Hotswap Community Layout Support (#16793)James Young2022-04-065-72/+77
| | | | | | | | | | | | | | | | | | | | * 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.
* | Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-0622-41/+713
| | | | | | | | | | | | | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* | Add mechanism to limit available converters (#16783)Joel Challis2022-04-063-3/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-055-0/+343
|\|
| * Add Iris Rev 6.1 (#16722)Danny2022-04-055-0/+343
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-052-0/+144
|\|
| * RGBKB Sol 3 rev1: Configurator Data and Readme (#16798)James Young2022-04-052-0/+144
| | | | | | | | | | * add QMK Configurator data * add readme file
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-055-315/+389
|\|
| * Cutie Club Novus Layout Macro Updates (#16792)James Young2022-04-055-315/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-04-053-146/+146
|\|
| * Format code according to conventions (#16802)QMK Bot2022-04-051-2/+2
| |
| * Fix lineendings for eason/capsule65 (#16801)Erovia2022-04-052-144/+144
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-059-0/+342
|\|
| * add folders and capsule65 (#16687)eason2022-04-059-0/+342
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-047-89/+518
|\|
| * Wavtype Foundation Layout Macro Refactor and Configurator Update (#16781)James Young2022-04-047-89/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-045-61/+512
|\|
| * Hineybush H65 Hotswap Layout Additions and Configurator Update (#16780)James Young2022-04-045-61/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-045-55/+865
|\|
| * Hineybush H65 Layout Additions and Configurator Update (#16779)James Young2022-04-045-55/+865
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-031-0/+2
|\|
| * Run auto approve only on qmk/qmk_firmware (#16786)Joel Challis2022-04-041-0/+2
| |
* | Add warning for CTCP/CONVERT_TO_PROTON_C. (#16782)Nick Brassel2022-04-031-0/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-031-1/+1
|\|
| * fix typo in ps2 set_defaults (#16767)Gompa2022-04-041-1/+1
| |
* | Add frameworking for development board presets (#16637)Joel Challis2022-04-033-0/+34
| | | | | | | | | | | | | | | | | | * 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>
* | Refactor CTPC logic to allow future converters (#16621)Joel Challis2022-04-035-311/+330
| | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-033-0/+0
|\|
| * Align action workflow filenames (#16776)Joel Challis2022-04-033-0/+0
| |