~ruther/qmk_firmware

66e9925e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3f62b469 — yulei 3 years ago
add matrix abelx keyboard (#10968)

* 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>
7e814c09 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
2ac2695c — foxx1337 3 years ago
[Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692)

* [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
833bcbac — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
45b35e6e — mechlovin 3 years ago
[Keyboard] Update Infinity87 rev. 2 (#14820)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
92e9bbd9 — Nick Brassel 3 years ago
Merge remote-tracking branch 'upstream/master' into develop
c8da6338 — Nick Brassel 3 years ago
Fixup actions. (#15057)

c8b09d0d — Erovia 3 years ago
CLI: Add 'cd' subcommand (#12584)

* 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>
84ea77ea — James Young 3 years ago
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)

* remove BOOTMAGIC_ENABLE=lite setting

* change keyboard BOOTMAGIC_ENABLE rules

Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keyboard BOOTMAGIC_ENABLE inline comments

Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".

* change keymap BOOTMAGIC_ENABLE rules

Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keymap BOOTMAGIC_ENABLE inline comments

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* change layout/user BOOTMAGIC_ENABLE rules/comments

Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/

* remove docs references to Full Bootmagic

* convert data-driven Bootmagic Lite instances

* remove Bootmagic Lite bodge from data-driven generation

* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a

* update docs/ja/config_options.md per mtei

* update docs/faq_misc.md per mtei

Remove remaining Full Bootmagic reference.
4b6db33a — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fefd7fdc — Mikkel Jeppesen 3 years ago
Refactor new-keyboard to be python3.7 compatible (#14707)

* 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>
Map `PRODUCT` define to `keyboard_name` (#14372)

* Map `PRODUCT` define to `keyboard_name`

* Fix tests

* Fix last test
45a8176e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
`qmk docs`: Run `docsify serve` if available (#15056)

d4bbecb3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ce899629 — Drashna Jaelre 3 years ago
[Keyboard] Fix keycode collision in craftwalk keymap (#15055)

c85109b1 — Drashna Jaelre 3 years ago
[Keyboard] Reduce compile size for takashicompany compacx (#15054)

e0793ea3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
aaf4b348 — James Young 3 years ago
Xelus Dawn60 Layout Macro Additions (#15049)

* add matrix diagrams to keyboard header files

* rename LAYOUT_60_all to LAYOUT_all

* add LAYOUT_60_ansi_arrow

* add LAYOUT_60_tsangan_hhkb
Next