summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rework ISP flashing guide (#14938)Ryan2021-11-051-181/+160
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* add matrix abelx keyboard (#10968)yulei2021-11-0521-0/+4020
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix abelx keyboard * Update keyboards/matrix/abelx/abelx.c Co-authored-by: Drashna Jaelre <drashna@live.com> * fixed rgb led pin issue * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * fixed board name * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * move led update from scan_kb to hoursekeeping_kb * move led update from scan_kb to housekeeping_kb Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692)foxx13372021-11-057-0/+541
| | | | | | | | | | | | | | | | | | * [Keymap] foxx1337's personal keymap * Add keymap based on ctrl default * Add 5 minute rgb matrix timeout * Add foxx1337 layout defaults * Add raw HID communication protocol * Add rgbmatrix to the raw HID protocol * Add readme * Modernize ctrl, shift, alt mods detection * Add GPL like copyright headers
* [Keyboard] Update Infinity87 rev. 2 (#14820)mechlovin2021-11-046-255/+192
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fixup actions. (#15057)Nick Brassel2021-11-041-4/+8
|
* CLI: Add 'cd' subcommand (#12584)Erovia2021-11-053-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CLI: Add 'cd' subcommand Go to your qmk_firmware dir with ease. * Fix for Windows and do not run if already under QMK Home * Make flake8 happy * Fix prompt for Windows * Make flake8 happy once again * I'll get it right eventually * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add subcommand to __init__.py and fixup after rebase * Update Windows code to use milc's run * Unify the subshell starting with os.execl * Exit with error msg when output is redirected to non-TTY. * Revert Windows-specific code Co-authored-by: Ryan <fauxpark@gmail.com>
* Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-0513-187/+90
| | | | | | | | | | | | | | | * Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
* `qmk docs`: Run `docsify serve` if available (#15056)Ryan2021-11-052-9/+25
|
* [Keyboard] Reduce compile size for takashicompany compacx (#15054)Drashna Jaelre2021-11-042-1/+2
|
* Xelus Dawn60 Layout Macro Additions (#15049)James Young2021-11-045-11/+245
| | | | | | | | | * add matrix diagrams to keyboard header files * rename LAYOUT_60_all to LAYOUT_all * add LAYOUT_60_ansi_arrow * add LAYOUT_60_tsangan_hhkb
* [Keyboard] Add new keyboard "Compacx" (#14903)takashicompany2021-11-0310-0/+739
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] added caps lock indicator for Keychron Q1 rev_0100 (#14653)Mike Killewald2021-11-0314-0/+800
|
* [Keyboard] Add the Kuku65 (#14910)Wolf Van Herreweghe2021-11-039-0/+589
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
* [Keyboard] Layout update to split89.h (#14930)jurassic732021-11-031-6/+6
|
* Sets3n kk980 Layout Macro Refactor (#15039)James Young2021-11-034-49/+70
| | | | | | | | | | | | | * physically arrange layout macro Arranges the layout macro to resemble the keyboard layout, and updates the keymaps to match. * use 3-character notation for position identifiers in kk980.h * add matrix diagram to kk980.h * fix syntax error in info.json Apparently the API doesn't care about this error... but QMK Configurator does if you use the local import mode (Ctrl+Shift+I).
* steal_this_keyboard fix info.json macro reference (#15032)James Young2021-11-031-1/+1
| | | - change LAYOUT to LAYOUT_split_3x5_2
* Fix Rocketboard-16 QMK Configurator Implementation (#15028)James Young2021-11-034-25/+28
| | | | | | | | | * rename LAYOUT_default to LAYOUT Only one layout is supported. * refactor keymaps - use short-form keycodes
* Add Redox Media Configurator Data (#15013)James Young2021-11-023-20/+132
|
* Clarify placement of configuration options (#15015)Albert Y2021-11-021-0/+5
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)Drashna Jaelre2021-11-021-0/+2
|
* [Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974)AnthonyNguyen1682021-10-317-77/+83
|
* [CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970)Mateusz Ż2021-10-311-0/+6
|
* [Keyboard] Add new keyboard "QooLee" (#14977)takashicompany2021-10-3110-0/+595
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add new default community layout for no f-row TKLs (#14812)MechMerlin2021-10-314-0/+123
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Disable in-switch RGB when computer goes to bed (#14993)MechMerlin2021-10-303-2/+10
|
* [Keymap] Improved settings for Cradio default keymap (#14971)Albert Y2021-10-301-0/+39
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keymap] Jonavin userspace encoder alt tab scrolling (#14979)jonavin2021-10-308-165/+271
| | | Co-authored-by: Jonavin <=>
* [Keymap] ajp10304: add mouse scroll keys (#14953)Alan Pocklington2021-10-299-30/+23
|
* [Keyboard] Add support for bm65rgb, a revival of #13361 (#14800)peepeetee2021-10-279-0/+394
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: bytesapart <osama@bytesapart.com>
* [Keymap] Add personal lily58 keymap (#14834)pttbx2021-10-273-0/+215
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: polplop <paultan@handshakes.com.sg> Co-authored-by: paultan <47445257+polplop@users.noreply.github.com>
* [Keyboard] binepad bn009 (#14881)binepad2021-10-2710-0/+258
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add MW65 Series PCB (#14939)TW594202021-10-2710-0/+452
|
* [Docs] Add instructions to create keymap before proceeding (#14945)Albert Y2021-10-271-1/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard] Cradio keyboard (#14946)Albert Y2021-10-277-0/+312
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard] update(readme): with PCB reset instructions (#14961)Jeremy Levy2021-10-271-1/+1
|
* [Keymap] Add VLC keymap (#14956)Marc Nause2021-10-271-0/+138
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Docs/folder organization and info json fixed (#14239)jfescobar182021-10-2710-36/+36
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix white spacing issues in kb files (#14963)Drashna Jaelre2021-10-274-133/+133
|
* [Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps (#13115)Přemysl Eric Janouch2021-10-267-0/+553
|
* [Keyboard] add ProjectCain Vault35; update Vault45 (#13652)projectcain2021-10-2613-62/+498
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Add MAGIC_TOGGLE_GUI line to main keycode documentation (#14959)Albert Y2021-10-271-0/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Document `MAGIC` feature (#14301)JayceFayne2021-10-261-0/+2
|
* [Keyboard] Add minimon/Index tab 13x6 ortho (#14765)Kyrre Havik2021-10-2612-0/+304
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add support for Phoenix45_Ortho PCB (#14798)npspears2021-10-2615-0/+465
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Add via keymap for meishi2 (#14892)MakotoKurauchi2021-10-262-0/+34
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Update mcu_selection.mk with current ChibiOS path (#14909)MasterSpoon2021-10-261-13/+12
|
* [Keymap] Adding a new keymap for bm60poker and some led configs (#14918)David Martinz2021-10-261-0/+58
|
* [Keyboard] Add Mammoth75x (#14925)GG2021-10-2621-0/+1242
|
* [Keyboard] Add zoom65 (#14926)GG2021-10-2621-0/+1082
|
* Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre2021-10-2531-35/+4
|