~ruther/qmk_firmware

364aeeec — Don Armstrong 7 years ago
implement ergodox_left_leds_update in ergodox_ez

Previously, this code was implemented in keymap.c, but I'm unaware of
someone with a different implementation of this particular hack. [If
someone has it, we can add another #ifdef in the future.]
2e3b99f7 — Don Armstrong 7 years ago
update left led support
bcfba271 — Don Armstrong 8 years ago
add initial support for left leds on an ergodox ez
b45b2233 — Ethan Madden 7 years ago
Small documentation and keymap tweaks for my minivan layout (#1891)

* Added personal minivan keymap

more consistent layer setup

documentation!

slide some things around

more doc jiggling

* Small layout and documentation tweaks

Small documentation updates

dropped Makefile that for some reason was still in my branch

* found and removed extra makefile
7b754e1a — Sebastian Kaim 7 years ago
added bfake support as a subproject (#1903)

* added bfake support as a subproject

also moved existing bmini stuff to a subproject

fixed columns

minor keymap update

making this a subproject

remove old stuff

got subproject stuff figured out

* travis was upset because a board didn't have a default keymap
a3f53aea — Manassarn Manoonchai 7 years ago
Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883)

* Fork default planck keymap

* Esc -> CapsLock

* Swap Tilde & Grave in Lower & Raise

* Replace Blacklight key with Raise

* Add Hyper/Esc & Shift/Enter key

* Add super duper mode using S+D combo

* Change superduper mode sound

* Add more functionality to superduper mode

* Fork default

* Replace all left shift to shift/parensopen (space cadet)

* Super / Underscore

* Try superduper on z/slash held

* Use function/macro instead, LGUI_UNDS alone not working

* ✨ Add mouse layer 🐭

* 🐛 Fix superduper

* :sparkles: Fix GUI_UNDS

* :bug: Fix registering underscore when releasing too fast

* :bug: Fix Shift/( with LT z

* ✨ Add superduper for colemak

* ✨ Add Qwerty on software Colemak layout & make Superduper available on multile layouts

* ✨ Enable/disable superduper mode & fix layer switching

* 🐛 Fix superduper not unregister mods

* ✨ Update planck-like ergodox (wip)

* :bug: Fix return before changing tap count & modify comments

* :sparkles: Replace with planck code

* 📝 Update readme

* ✨ Fix SuperDuper by using intermediate layers

* Remove LT from inner lower & raise for ease of use

* Change TG to LG

* Add options & disable audio

* :wrench: Enable ignore mod tap interrupt & shorting tapping term

* :memo: Update readme

* Remove including quantum makefile

* :memo: Update readme

* Rename Makefiles
6c4639bf — Doug Krieger 7 years ago
Add RESET to satan:dbroqua mapping
67cc5ceb — skullydazed 7 years ago
Restructure the hardware and feature docs to make things easier to find (#1888)

* fix #1313 by documenting more config.h options

* Clean up and organize documentation
8892c503 — heartrobotninja 7 years ago
Moving LOCK and adding RUN. Fixing equal key to actually use equal keycode.
9128ed50 — Dylan Khor 7 years ago
Add macro to sleep Windows 10
1f434959 — Sebastian Kaim 7 years ago
Added a new keycode for cycling through RBG modes which reverses directions when shift is hold.

This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes),
but when it is used in combination with shift it will reverse the direction.
21dfa29c — Gun Pinyo 7 years ago
Add a layout of planck named GunP, ready for pull request review.
4c960ad7 — Bernardo Farah 7 years ago
Added berfarah's custom keyboard layout
a08287b0 — ajp10304 7 years ago
Added ajp10304 Planck layout (#1887)

* Added ajp10304 Planck layout

* Removed Makefile from planck ajp10304 keymap
af83c6a4 — alex-paget 7 years ago
My layout to suit my needs
e54c8df4 — Damien 7 years ago
DZ60 changes (#1890)

* - Fixed DK60 version in config.h

* - Updated dk60 readme with new QMK rules

* - Fixed wording in readme

* Added dbroqua layout for DZ60

I've also updated dz60.h to add "true HHKD" keymap definition (6U
spacebar).

With the default HHKB definition r_alt was not mapped and when I pressed
r_menu it was r_alt.

Regards
c2b8a476 — James 7 years ago
Some finishing touches on space_oddity (#1892)

* Add verbose comments, ASCII layout pictures, and re-word readme.md

* Fix omission of F(2) on the third layer.
07ec609f — Dylan Khor 7 years ago
Missing line break in NIU Mini readme (#1886)

* Missing line break

* More specific URL to the product
a66e7560 — mogranjm 7 years ago
Added new TKL layout for the Frosty flake - Quickfire Rapid (#1854)

* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware

* Fix terminus_mini & nyquist/DivergeJM readme files

Previously an outdated copy of the default readme. Updated to match the  Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)

* Update makefiles to rules.mk

Renamed both Makefiles to rules.mk, removed references to makefiles

* Updated rules.mk

Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.

Also disabled Tap_Dance in both rules.mk files

* Moved terminus_mini to handwired

Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.

* New Frosty Flake layout for QFR TKL

Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.
f3534f99 — drashna 7 years ago
Updated keymaps (#1853)

* Add woodpad

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Fix odd merge issue

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add forced NKRO

* Added Colemak and Dvorak layers to default orthodox keymap

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others
Next