summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Fix misspelled command in Norwegian helperAndreas Lindhé1-1/+1
2016-07-22Merge pull request #543 from VoodaGod/bone2planckJack Humbert1-74/+120
updated bone2planck
2016-07-22Merge pull request #541 from milestogo/masterJack Humbert29-0/+2816
initial kinisis advantage build
2016-07-22Merge pull request #540 from replicaJunction/feature-atreus-keymapFunctionJack Humbert1-5/+5
Adjusted Atreus KEYMAP() function.
2016-07-22Merge pull request #538 from robertdale/preonic-map-correctionJack Humbert1-5/+5
Preonic: Corrected the ascii layout to match the coded layout
2016-07-22Merge pull request #536 from pvinis/debug-docJack Humbert1-1/+1
add some debugging doc, after i found out how to print debug messages
2016-07-22Merge pull request #530 from sethbc/masterJack Humbert10-8/+53
Misc. fixes from sethbc
2016-07-22Merge pull request #529 from CommandLineDesign/CMD60-newKeymapJack Humbert6-0/+364
Added CMD60 keymap
2016-07-22Merge pull request #525 from edasque/masterJack Humbert2-0/+43
Added Docker as a simple way to build firmwares
2016-07-22Merge pull request #522 from exiva/extrakey-macfixJack Humbert1-2/+2
Fix OS X Recognizing keyboard as Mouse/Tablet
2016-07-22Merge pull request #521 from exiva/makefile-waitJack Humbert1-0/+4
Make DFU wait for bootloader
2016-07-22Merge pull request #518 from jakllsch/upstreamJack Humbert8-13/+20
keymap_extras changes
2016-07-22Merge pull request #516 from pvinis/tap-dance-anywayJack Humbert3-16/+103
Tap dance anyway
2016-07-21adding traveller keyboardmilestogo7-0/+697
2016-07-20fixed include pathsJason Janse van Rensburg1-16/+16
2016-07-20reformatJason Janse van Rensburg1-16/+16
2016-07-20updated bone2planckJason Janse van Rensburg1-65/+111
2016-07-20initial kinisis advantage buildmilestogo22-0/+2119
2016-07-20Adjusted Atreus KEYMAP() function.Joshua T1-5/+5
This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
2016-07-19add a couple of commentsPavlos Vinieratos1-0/+2
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos1-1/+1
2016-07-19add link to hid_listenPavlos Vinieratos1-1/+1
2016-07-19added Midi On/Off; Enter is actually transparentRobert Dale1-3/+3
2016-07-19Corrected the ascii layout to match the coded layoutRobert Dale1-3/+3
2016-07-19add some debugging doc, after i found out how to print debug messagesPavlos Vinieratos1-1/+1
2016-07-19add a bit of documentationPavlos Vinieratos1-3/+45
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos1-2/+2
dance happening, and in the normal case, it should be called when the tap down is happening.
2016-07-17don't believe the hex files are posted to qmk.fmSeth Chandler1-1/+1
2016-07-17update more non-existent readmes for QMK.fmSeth Chandler4-0/+16
2016-07-17update broken linkSeth Chandler1-1/+1
2016-07-17update audio linksSeth Chandler1-1/+1
2016-07-17update tmk linkSeth Chandler1-1/+1
2016-07-17update link to Vagrant docfileSeth Chandler1-1/+1
2016-07-17update readmes in certain directories to work with qmk.fmSeth Chandler2-0/+8
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos2-36/+23
2016-07-17add custom makefile for sethbc keymapSeth Chandler1-0/+21
2016-07-17update makefile to default to no virtual dip switchesSeth Chandler1-1/+1
2016-07-17update readme imagesSeth Chandler1-2/+2
2016-07-17Fix erroneous characterJonathan Lucas1-1/+1
Must have been keeb testing :)
2016-07-17Added CMD60 keymapJonathan Lucas6-0/+364
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos2-5/+59
when using tap dance, we have the `regular` callback that is called on the last tap. this commit adds an `anyway` callback that is called on every tap, and a `reset` callback that is called on reset of the tap dance taps.
2016-07-16in case its NULLPavlos Vinieratos1-1/+3
2016-07-15Further simplyfying the docker usageErik Dasque1-7/+3
We'll be able to change the image user name if we set up the initial repo to trigger Docker images rebuilds on hub.docker.com
2016-07-15Adding Docker build system & documentationErik Dasque2-0/+47
2016-07-15Fix OS X Recognizing keyboard as Mouse/TabletTravis La Marr1-2/+2
Modified the LUFA USB HID Descriptor to change the logical/usage minimums for System Control from 0x01 (Mouse) to 0x81 (System Power Down), this fixes OS X recognizing the Planck as having a mouse and tablet, even with mousekeys off.
2016-07-15Make DFU wait for bootloaderTravis La Marr1-0/+4
Added a loop for waiting for the keyboard to be put in bootloader mode, rather than failing out. Makes building keymaps easier.
2016-07-14keymap_dvorak.h: add missing shifted keys, fix whitespaceJonathan A. Kollasch1-4/+11
2016-07-14extra_keymaps: use RALT() instead of 0x1400 for AltGrJonathan A. Kollasch7-7/+7
2016-07-14keymap_extras: add newline at end of filesJonathan A. Kollasch2-2/+2
2016-07-14Merge pull request #489 from Skrymir/masterJack Humbert2-0/+213
New ergodox-ez layout