~ruther/qmk_firmware

f2e0d38f — ishtob 6 years ago
[Keyboard] Assign unique vendor ID and product ID for hadron (#5184)

* assigned unique vander and product ID to hadron

* fix v2 compiled firmware size issue
c57994f0 — Joel Challis 6 years ago
[Keyboard] Add meishi2 Configurator support (#6442)

43f38816 — Joel Challis 6 years ago
[Keyboard] Fix maypad LAYOUT_ortho_5x4 Configurator support (#6440)

de107eb1 — Joel Challis 6 years ago
[Keyboard] Fix community support for hs60 (#6439)

d5ab6752 — Joel Challis 6 years ago
[Keyboard] Fix configurator support for shiro (#6436)

a699fd3d — Joel Challis 6 years ago
[Keyboard] Add configurator support for snampad (#6435)

207ebc42 — Joel Challis 6 years ago
[Keyboard] Correct name of community layout for ortho75 (#6434)

b28f1e6a — kakunpc 6 years ago
[Keyboard] Add suihankey_rev1 keyboard and Fix default keymap (#6419)

* move alpha

* add suihankey rev1

* fix default keymap.

* remove split

* add split keymap

* move default_split keymap

* fix rev1 config.h

* fix split

* set BOOTMAGIC_ENABLE lite

* fix enum base
c806103f — Zachary J. Slater 6 years ago
Update YouTube URL

The link was an outdated one to https://www.youtube.com/watch?v=7RH-1pAbjvw
The correct link appears to be https://www.youtube.com/watch?v=tx54jkRC9ZY which is shortened as in the file.
eafd38e2 — Sid Carter 6 years ago
[Keymap] Shift RGB layout keys to the right by one to be consistent with other keymap layouts (#6431)

* move rgb toggles by one key to be consistent with all other keyboard layouts I have

* also remove unnecessary audio stuff
e5bc50c0 — MechMerlin 6 years ago
[Keyboard] Leaf 60: Use correct key for 60_ansi layout on backspace (#6430)

1c5079a3 — imchipwood 6 years ago
[Keyboard] Add dumbpad (#6425)

* removed some debug prints

* removed unnecessary files, tweaked some things

* rotary encoder button now connected into column 0, row 3

* tweaked keymap and moved encoder control into keymap

* tweaks

* added test keymap

* updated some things to make it easier to work with QMK configurator

* updates after merging latest master in

* fixed a few things

* removed test keymap and all related #ifdefs

* changed some dumbpad default keys, added KC_LOCK

* added image to readme

* added link to PCB github repo

* moved lock key to the rotary encoder pushbutton

* making suggested changes from @fauxpark in https://github.com/qmk/qmk_firmware/pull/6452

* adding bootmagic lite since i'm lazy and haven't soldered on the reset button...

* renamed  to

* using 7 underscores for KC_TRNS
c9424eb8 — Drashna Jaelre 6 years ago
[Keyboard] Fix up and clean Corne Keyboard code (#6284)

* Fix corne  communication issues with LTO

* Fix up other issues with corne code

* Fix indentation

* Clang Format rev1 file for Corne
bbdc82dd — Drashna Jaelre 6 years ago
[Keyboard] Add RGB Matrix config info to Corne Keyboard's readme (#6231)

ec395457 — XScorpion2 6 years ago
(OLED) Added support for CR (#6399)

Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily.

48067c53 — Drashna Jaelre 6 years ago
Add support for Choco60 (#6415)

57958ce8 — Naoto Takai 6 years ago
[Keyboard] Add support for Cocoa40 (#6414)

dd6330b0 — noroadsleft 6 years ago
[Keyboard] Provide QMK Configurator API data for business_card (#6412)

- alpha and beta revisions
- deleted keyboards/business_card/info.json (made redundant by revision-specific files)
cd7bc031 — Sid Carter 6 years ago
[Keymap] Personal keymap for the planck with muzak (#6402)

* personal keymap for the planck with sounds

* need that minus and underscore where I can see them

* remove unused block

* some, shall we call them, minor changes?

* I don't think this is required anymore
22a8992d — yrdns 6 years ago
Fix RGB Matrix Cycle Left-Right Animation (#6421)

One-line fix for a typo that could break build if DISABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT was defined but not DISABLE_RGB_MATRIX_CYCLE_ALL

Next