~ruther/qmk_firmware

5185c52b — Jason Scatena 5 years ago
[Keymap] Added custom layout for KBDFans KBD67 rev2 (#8752)

* added v1 of keyboard layout

* Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c

* Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c

* Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c

* Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c

* Update keyboards/kbdfans/kbd67/rev2/keymaps/jscatena88/keymap.c

* Delete config.h
[keyboard] Add kudox rev3 (#8704)

* Add kudox rev3.

* Add default keymap for Kudox rev3.

* Add JIS keymap for Kudox rev3.

* Modified default revision of kudox rev3.

* Modified unnecessary codes.
f9bb9ef0 — Pete Johanson 5 years ago
CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796)

3d9ffd3e — Øyvind Wilhelmsen 5 years ago
deleted unused keymap (#8797)

3cea9fed — mimkorn 5 years ago
Add missing repository name to qmk setup w/ github (#8792)

Using just qmk setup <github_username> would fail w/ "Could not find repo github.com/<username>, whereas the repo is actually after another slash after the user name. Can consider changing code to add the default forked repo name if slash is not detected in the arg.
575d9981 — eucalyn 5 years ago
Configure RGBLIGHT_SPLIT for Mint60 (#8788)

4bccde37 — Aplyard 5 years ago
[Keyboard] Aplx6 (#8727)

* Create test.txt

* aplx6

* Delete test.txt

* fff

* Delete ffff

* test compile

* Create README.md

* edited

* requests

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/rules.mk

* Update keyboards/aplx6/rules.mk

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md

* pins update

* update

* update pins

* Update keyboards/aplx6/README.md

* Update keyboards/aplx6/README.md
f6b40da7 — Pavlos Vinieratos 5 years ago
update pvinis keymap (#8746)

* update a bunch of stuff

Better rules, better config, added encoders, lights, audio.

* some fmt

* more fmt
6fb048fd — Pete Johanson 5 years ago
CLI: Use `shutil.which` to detect gmake, instead of OS check.
06b571aa — Pete Johanson 5 years ago
CLI: Invoke gmake on FreeBSD when using `qmk compile`.

* Current makefiles aren't portable, so invoke gmake on FreeBSD.
[Docs] Japanese translation of docs/feature_dip_switch.md (#8673)

* add git_dip_switch.md translation

* update based on comment

* update based on comment
f514ad55 — Casey Leask 5 years ago
Fix broken KBD8X MKII Hardware link (#8787)

46e44937 — Nick Brassel 5 years ago
Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#8775)

157d121c — MechMerlin 5 years ago
VIA Support: Jane V2 (#8735)

* add VIA enabled keymap with some layers taken out for space

* get a more sane VID and PID so we don't collide with the other BMC powered boards

* small cleanups

* Update keyboards/tgr/jane/keymaps/via/keymap.c

Co-Authored-By: Ryan <fauxpark@gmail.com>

* add tkl_ansi_tsangan LAYOUT

* add tkl_iso_tsangan LAYOUT

Co-authored-by: Ryan <fauxpark@gmail.com>
7e6b550e — Gautham Yerroju 5 years ago
Add a simple custom keymap for Gergo. (#8662)

* Add a simple custom keymap for Gergo.

* update readme, keymap cleanup
7f4ce4a8 — Joshua Rubin 5 years ago
Add via support to keebio/bdn9 (#8620)

Signed-off-by: Joshua Rubin <me@jawa.dev>
64529737 — MechMerlin 5 years ago
DP60 VIA cleanups (#8697)

* some via cleanups for the dp60 firmware

* update matrix size
a2309b30 — codecoffeecode 5 years ago
Adding Niu Mini to VIA (#8702)

* porting the niu_mini to via

* Wrong values in mk

* Updating to unique Vendor ID and Product ID

* Addressing zvecr comments

* Addressing fauxpark comments

Co-Authored-By: Ryan <fauxpark@gmail.com>

Co-authored-by: Lauren Harris <lauren.y.harris@outlook.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
52ac6c43 — Nick Brassel 5 years ago
Allow trailing whitespace in markdown docs, for formatting purposes. (#8774)

05e9ff65 — Nick Brassel 5 years ago
Add support for hardware and board initialisation overrides. (#8330)

* Add support for hardware and board initialisation overrides.

* qmk cformat.

* Add some documentation.

* Docs clarity.

* Make early_hardware_init_pre a no-op for now, until migrations occur.

* Doco update

* Make distinction between keyboard and ChibiOS board in docs

* Doc anchors.

* Update tmk_core/protocol/chibios/main.c

Co-Authored-By: Joel Challis <git@zvecr.com>

* Rework bootloader entry to be off by default, allow opting-in.

Co-authored-by: Joel Challis <git@zvecr.com>
Next