summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-021-5/+5
|\|
| * Automatically approve workflow runs from first time contributors (#16775)Joel Challis2022-04-021-5/+5
| | | | | | | | | | * Automatically approve workflow runs from first time contributors * Automatically approve workflow runs from first time contributors
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-021-0/+16
|\|
| * Automatically approve workflow runs from first time contributors (#16774)Joel Challis2022-04-021-0/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-021-3/+3
|\|
| * usb-usb converter: fix layout macros (#16769)Ryan2022-04-031-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-012-0/+17
|\|
| * Lint keyboard/project name (#16766)Joel Challis2022-04-012-0/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-303-10/+10
|\|
| * yapf: disable arithmetic predecence indication (#16749)Ryan2022-03-303-10/+10
| |
* | Add emulated eeprom support for STM32F303xE (#16737)dn9uyen2022-03-301-2/+2
| | | | | | Added FEE_PAGE_SIZE and FEE_MCU_FLASH_SIZE defines for the STM32F303xE
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-298-0/+235
|\|
| * [Keyboard] handwired/m40/5x5_macropad (#16288)m40-dev2022-03-298-0/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-281-1/+1
|\|
| * [Keyboard] Change linworks Dolice product ID to non-duplicate value (#16745)Moritz2022-03-281-1/+1
| |
* | Refactor writePin to work with statements (#16738)Stefan Kerkmann2022-03-271-1/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-272-1/+9
|\|
| * CLI: Lint non-data driven macros in info.json (#16739)Erovia2022-03-272-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 '#'.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-2711-0/+850
|\|
| * [Keyboard] Add Mino Hotswap PCB (#16664)Shandon Anderson2022-03-2611-0/+850
| | | | | | Co-authored-by: Shandon Anderson <shandon@shandon.codes>