Commit Graph

112 Commits (master)

Author SHA1 Message Date
Xyverz 4d7105c2cf Added RGB Underglow to my Preonic 8 years ago
Stephen Tudor 1d9e0b0120 s/Bkps/Bksp 8 years ago
Stephen Tudor 7c24ecf580 Carry over Planck updates to my Preonic keymap 8 years ago
Jack Humbert c9ca368008 replace jackhumbert with qmk 8 years ago
Jack Humbert 0212a30aa6 Merge pull request #1033 from smt/smt/preonic
Add smt's keymap for Preonic
8 years ago
Stephen Tudor 6546dddddb Remove COLEMAK from preonic_keycodes enum 8 years ago
Jack Humbert 938422ce99 layer defines to enum 8 years ago
Stephen Tudor 51fe4f0d34 Update readme for smt Preonic keymap 8 years ago
Stephen Tudor b3cf96ec2e Add smt keymap for Preonic 8 years ago
xyverz 99521a4482 Merge remote-tracking branch 'upstream/master' 8 years ago
xyverz 79343f1c6c Usaility changes to keymap, tidying up a bit. 8 years ago
Jack Humbert 438a5d685b limit voices by default, add some drums 8 years ago
Jack Humbert dd114e648e planck preonic update 8 years ago
xyverz 0523657923 Merge remote-tracking branch 'upstream/master' 8 years ago
xyverz 592b90dd22 Changes 8 years ago
Jack Humbert 0edfe55bfe re-enable audio and extrakeys 8 years ago
xyverz 9216bc7377 Merge remote-tracking branch 'upstream/master' 8 years ago
Jack Humbert 7edac212c8 separated into api files/folder 8 years ago
Jack Humbert 3774a7fcda rgb light through midi 8 years ago
xyverz b493f6a4ed Merge remote-tracking branch 'upstream/master' 8 years ago
Zach Nielsen 80c5ada339 Missed removing a function 8 years ago
nielsenz f388bb5bda Removed some common functions from my keymap 8 years ago
Zach Nielsen 4c0aa02b2e Missed some stuff. Added a song (stole it from reddit). 8 years ago
Zach Nielsen c07ef5c6ab Adding my (zach) keymaps for planck and preonic 8 years ago
jacwib b7611d5037 1.2 update 8 years ago
jacwib dbcbd8ee3c Update readme to reflect 1.1 changes. 8 years ago
jacwib 83b2149885 Update keymap to reflect 1.1 changes. 8 years ago
jacwib a625c2201a Update readme to reflect changes 8 years ago
Xyverz 91b1aa0994 Add files via upload
Minor layout changes
8 years ago
Fred Sundvik 8f2af3c6bc Merge branch 'master' into makefile_overhaul 8 years ago
Joe Wasson 66adbfcab5 Add default swap configs for a couple of boards. 8 years ago
Fred Sundvik da226e6126 Update keyboard readme files with new makefile instructions 8 years ago
Fred Sundvik 44441de8ca Split keyboard makefiles into rules and Makefile 8 years ago
Gergely Nagy 29f64d7a93 tap-dance: Major rework, to make it more reliable
This reworks how the tap-dance feature works: instead of one global
state, we have a state for each tap-dance key, so we can cancel them
when another tap-dance key is in flight. This fixes #527.

Since we have a state for each key, we can avoid situation where a keyup
would mess with our global state. This fixes #563.

And while here, we also make sure to fire events only once, and this
fixes #574.

There is one breaking change, though: tap-dance debugging support was
removed, because dumping the whole state would increase the firmware
size too much. Any keymap that made use of this, will have to be
updated (but there's no such keymap in the repo).

Also, there's a nice trick used in this rework: we need to iterate
through tap_dance_actions in a few places, to check for timeouts, and so
on. For this, we'd need to know the size of the array. We can't discover
that at compile-time, because tap-dance gets compiled separately. We'd
like to avoid having to terminate the list with a sentinel value,
because that would require updates to all keymaps that use the feature.
So, we keep track of the highest tap-dance code seen so far, and iterate
until that index.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
jacwib 54e37fd2d1 Fix bug 8 years ago
jacwib 6ba27ea318 Remove pointless comments 8 years ago
jacwib e4e13ddc54 Update readme.md 8 years ago
jacwib 26f4a0cf04 Update Makefile 8 years ago
jacwib 62004866b3 Update config.h 8 years ago
jacwib cf91aa416a Update keymap.c 8 years ago
jacwib 1ab78110bd Update readme.md 8 years ago
jacwib 880486bd24 Jack's keymap. 8 years ago
Jack Humbert a087a207f1 Merge pull request #608 from finleye/master
Adds keymap based on Kinesis advantage
8 years ago
Xyverz ca3278cc35 adds Xyverz's keymaps (#615)
* Adding my own keymaps to the following keyboards:

Planck, Preonic, Atreus, Ergodox

* Delete dvorak.png

Not reflective of my layout.

* Delete readme.md

file cleanup, removing file that doesn't apply to my layout.

* Delete old_keymap.c

file cleanup

* Delete README.md

file clean up.

* Delete README.md

file cleanup

* Delete keymap.c

file cleanup

* Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default
layout and default makefile.
8 years ago
Corey Finley 76cd7c5444 Adds keymap based on Kinesis advantage 8 years ago
Jordi Orlando 3b39910cb9 Create 0xdec Preonic keymap
An ergonomically optimized Colemak keymap for the grid-layout Preonic
8 years ago
Jonathan Lucas e6a41e43aa Updated Readme 8 years ago
commandlinedesign c826bcfc39 Did a derp and forgot to set Trans on Arrow layer 8 years ago
commandlinedesign 4480a74a4b Arrow key fn layer shouldnt overwrite Ctrl key. Better Print Screen position 8 years ago
commandlinedesign c1fb82623c Tested, resolved Mouse issue, resolved numpad issue 8 years ago
commandlinedesign fbafb9449e Resolved errors 8 years ago
Jonathan Lucas 9b3708f830 Init Readme
This needs a better description.
8 years ago
Jonathan Lucas 3c7075011b Create Makefile
This is untested, use caution.
8 years ago
Jonathan Lucas b5761df57b Create CMD-Preonic Keymap
This is very Alpha-Mode, and has not been tested or even Made yet.
8 years ago
Robert Dale 9c26498f49 added Midi On/Off; Enter is actually transparent 8 years ago
Robert Dale 47223ebee4 Corrected the ascii layout to match the coded layout 8 years ago
Jack Humbert 57e08eb8ba updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago
Jack Humbert 94d3159d9d correct break/return order for planck and preonic defaults 8 years ago
Jack Humbert e5d1e4b8ce Preonic keymap update 8 years ago
Jack Humbert 0058c33815 updates preonic default layout 8 years ago
Jack Humbert 13bb6b4b7f Backlight abstraction and other changes (#439)
* redoes matrix pins, abstracts backlight code for B5,6,7

* slimming down keyboard stuff, backlight breathing implemented

* don't call backlight init when no pin

* cleans up user/kb/quantum calls, keyboard files

* fix pvc atomic

* replaces CHANNEL with correct var in breathing

* removes .hexs, updates readmes, updates template

* cleans-up clueboards, readmes to lowercase

* updates readme
8 years ago
Jack Humbert 649b33d778 Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
* fixes from tmk's repo

* rename keyboard to keyboards
8 years ago