~ruther/qmk_firmware

34689e34 — peott-fr 4 years ago
[Keyboard] Adding my Nyquist keymap (#13858)

07e2c11e — kb-elmo 4 years ago
[Keyboard] fixes for KBD67 rev2 (#13906)

85c32da9 — kb-elmo 4 years ago
[Keyboard] Added 67mk_E PCB (#13869)

* added 67mk_E PCB

* add layouts
[Keyboard] Modify key drive pins for mojo68 (#13863)

8a9688bc — Alex Ong 4 years ago
[Keyboard] Use new matrix_output_select_delay api (#13861)

* Use new matrix_output_select_delay api

* Updated delay to 15 after more spamming
9d88786b — Cian Johnston 4 years ago
[Keyboard] add handwired/oem_ansi_fullsize (#13857)

* Add new keyboard oem_ansi_fullsize

* clang-fmt

* Update keyboards/handwired/oem_ansi_fullsize/rules.mk

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

* Update keyboards/handwired/oem_ansi_fullsize/readme.md

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

* update info.json using qmk c2json

* update info.json

* move diagram to readme

* add matrix cols/rows to info.json

* fixup! add matrix cols/rows to info.json

* rename layout, fix block comment

* s/ansi_fullsize/fullsize_ansi/g

Co-authored-by: Joel Challis <git@zvecr.com>
e4342f86 — Jack Kenney 4 years ago
[Keymap] JackKenney's keymap for GMMK Pro (#13853)

9c03d41f — Drashna Jaelre 4 years ago
[Keyboard] Fix oled_task_user for chocolatebar (#13911)

95fed3bf — James Young 4 years ago
clean up CRLF instances (#13910)

a3cb3e13 — Moritz 4 years ago
[Keyboard] Add Fave87 (#13873)

Co-authored-by: Joel Challis <git@zvecr.com>
d917bfb2 — misonoworks 4 years ago
[Keyboard] Add MisonoWorks Chocolate Bar keyboard (#13798)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: autumnisacutie <63772942+autumnisacutie@users.noreply.github.com>
744019c0 — mechlovin 4 years ago
[Keyboard] Add Hex4B PCB (#13435)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
6721825d — yfuku 4 years ago
[Keyboard] Add owl8 keyboard (#13380)

* add owl8

* use DIRECT_PINS

* fix encoder

* Changed to use action_exec.
bdf86c4c — Gigahawk 4 years ago
Add replacement screw specifications to GMMK Pro readme (#13903)

c588d232 — Joel Challis 4 years ago
Avoid name conflicts with usb_hid Arduino code (#13870)

* Avoid name conflicts with usb_hid Arduino code

* Fix tests
b9a1b61f — James Young 4 years ago
Flehrad Tradestation Refactor (#13897)

* add license headers

Apache 2.0 per the included `license` file.

* info.json: use human-friendly formatting

* refactor keymaps

- split `default` keymap into `default` and `tradestation` keymaps (one for each layout)
- remove boilerplate functions
- apply four-space indent

* partial clean up of rules.mk

- update section header comment blocks
28b59c30 — James Young 4 years ago
MetaMechs Timber Wolf Configurator Fixes (#13895)

* info.json: use human-friendly formatting

* info.json: fix key sequences for ISO layouts

All the ISO layouts had the Enter key out-of-sequence, causing key-assignment mismatches in QMK Configurator.
f4c55db8 — James Young 4 years ago
cKeys Handwire 101 Refactor (#13879)

* update info.json

- use human-friendly formatting
- remove `key_count` key

* rename LAYOUT to LAYOUT_ortho_4x4

* refactor default keymap

- add license header
- qmk cformat pass
- keycode grid alignment

* remove empty config.h file from default keymap

* update Manufacturer and Product strings

* tidy up handwire_101.c

- add license header
- remove boilerplate functions

* tidy up handwire_101.h

- add license header
- remove instructive comment

* minor rules.mk tidy-up

- remove Bootloader selection sample comments

* rewrite SEND_STRING() statements per fauxpark

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
4445455c — James Young 4 years ago
BM65ISO: refactor layout macro (#13860)

8e880345 — Reza Jelveh 4 years ago
Updated Ducky 2 one mini support (#11112)

* Initial Ducky One 2 Mini keyboard and keymap

* Keymap macro issue, together with general polish suggestions

* Separate default keymap into proper default, iso and ansi versions

* info.json updates (Configurator support). DEBOUNCE define adjust.

* Unused keymap defines removed.

* update requested ducky one mini2 board changes

* ducky: don't trigger app key with left shift

* ducky: make default mouse key behavior more linear

* ducky: add GRAVE_ESC_GUI_OVERRIDE to allow for win+esc to work

* ducky: playpause on fn space

* ducky: disable RGB_MATRIX until driver is merged

* ducky: clang-format matrix and one2mini.c

* ducky: update requested changes

Remove WFI_IDLE since it's already in the rules.mk CORTEX_ENABLE_WFI_IDLE=TRUE

* ducky: update requested changes

* ducky: move winkey grave esc to default keymap

* ducky: remove dipswitch from keymap and use DIP_SWITCH_MATRIX_GRID instead

* ducky: info.json lint

* ducky: enable DIP_SWITCH_ENABLE rule

* ducky: update readme

* ducky: fix backslash on default keymap

* ducky: remove unused USB_LED_CAPSLOCK_INDEX 28

* ducky: move mbi5042 led driver to ducky keyboard

* ducky: cosmetics

* ducky: requested changes

* ducky: refactor matrix.c again so we can better compare it to other boards

* ducky: remove bootmagic_lite as the boards bootloader trigger is actually handled in its own bootloader

* ducky: remove custom matrix

* ducky: update for chibios-contrib changes

* ducky: debug new USB driver

* ducky: debug usb issues

* ducky: update chibios version

* ducky: remove halconf.h

* ducky: update rules.mk

* ducky: update chconf.h

* Matching submodules.

* Restructure to explicitly define which board is in use, remove RGB driver pending followup PR.

* Revert "Matching submodules."

This reverts commit 2fbb34e0c63ea67ee09d2e2d525723c01431d1cd.

Co-authored-by: GitWellBack <48095880+GitWellBack@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Next