summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-12[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)noclew
2021-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-12[Keymap] Update: layout/community/ortho_4x12/junonum (#12643)Juno Nguyen
2021-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13[Keyboard] Titan60 LED and keymap updates (#12558)thompson-ele
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13USB suspend option and LED position change for The Mark 65 (#12725)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-13Fix Cordillera LED states config (#12646)coarse
2021-05-13Rename `point_t` -> `led_point_t` (#12864)Ryan
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-12add handwired/swiftrax/walter (#12428)Brandon Claveria
* init commit of walter * finalize keyboard * fix walter.h * fix config.h * fix rgblight animations * fix config.h Co-authored-by: Swiftrax <swiftrax@gmail.com>
2021-05-12Add setup, clone, and env to the list of commands we allow even with broken ↵Zach White
modules (#12868)
2021-05-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-12Some fixes for the Bakeneko variant DB60s (#12662)Andrew Kannan
* Some fixes for the Bakeneko variant DB60s * Add copyright to header * Add .python-version to gitignore for people who use pyenv or similar * update readme * Add more readmes * Add more readmes * Update the versions to have different product IDs * Update readme * Add missing rules.mk * Fix matrix on hotswap * remove iso from hotswap * Fix hotswap spacebar * Revert gitignore changes * Fix layouts * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add split configs * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add license to config * or equivalent Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-11[Keyboard] Add Charue Design's Sunsetter (#12547)coarse
2021-05-11Remove KEYMAP and LAYOUT_kc (#12160)Zach White
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
2021-05-11Fix syntax error when compiling for ARM (#12866)Ryan
2021-05-11LED Matrix: Effects! (#12651)Ryan
2021-05-11Fixup build errors on `develop` branch. (#12723)Nick Brassel
2021-05-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10peepeetee's custom keymap for bm68rgb (#12232)peepeetee
* add custom keymaps for BM68rgb * add user keymap for bm68rgb * fix grammar * add custom hub16 keymap * Apply suggestions from code review * fix errorenously included hub16 file * add GPL headers * revert defining dfa_state in keymap.h * Update keyboards/bm68rgb/keymaps/peepeetee/keymap.h * enable tap dance, add tap dance to left alt
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10[Keyboard] VIA support for Preonic Rev3 (#11344)George Wietor
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
2021-05-10[Keymap] Turn OLED off on suspend in soundmonster keymap (#10419)Lukas Reineke
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10Improve EEPROM defaults for Dynamic Keymaps (#12853)Drashna Jaelre
2021-05-10Merge remote-tracking branch 'origin/master' into developZach White
Conflicts: bin/qmk lib/python/qmk/cli/__init__.py Merge conflicts fixed by skullydazed.
2021-05-10Move the module checking and updating to lib/python (#12416)Zach White
* move the module checking and updating to lib/python * make flake8 happy * Update lib/python/qmk/cli/__init__.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> * prompt the user to disable developer mode * pyformat * flake8 Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10Improve our CI tests (#11476)Zach White
* add a test and dry-run to qmk generate-api * add a dry-run to qmk pyformat * Add a --dry-run to qmk cformat * reverse the order of nose2 and flake8 tests * run CI test against cformat and pyformat * fix programming errors * tweak job name * fix argument * refine the files we select * fix stack trace in --ci * make cformat exit clean * fix c file extensions * decouple CI from pyformat * remove --ci arg * make ci happy * use the environment var instead * change output to text * fix log message * replace tabs
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10Lagrange handwired Configurator bugfix (#12854)James Young
* use human-friendly formatting * correct key object order
2021-05-10Fix another bin/qmk reference (#12856)Sergey Vlasov
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre
This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-09Catch 'LAYOUTS = all' in lint (#12848)Joel Challis
Co-authored-by: Zach White <skullydazed@drpepper.org>
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10KBDMini refactor (#12850)Ryan
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-09fix the makefile snippet so flake8 and yapf don't fight (#12849)Zach White
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-09CLI: Use BASH if SHELL variable is not set (Windows) (#12847)Erovia
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10[CI] Format code according to conventions (#12838)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-05-10Remove pointless SERIAL_LINK_ENABLE rules (#12846)Ryan
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-09Add script to perform parallel builds. (#12497)Nick Brassel
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot