summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2016-07-14Merge pull request #515 from pvinis/reset-functionJack Humbert2-10/+16
extract reset keyboard into a function
2016-07-14Replaced ordinary-media.{png|json} with new media layoutWill Wolff-Myren4-27/+436
2016-07-14Replaced ordinary-symbol.{png|json} with new base layout.Will Wolff-Myren5-29/+430
2016-07-14Replaced ordinary-base.{png|json} with new base layout.Will Wolff-Myren4-27/+452
2016-07-14Replaced readme.md with stubWill Wolff-Myren1-92/+5
(incl. reference to original layout)
2016-07-13Created "teckinesis" keymap folderWill Wolff-Myren10-0/+665
(Based on "ordinary" keymap by Nicholas Keene)
2016-07-13extract reset keyboard into a functionPavlos Vinieratos2-10/+16
that makes it easy to call reset_keyboard() from a function in a keymap
2016-07-13Merge pull request #2 from jackhumbert/masterJoshua Colbeck82-786/+2969
Pull from upstream
2016-07-11Merge pull request #477 from Smilliam/masterJack Humbert3-1/+19
Canceling Space Cadet state with opposite shift key
2016-07-11Merge pull request #506 from stanleylai/masterJack Humbert2-0/+104
Added my custom keymap for Satan
2016-07-11Merge pull request #507 from ruiqimao/masterskullydazed4-17/+33
fixed clueboard LED pin assignments and matrix documentation
2016-07-11fixed clueboard LED pin assignments and matrix documentationRuiqi Mao4-17/+33
2016-07-11amended extraneous file editsSmilliam2-7/+1
2016-07-11Made rollover behavior for space cadet optionalSmilliam4-10/+26
2016-07-10Added my custom keymap for SatanStanley Lai2-0/+104
2016-07-10Merge pull request #505 from fredizzimo/documentation_fixJack Humbert1-3/+0
Remove out of place documentation, caused by ChibiOS merge
2016-07-10Remove out of place documentation, caused by ChibiOS mergeFred Sundvik1-3/+0
2016-07-10Merge pull request #502 from robotmaxtron/masterJack Humbert5-0/+544
Adding robotmaxtron's GH60 Keymap
2016-07-10Update keymap.cMax Whittingham1-3/+1
2016-07-10Merge pull request #500 from TerryMathews/masterJack Humbert1-0/+116
Establish Poker clone keymap for Satan
2016-07-09Merge pull request #1 from jackhumbert/masterTerryMathews10-47/+267
Catch up with jack's master
2016-07-09Establish Poker clone keymap for SatanTerryMathews1-0/+116
Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording).
2016-07-09Cleaning up repoMax Whittingham5-0/+546
2016-07-09Documents tap danceErez Zukerman1-0/+75
2016-07-08Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert1-10/+12
Fix make dependencies
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik1-9/+11
The prerequisites at the start of the build process are order-only so that the trget don't link again. Also added as a dependency to the compilation to force the messages to be printed at the start
2016-07-08Fix name of makefile dep filesFred Sundvik1-1/+1
The files can't start with a .dot, as the wildcard function wont find them. So this is fixed by removing the BUILD_DIR from the name.
2016-07-08Merge pull request #496 from fredizzimo/makefile_optimizationJack Humbert2-39/+22
Makefile optimization