Commit Graph

72 Commits (024f0455deefaa9d47cae255a9ba098650c3841f)

Author SHA1 Message Date
skullydazed 4cdcbdb861 Remove all Makefiles from the keyboards directory. (#1660)
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
7 years ago
Joe Wasson fe60cbd928 Remove PLAY_NOTE_ARRAY usages to get rid of warning. 7 years ago
Jack Humbert 81d7e7d4c8 Merge pull request #1601 from dlaroe/master
My keymaps only
7 years ago
4c4a174dbe Added Preonic Makefile and readme.md 7 years ago
8b62a0af74 Updated keymaps with second LOWER for the right hand 7 years ago
07dcbd23fd First Update 7 years ago
Jack Humbert 415d38ba9e adds music mode, music mode songs, music mask 7 years ago
Jack Humbert f407f3e8de remove unneccesary headers 7 years ago
Jack Humbert 6a3c66776c clean-up planck and preonic keymaps, move audio stuff around 7 years ago
Nick Choi 3ed2147a88 preonic map 7 years ago
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes #1201.
7 years ago
Fred Sundvik 08b9eb26c5 Fix warnings in CMD-Preonic
The startup_sound is defined using MUSICAL_NOTEs, since non-constant
initializer expressions are not allowed in C.
8 years ago
Xyverz c034b61b1a Merge remote-tracking branch 'upstream/master' 8 years ago
nielsenz d1e66e2e07 Worked around some new Makefile issues. 8 years ago
Zay950 2366ebfbbd Merge branch 'master' into to_push 8 years ago
Jack Humbert 7e37daa2ce Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes
Flesh out MIDI support
8 years ago
Stephen Tudor 8d4bc714e4 Update smt keymap READMEs 8 years ago
Stephen Tudor 88e862e472 Update smt keymaps for consistency 8 years ago
Gabriel Young a64ae10662 Update existing keymaps
Update existing keymaps to enable MIDI_BASIC functionality.  Also added
an option MIDI_ENABLE_STRICT to be strict about keycode use (which also
reduces memory footprint at runtime)
8 years ago
Xyverz 902d5077cd Merge remote-tracking branch 'upstream/master' 8 years ago
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 79343f1c6c Usaility changes to keymap, tidying up a bit. 8 years ago
xyverz 592b90dd22 Changes 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
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