~ruther/qmk_firmware

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

2367e3e1 — MechMerlin 6 years ago
[Keyboard] TGR Jane v2 (#6361)

* initial commit TGR Jane

* lighting support

* use the default keymap lifted from community layouts for LAYOUT_tkl_ansi

* add information regarding reset key, hardware supported, and hardware availability

* document that it supports v1.1 as well thanks to nickheller's confirmation

* update some verbage in the readme

* add QMK Configurator support

* establish switch matrix for three main layouts

* add community layout support

* readme fixes

* Update keyboards/tgr/jane/info.json

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

* Update keyboards/tgr/jane/rules.mk

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

* Update keyboards/tgr/jane/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
0bd03150 — fauxpark 6 years ago
Remove NO_BACKLIGHT_CLOCK (#6418)

feddc496 — Nick Brassel 6 years ago
[Keymap] Tzarc's Luddite keymap (#6416)
abb65857 — Naoto Takai 6 years ago
Add support for Choco60
36d39025 — Konstantin Đorđević 6 years ago
[User] Update personal userspace and keymaps, add reactive underglow (#6410)

* Update MODERN_DOLCH_RED color

* Remove unused RAL_LAL tap dance

* Disable Space Cadet on all boards

* Rework SEND_STRING_CLEAN into CLEAN_MODS, fix DST_P_R/DST_N_A

* Disable unnecessary underglow animations

* Rearrange feature flags in rules.mk files

* Change custom colors from structs to defines

* Add some explicit initializers

* Add MODERN_DOLCH_CYAN color

* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros

* Add led_set_keymap() template function

* Change underglow color based on Caps/Fn state

* Preserve val when changing underglow colors

* Only trigger Fn light for Fn layer

* Refactor fn_light() and caps_light() slightly

* Add comments to fn_light() and caps_light()
f204ed67 — kakunpc 6 years ago
[Keyboard] Set RGBLIGHT ENABLE for angel64 (#6405)

* set RGBLIGHT

* remove default keymap RGB enable

* set limit value

* Revert "set limit value"

This reverts commit 2374b2aa204f05f7bcea8ed65623b0c46a011aa2.
f3acaff6 — XScorpion2 6 years ago
[Keymap] Fix default layer display (#6398)

20c0533c — XScorpion2 6 years ago
[User] Xulkal Keymaps Update (#6392)

* Xulkal changes

Refactor rgb & encoder menu

Hadron Keymap

Refactor oled menu

* Fixing horizontal OLED data display

* Reverting changes to take to separate prs
a747953d — thomas-d-11 6 years ago
[Docs] Add Sections and MO(layer)/TG(layer) Example (#6308)

* Add Sections and MO(layer)/TG(layer) Example

Major changes:
1. Added sub-section headings to the portion before the examples.
2. Added a new Example 6, that allows MO(layer) and TG(layer) functionality to be embedded within tap dance functions.

Minor Changes:
1. Edited some text to better fit with new sub-headings.

* Update feature_tap_dance.md

* Update feature_tap_dance.md
Next