~ruther/qmk_firmware

c3b4f65c — walkerstop 6 years ago
Added info.json for mt980 keyboard and fixes to walker keymap (#5391)

* Added info.json and minor fixes to walker keymap

* Fix url

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/info.json

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Fix user calling keymap functions

* cancel oneshot layer on KC_TRNS

* Fix to oneshot layer handling

* Fix oneshot handling of reset

* Move bootmagic key to Esc where it normally resides

* Remove deprecated function

* Treat shift-numlock as shift-insert in Walker layer
f9c5b80a — Erovia 6 years ago
Add support for THE60 (#5385)

30db1b18 — Michael Dye 6 years ago
Added 1up60rgb keymap: mdyevimnav (#5386)

Added keymap for 60% board 1up60rgb. The map provides VIM-style navigation on a
second layer (L1) with HOME, PGDN, PGUP, and END keys on that same layer one
row below the home row. The layout is used by https://github.com/michaeldye.
4a908288 — Drashna Jaelre 6 years ago
Fix i2c calls for HotDox keyboard (#5387)

f34244a8 — Michael F. Lamb 6 years ago
Sleep until USB port becomes writable before running avrdude (#5393)

* sleep until usb port becomes writable before running avrdude

* only wait for a writable USB port when not on MSYS

using MINGW or MSYS: sleep for one second, as before.

otherwise: wait for the port to become writable.

* typo

* typo
5a12b054 — Christian Westerlund 6 years ago
[Keymap] Some more improvements to keymap, currency symbols.. (#5395)

acute accent and pipe character also
7e306f9c — Jarred Steenvoorden 6 years ago
[Keymap] Add atreus, ergotravel and org60 keymaps (#5381)

* Add atreus, ergotravel and org60 keymaps

* Cleanup my keymap config files
2902035d — Iason Dimitrakopoulos 6 years ago
archetype keymap for jj50 (#5397)

* archetype keymap for jj50 keyboard

* archetype keymap for jj50 keyboard

* PR fixes proposed by mechmerlin
73c4c9f9 — walkerstop 6 years ago
Wheat Field Peripherals mt980 (FC980M Layout) PCB Support (#5374)

* mt980 keyboard support

* Update manufacturer name

* Correct indicator LEDs, add walker keymap

* Added readme.md

* Update keyboards/mt980/mt980.c

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Treat number pad + and enter as pgup and pgdn when number lock is off

* Update keyboards/mt980/mt980.c

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/mt980.c

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/readme.md

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/readme.md

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/readme.md

Co-Authored-By: walkerstop <walkerstop@gmail.com>

* Update keyboards/mt980/rules.mk

Co-Authored-By: walkerstop <walkerstop@gmail.com>
131b647a — yiancar 6 years ago
Minor readme fix (#5389)

2f3dbb12 — Takuya Urakawa 6 years ago
Add new keyboard Plaid and ATMEGA328p support (#5379)

* add plaid

* Change usb vid/pid to free id from vusb
Trivial fix for vusb core

* update readme

* update info.json default keymap

* fix typo

* Replace copyright
37932c29 — James Churchill 6 years ago
Next set of split_common changes (#4974)

* Update split_common to use standard i2c drivers

* Eliminate RGB_DIRTY/BACKLIT_DIRTY

* Fix avr i2c_master error handling

* Fix i2c_slave addressing

* Remove unneeded timeout on i2c_stop()

* Fix RGB I2C transfers

* Remove incorrect comment
25bb059e — Naoki Katahira 6 years ago
[Keyboard] Lily58 Add info.json file (#5354)

* Add info.json file

* fix info.json

* fix2 info.json

* Update keyboards/lily58/rev1/info.json

Co-Authored-By: kata0510 <kata0510.com@gmail.com>

* Update2 keyboards/lily58/rev1/info.json

Co-Authored-By: kata0510 <kata0510.com@gmail.com>
9e49f19a — zvecr 6 years ago
KPrepublic bm16a port (#5383)

* Initial bm16a port

* Initial bm16a port - fix readme formatting
fe642a84 — moyi4681 6 years ago
Fix speed issues with RGB Matrix in the DZ60RGB  (#5380)

* Fix speed issues with RGB Matrix in the DZ60RGB

* keep boards in sync
395a7793 — Callum Oakley 6 years ago
Keymap update (#5382)

* home and end on fn layer (for forward and back with left hand)

* space movement shortcuts

* mouse layer
e046872a — Andrew Kannan 6 years ago
[Keyboard] Satisfaction75 Protoype/Rev1 split, and new VIA features (#5303)

* Add satisfaction75 revision 1

* Update manufacturer

* Add tester layout and update rev1 comments

* Add ifdef guards for OLED for tester

* Add oled disabling rules

* Update to save backlight settings and setup for VIA custom config

* Add new VIA values to satisfaction75

* Safety guard in clock set mode

* Fix mistaken doc edit

* Address PR comments

* bring the default back to pass travis CI

* Address further PR comments
fd43259c — jotix 6 years ago
[Keyboard] Update rules.mk (#5370)

MOUSEKEY_ENABLED = yes
by default
99654c6e — zvecr 6 years ago
[Keyboard] Fix diode and split keyboard configuration for 40percentclub/half_n_half (#5371)

8ff4b4db — Christian Westerlund 6 years ago
[Keymap] Small improvements to this keymap (#5343)

* Small fixes, added tilde, print screen and switched alt keys

* Comments

* ..

* Removed fn_actions block
Next