~ruther/qmk_firmware

a200f194 — Sidney Bovet 6 years ago
[Keyboard] Add support for XD004 macro keyboard (#6337)

* Add support for XD004

Also applying the following suggested edits:

Add hardware availability link in readme
Co-Authored-By: Drashna Jaelre <drashna@live.com>

Enable lite bootmagic
Co-Authored-By: Drashna Jaelre <drashna@live.com>

Remove commented out MCU
Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Add more ellaborate keymap

Correcting usage of tap_code_16 for modified key, thanks to @drashna

* Add information about bootloader type

Co-Authored-By: Drashna Jaelre <drashna@live.com>
b2fb0cee — T.Shinohara 6 years ago
[Keyboard] add macro pad "Shiro" (#6338)

* add keyboard new macro pad "Kuro"

* change main readme.md

* remove not used code from default/keymap.c

* Remove unnecessary code

* Supports info.json

* removed back slash and not used functions.

* update at product link. add japanese messages.
ff0cb0cf — Drashna Jaelre 6 years ago
Add GPL3 header to avr i2c files (#6332)

* Add GPL3 header to avr i2c files

* Add for i2c_slave as well

* Fix formatting of license header
cbcf888d — kakunpc 6 years ago
[Keyboard] new keyboard "angel64" (#6313)

* set template

* set Duplex Matrix

* fix layout

* set default keymap

* fix indent

* remove muhen

* Update keyboards/angel64/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
d8253b83 — zvecr 6 years ago
Update docker util script and travis to use new base container
0a03f7cf — zvecr 6 years ago
Update docker util script and travis to use new base container
21fc6be4 — Alex Mayer 6 years ago
[Keymap] Fix Comment Styling (#6324)

989c2094 — Adrian L Lange 6 years ago
[Keymap] [bface] My custom layout (#6322)

fd48f687 — That-Canadian 6 years ago
[Keyboard] Added IVY macropad (#6211)

* Added initial files for the Adron  3-key macro pad

* Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well.

* Made suggested changes to commit for PR

* Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )
42112521 — noroadsleft 6 years ago
[Docs] Fix indented subheading on faq_debug.md (#6320)

0694decf — William Chang 6 years ago
[Keymap] switch backspace and backslash, updated readme (#6323)

da1f05fb — Sid Carter 6 years ago
[Keymap] Add workman to my iris keymap (#6319)

* add workman to my iris keymap

* updates for readme.md

* remove redundant paths

* switch up and down
cf215487 — Ryan Caltabiano 6 years ago
Switching rgb_config_t to use HSV struct
e717dcaa — Cody Bender 6 years ago
[Keyboard] fixed pins for numpad_5x4 layout (#6311)

38fdf7a2 — Konstantin Đorđević 6 years ago
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)

* Add missing TD_RSF_RCT tap dance

* Use standard QMK HSV and RGB structs, fix Godspeed colors

* Move PROGMEM after the type in RGB intervals

* Add MODERN_DOLCH_RED color, use it on KBD6X

* Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions

* Remove IS_COMMAND override on Whitefox
663ca6ba — Phil Schalm 6 years ago
Documentation: Newbs Flashing: Hightlight that sudo may be needed (#6300)

* Hightlight that sudo may be needed

Also added "dfu-programmer: no device present" in so that anyone searching for that particular error can hopefully find the page.

* Use new style of indicating a warning

* Indicate that the FAQ should be read instead of blindly using sudo
37d2f6dc — skullydazed 6 years ago
Switch version incrementing to the command put together by @noroadsleft. (#6310)

* Switch version incrementing to the command put together by @noroadsleft.

* Update util/travis_compiled_push.sh

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
475d2c0c — Cody Bender 6 years ago
[Keyboard] Adding KeyHive Maypad (#6287)

* added files for KeyHive Maypad

* updated maypad files and moved honeycomb inside keyhive dir

* fixed file paths, incorporated changes with fauxpark's suggestions, undid honeycomb move

* updated with fixes from PR

* added new lines to end of honeycomb files to fix compiling

* Updated info.json to match the macro name from maypad.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* reordered layout in info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* removed KEYMAP from maypad.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* removed extraneous keymap files

* pulled qmk/master for honeycomb

* added ortho_5x4 and keymap cleanup

* matched identities in maypad.h

* added bootmagic functionality to maypad

* changed bootmagic to lite
2121de91 — omkbd 6 years ago
[Keyboard] [runner3680] Fix the number of keys (#6302)

* Fix the number of keys

* add RGBLIGHT_LIMIT_VAL

* fix RGBLED_NUM and COLS
901edea9 — fauxpark 6 years ago
[Keyboard] Fix XD96 info.json (#6309)

* Fix XD96 info.json

* Comma

* Another comma

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Next