~ruther/qmk_firmware

1683d3a5 — Jack Humbert 7 years ago
adds info.json files to planck
b79a4cfe — drashna 7 years ago
Updated personal keymaps (#1945)

* 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

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix accidental commit because I don't know how to git

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* missing underscore in init function declaration

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout
44d9ad95 — skullY 7 years ago
Add info.json files for clueboard 66
fad967af — Danny Nguyen 7 years ago
Remove extra underscore from MASTER_RIGHT define
20e18d15 — DangerousParts 7 years ago
Created Kona Classic config (#1791)

* Created Kona Classic config

* Fixed KonaClassic config

* Updated README

* Updated Readme to conform to format standards

* Added ANSI and ISO layout options

* Fixed images in Readme

* Added labels to images

* Added absolute links to images in Readme

* Image link updates again

* Fixed bottom row keys in some layouts

* Fixed Grave and Tilde

* Fixed Underglow in Kona Classic configs

* Renamed KonaClassic to kona_classic
83af6232 — Danny 7 years ago
Add Levinson rev2 (#1939)

* Add levinson rev2 files

* Add hexwire keymap

* Remove redefinition of backlight defines
2d77f9cb — Rob Rogers 7 years ago
Fix pointing device feature
c9a04364 — Danny Nguyen 7 years ago
Add 6-ball macropad
fca03e15 — GlenPickle 7 years ago
Chimera Ortho Readme (#1943)

* Added Chimera Ortho keymap

* added readme

* fixed hardware link
bc98b0d9 — Erez Zukerman 7 years ago
Merge pull request #1915 from dondelelcaro/ergodox_ez_left_leds

Ergodox ez left leds support
38261920 — Jack Humbert 7 years ago
update hand wiring link
f9881793 — Danny Nguyen 7 years ago
Add hexwire keymap for Eco
04b9b62b — tsankuanglee 7 years ago
RETRO_TAPPING (#1922)

* add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption

* consistent variable name

* add option doc

* change name for consistency

* make RETRO_TAPPING default to off
b2bbbc2d — Louis Orleans 7 years ago
layout(infinity ergodox): dudeofawesome's layout (#1932)

* 🎉 Building simple flasher

* 🎉 Flashing works

* 🎨 Cleaning up

* 🐛 Being more specific with board identity

* 🐛 Flashing correct keymap

* 🎉 Adding keymap

* ✨ Updating keymap

* 🚨 RGB

* ⏪ Revert "🚨 RGB"

This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4.

* ✨ Improvements to flasher

* ✨ Layout tweaks

* 💄 Messing around with LCD

* 💄 Enabling LCD backlight matching

* 🔧 Updating layout

* 🐛 Fixing console logging

* 🎨 Cleaning up indentation

* 🔧 Adding editorconfig

* ✨ Adding game layer

* 💄 Changing numpad layout

* ✨🔥 redoing entire layout

It's now more similar to the Planck default layout

* ✨ add workman and dvorak layouts

* 🐛 fix numpad

* 🐛 fix layer orders

* 🐛 fix layer toggling

* 🐛 fix tri-layer switching

* 🐛 fix LCD colors for adjustment layers

* 🔥 remove old flasher project

* 🔥 remove simple_visualizer

* 💄 update LCD colors

* 📝 fix layout comments

* 💄  swapping 2u buttons

* 🔥🔧 removing editorconfig

* 🚨 using 2 spaces

* 📝 add README

* ⏪ Revert "💄 Enabling LCD backlight matching"

This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e.

* ⏪ Revert "💄 Messing around with LCD"

This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5.
6169cd52 — Louis Orleans 7 years ago
Add EditorConfig file (#1930)

* 🔧 add editorconfig

This makes supported editors automatically change their settings to match desired code styles

* 🔧 add extension recommendation for VSCode

This will cause VS Code to prompt the user to install the EditorConfig extension when they open the project.

If this is felt to be too opinionated, I can revert it.
101b998a — drashna 7 years ago
Fix Pointing Device code (#1934)

* Fix pointer device options

when the feature was added, the appropriate option definition wasn't created.  This needs to be added to function properly.

* Update common_features.mk

* missing underscore in init function declaration
7b65b7e9 — Takayuki Matsubara 7 years ago
fix Logical Maximum to be recognized as 255 instead of -1

SEE ALSO: https://github.com/qmk/qmk_firmware/issues/312
4c1164c4 — Zach Burchill 7 years ago
fixed two typos

I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'.  
I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.
e555e42a — Gun Pinyo 7 years ago
add Thai layers for the GunP planck (#1910)

* Add a layout of planck named GunP, ready for pull request review.

* add Thai layers for the GunP planck
38da7795 — William Wilson 7 years ago
Added Chimera Ortho keymap
Next