~ruther/qmk_firmware

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
8c10b60c — Pentti Laitinen 7 years ago
Initial commit for nordic layout for ergodox infinity.

- Added nordic infinity ergodox layout
- Fixed typo in ergodox infinity readme.md
c8fca10f — Nathan Sharfi 7 years ago
zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)
1f6002db — Louis Orleans 7 years ago
layout(planck): dudeofawesome's layout with simultaneous RGB and audio support (#1929)

* layout(planck): new layout initial commit

* feat(planck): add workman layout

* fix(planck): switching to workman

* layout(planck): swapping mnext and mplay

* feat(planck): prep for RGB

* perf(planck): remove plover

saves 256 bytes of memory

* perf(planck): remove colemak

saves 128 bytes

* layout(planck): swapping enter and quote

* perf(planck): disable console

frees 1664 bytes

* feat(planck): RGB under-lighting

* refactor(planck): change RGB pin

Uses pin labeled PB2

* feat(planck): add RGB keycodes

* feat(planck): re-enable audio

* style(planck): fixing indentation

Because who indents like that?

* style(planck): clean up keycodes

* layout(planck): remove del

* feat(planck): add tap-space to layer keys

* docs(planck): specify pin on PCB for RGB

* bug(planck): reducing tap time

* Revert "bug(planck): reducing tap time"

This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658.

* Revert "feat(planck): add tap-space to layer keys"

This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3.

* perf(planck): remove backlit case

* feat(planck): swap enter and quote

* bug(planck): moving right shift

* doc(planck): update README

* chore(planck): remove makefile
07017871 — James Morgan 7 years ago
README, keymap & config update to 3 keyboards (#1911)

* 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.

* README fix & keymap update for 3 keyboards

Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM.

Added TAPPING_TERM =  150 to config.h for all keyboards

Switched LT(LOWER) and LAlt on the mod row for ortholinear boards.

* Update readme for QFR_JM to include make instructions

* Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"

This reverts commit a45f264ada09acc14fb85390407bc7ff5bb021e3, reversing
changes made to 62349c33410671a33d4041d50cf27de1d6bdd9cf.

* Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware""

This reverts commit eae54fb3be2c60dffd704261f84bab98c9e06f93.

* Added QWERTY support to the QFR_JM

Implemented variable default base layer from the Planck default keymap.

* Update README to reflect QWERTY support
750f8ec9 — Shihpin Tseng 7 years ago
Fix process_combo.c compile warning
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
Next