summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the schema to eliminate custom code (#11108)Zach White2021-01-098-54/+75
| | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-092-4/+4
|\
| * tunks/ergo33: info.json fixes (#11488)James Young2021-01-092-4/+4
| | | | | | | | | | | | | | * tunks/ergo33: info.json fixes Fix layout macro reference and key sequence. * fix make command in readme
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-099-2/+380
|\|
| * Add 96% ANSI Community Layouts (#11453)James Young2021-01-109-2/+380
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-095-0/+621
|\|
| * Add VIA keymap for Zinc (#9299)Monksoffunk2021-01-085-0/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add VIA keymap * Update Document files Update readme of VIA keymaps * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Add copyright license header
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-091-2/+2
|\|
| * Fix AUR package name (#11416)Toban Wiebe2021-01-091-2/+2
| | | | | | On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-083-3/+22
|\|
| * Update available pohjolaworks/louhi layouts and RGB config(#11466)Erkki Halinen2021-01-083-3/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-086-45/+64
|\|
| * VIA Support: LFKPad (#11461)Pascal Pfeil2021-01-086-45/+64
| | | | | | | | | | | | | | * VIA Support: LFKPad * Condense two mostly redundant rules.mk files * Set BOOTMAGIC_ENABLE to lite as advised by VIA tutorial
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-089-0/+325
|\|
| * Added Odelia (#11362)kb-elmo2021-01-089-0/+325
| | | | | | | | | | | | | | * add odelia keyboard * Update readme.md * Update info.json
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-0824-285/+735
|\|
| * Suggest 'QMK MSYS' as the default windows platform (#11321)Joel Challis2021-01-081-0/+15
| | | | | | | | | | * Suggest 'QMK MSYS' as the default windows platform * Review comments
| * Implement matrix_io_delay abstraction for Drop boards (#11472)Joel Challis2021-01-082-2/+14
| |
| * [Keyboard] Add Sparrow62 (#11387)Atsushi Morimoto2021-01-0712-0/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add sparrow62 * fix split hand pin * fix default keymap back space * add via firmware * add 74th keymap fix for coding style * Update keyboards/sparrow62/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sparrow62/keymaps/74th/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/sparrow62/keymaps/74th/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * fix typo * remove macro for LOCK Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] JM60 refactor (#11421)Ryan2021-01-0710-298/+261
| |
* | typo fixZach White2021-01-081-1/+1
| |
* | remove extraneous commentZach White2021-01-081-1/+1
| |
* | comment out a non-standard DIODE_DIRECTIONZach White2021-01-081-1/+2
| |
* | use a custom name for custom pinsZach White2021-01-082-4/+4
| |
* | fix bugs triggered by certain boardsZach White2021-01-084-20/+59
| |
* | remove the python dep updateZach White2021-01-071-3/+0
| |
* | fix travisZach White2021-01-071-0/+3
| |
* | change matrix/m20add to use non-standard names for non-standard pinsZach White2021-01-072-3/+5
| |
* | Revert "loosen up the schema to allow any pin format"Zach White2021-01-071-3/+6
| | | | | | | | This reverts commit e41762be64c170f42ab3f8aa6b7e3078e5895e92.
* | Revert "change invalid pin from error to warning"Zach White2021-01-071-1/+1
| | | | | | | | This reverts commit 68da9cd19658071f0c2f22e97956303281703176.
* | loosen up the schema to allow any pin formatZach White2021-01-071-6/+3
| |
* | change invalid pin from error to warningZach White2021-01-071-1/+1
| |
* | fix rgblight propertiesZach White2021-01-071-3/+3
| |
* | make flake8 happyZach White2021-01-072-39/+50
| |
* | clean up generate-api errorsZach White2021-01-0737-102/+18
| |
* | get qmk generate-api into a good stateZach White2021-01-075-35/+117
| |
* | add missing schemasZach White2021-01-074-0/+269
| |
* | cleanup clueboard based on latest validation workZach White2021-01-0724-177/+88
| |
* | validate keyboard data with jsonschemaZach White2021-01-074-12/+155
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-074-4/+4
|\|
| * name changeJane Bernhardt2021-01-074-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-064-2/+264
|\|
| * [Keymap] Xyverz's crkbd keymap (#11299)Xyverz2021-01-064-2/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for my Corne keyboard layout. * Updates to Corne, etc. Finished working on primary layout for Corne keyboard. Cleaned up some comments for my 4x12 Ortho layout. * Changes for crkbd layout * Fixed the config.h to reflect using ee_hands * Added RGB configs to crkbd/corne layout Co-authored-by: Ian Sterling <503326@MC02YT9K9LVCF.tld>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-062-6/+6
|\|
| * [Keymap] Update NIBBLE ISO keymap (#11295)Jay Greco2021-01-062-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-067-0/+208
|\|
| * [Keyboard] add support for bigknob (#11291)Craig Gardner2021-01-067-0/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for bigknob Add support for bigknob macropad * corrected files * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * corrected tap dance * Update config.h * correct image link * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * added GPL headers * Update readme.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-069-0/+237
|\|
| * [Keyboard] add joypad keyboard (#11283)Brandon Claveria2021-01-069-0/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add joypad * add joypad keymaps * change pid * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/handwired/swiftrax/joypad/joypad.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/swiftrax/joypad/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/swiftrax/joypad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Swiftrax <swiftrax@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-068-0/+347
|\|