summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-261-2/+2
|\|
| * Fix typos in matrix/noah readme (#16735)Lê Nguyễn Hoàng Nhân2022-03-261-2/+2
| | | | | | Change "keybaord" to keyboard
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-261-2/+2
|\|
| * Fix bug when 'info.json' lookup escapes keyboard dir (#16734)Erovia2022-03-261-2/+2
| |
* | Joystick feature updates (#16732)Ryan2022-03-2610-45/+52
| | | | | | | | | | | | | | * Joystick feature updates * Move new functions to joystick.h * Docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-267-0/+203
|\|
| * [Keyboard] Add nt210 (#16461)Evelien Dekkers2022-03-257-0/+203
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-2610-0/+473
|\|
| * [Keyboard] Add YDKB Grape PCB (#16661)somepin2022-03-2510-0/+473
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-2610-0/+986
|\|
| * [Keymap] corne and planck keyboards keymaps (#15570)Anton2022-03-2510-0/+986
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-245-2/+176
|\|
| * CLI: Add 'via2json' subcommand (#16468)Erovia2022-03-245-2/+176
| |
* | add the ability to change the pwm frequency for the IS31FL3737B (#16718)Simon2022-03-242-1/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-242-0/+2
|\|
| * update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap (#16725)Carlo Sala2022-03-242-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-243-1/+60
|\|
| * [Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use ↵Nathan Johnson2022-03-232-1/+46
| | | | | | | | process_record_user (#16715)
| * [Keyboard] Add keyboard level encoder function for GMMK Pro (#16721)jack2022-03-231-0/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-239-0/+389
|\|
| * [Keyboard] Add support for XT60 (#16708)kopibeng2022-03-239-0/+389
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-2312-2/+279
|\|
| * [Bug] Fix unused variable error when using ChibiOS Bitbang serial driver ↵Drashna Jaelre2022-03-231-1/+2
| | | | | | | | (#16709)
| * [Keymap] Xiudi XD75 Finnish/Swedish keymap (#16311)Minna Pallari2022-03-234-0/+100
| |
| * [Keymap] Add dhertz keychron map v0 (#16571)Dan Hertz2022-03-235-1/+110
| |
| * [Keyboard] Waffling60 - readme update (#16707)4pplet2022-03-231-0/+7
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>