summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-27CLI: Lint non-data driven macros in info.json (#16739)Erovia
* 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 '#'.
2022-03-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-26[Keyboard] Add Mino Hotswap PCB (#16664)Shandon Anderson
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
2022-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-26Fix typos in matrix/noah readme (#16735)Lê Nguyễn Hoàng Nhân
Change "keybaord" to keyboard
2022-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-26Fix bug when 'info.json' lookup escapes keyboard dir (#16734)Erovia
2022-03-26Joystick feature updates (#16732)Ryan
* Joystick feature updates * Move new functions to joystick.h * Docs
2022-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-25[Keyboard] Add nt210 (#16461)Evelien Dekkers
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-25[Keyboard] Add YDKB Grape PCB (#16661)somepin
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-03-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-25[Keymap] corne and planck keyboards keymaps (#15570)Anton
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-24CLI: Add 'via2json' subcommand (#16468)Erovia
2022-03-24add the ability to change the pwm frequency for the IS31FL3737B (#16718)Simon
2022-03-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-24update kprepublic/bm60hsrgb_poker/rev1/keymaps/carlosala keymap (#16725)Carlo Sala
2022-03-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-23[Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use ↵Nathan Johnson
process_record_user (#16715)
2022-03-23[Keyboard] Add keyboard level encoder function for GMMK Pro (#16721)jack
2022-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-23[Keyboard] Add support for XT60 (#16708)kopibeng
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-23[Bug] Fix unused variable error when using ChibiOS Bitbang serial driver ↵Drashna Jaelre
(#16709)
2022-03-23[Keymap] Xiudi XD75 Finnish/Swedish keymap (#16311)Minna Pallari
2022-03-23[Keymap] Add dhertz keychron map v0 (#16571)Dan Hertz
2022-03-23[Keyboard] Waffling60 - readme update (#16707)4pplet
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
2022-03-23[Keymap] Input Club's Whitefox "True Fox" (#16711)Dan Beste
2022-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-22[Keyboard] Graystudio Apollo80 (#16469)ChrisBeswick
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-22[Keyboard] Add Axolstudio Foundation Gamma (#15948)kb-elmo
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-22[Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695)Luc
2022-03-22Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706)Joel Challis
* Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis
2022-03-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-21[Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c (#16697)Takeshi ISHII
2022-03-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-20Droxx keymap (#16607)Droxx
* add droxx kaymap * add droxx keymap * fixed config.h * fixed rules.mk * fixed rules.mk * updated readme.md * Update config.h * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Update readme.md * Update keymap.c
2022-03-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-20Add Rart75 hotswap and support via (#16619)Alabahuy
* Add Keyboard Rart75 Hotswap version * Update readme * Update config and readme * Update info.json * update readme and keymaps
2022-03-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-20Add MutePad keyboard (Handwired) (#16590)Joshua Barber
* Add MutePad keyboard * Update info.json and readme * Move mutepad to handwired folder * Address PR comments
2022-03-20MS Sculpt Mobile refactor (#16038)Ryan
2022-03-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-19qmk.path.FileType: fix argument handling (#16693)Ryan
* qmk.path.FileType: pass in mode as first argument * Better solution * Grammar...
2022-03-19Merge remote-tracking branch 'origin/master' into developQMK Bot