~ruther/qmk_firmware

49c32021 — Jeremy Cowgar 7 years ago
Added missing RGB and Auto Shift in main feature list. Also standardized on period at the end of each feature list item.
76d807fe — Jeremy Cowgar 7 years ago
Fix code example in auto shift docs
bf1fedc0 — Jeremy Cowgar 7 years ago
Fixed various feature links
5960d034 — Maxr1998 7 years ago
Add grave key
0afaed85 — Sebastian Kaim 7 years ago
Extended the hint of the programmer to link to the relevant README part instead of giving a generic hint.
688343f2 — Sebastian Kaim 7 years ago
Added a better description for the bootloader key
4d421ee3 — Jack Humbert 7 years ago
adds flashing docs
91683d56 — Campbell Barton 7 years ago
ergodox qwerty_code_friendly: add macro keys (#1918)

Also add more configurable keys.
9ee207ac — Pentti Laitinen 7 years ago
Added Iso(ish) layout for tada68. (#1924)

- Basic layout with one function layer.
- Added correct mapping for ISO layout into tada68.h.
- Readme for the keymap.
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
Next