aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-17[BASE]: Meh, Hyper now have symbols on both sidesGravatar Will Wolff-Myren
Left: MEH_T(KC_BSLS),ALL_T(KC_SLSH) Right: ALL_T(KC_LBRC),MEH_T(KC_RBRC)
2016-07-17new modifier "J" is crtlGravatar Toni
2016-07-17Update Base Layer comment to match new layout.Gravatar Will Wolff-Myren
2016-07-17[BASE]: KC_MINS -> KC_GRVGravatar Will Wolff-Myren
2016-07-17RSpec: KC_EQL -> KC_MINSGravatar Will Wolff-Myren
2016-07-17LSpec: KC_GRV -> KC_EQLGravatar Will Wolff-Myren
2016-07-17Update readme. My layout optimized for emacs & vimGravatar Mazin Bokhari
2016-07-17Update readme. My layout optimized for emacs & vimGravatar Mazin Bokhari
2016-07-17Update .gitignore to include VSCode setting.Gravatar Will Wolff-Myren
2016-07-17Merge branch 'master' of https://github.com/mazinbokhari/qmk_firmwareGravatar Mazin Bokhari
2016-07-17Add caps lock; sucks that there is no light for it...Gravatar Mazin Bokhari
2016-07-17Remove more keysGravatar Mazin Bokhari
2016-07-17Move dot in symbol layerGravatar Mazin Bokhari
2016-07-17Move modifier kyes aroundGravatar Mazin Bokhari
2016-07-17Remove more unnecessary buttonsGravatar Mazin Bokhari
2016-07-17Add page up/down and home/end to arrowGravatar Mazin Bokhari
2016-07-17Change visualGravatar Mazin Bokhari
2016-07-17Reorganize media keysGravatar Mazin Bokhari
2016-07-17Remove unnecessary modifiersGravatar Mazin Bokhari
2016-07-17Edit visual keymapGravatar Mazin Bokhari
2016-07-17Add arrow keys to layerGravatar Mazin Bokhari
2016-07-17Minor changesGravatar Mazin Bokhari
2016-07-17Add empty arrow layer, reorder some keys in media, map layer keysGravatar Mazin Bokhari
2016-07-17don't believe the hex files are posted to qmk.fmGravatar Seth Chandler
2016-07-17helper file for me to stay up-to-date with masterGravatar Toni
2016-07-17changes needed for a ISO satan PCB including a split right-shift keyGravatar Toni
2016-07-17update more non-existent readmes for QMK.fmGravatar Seth Chandler
2016-07-17update broken linkGravatar Seth Chandler
2016-07-17update audio linksGravatar Seth Chandler
2016-07-17update tmk linkGravatar Seth Chandler
2016-07-17update link to Vagrant docfileGravatar Seth Chandler
2016-07-17update readmes in certain directories to work with qmk.fmGravatar Seth Chandler
2016-07-17change naming, and remove extraneous definitionGravatar Pavlos Vinieratos
2016-07-16add custom makefile for sethbc keymapGravatar Seth Chandler
2016-07-16update makefile to default to no virtual dip switchesGravatar Seth Chandler
2016-07-16update readme imagesGravatar Seth Chandler
2016-07-16Fix erroneous characterGravatar Jonathan Lucas
Must have been keeb testing :)
2016-07-16Added CMD60 keymapGravatar Jonathan Lucas
2016-07-15Merge branch 'master' of https://github.com/replicaJunction/qmk_firmwareGravatar Joshua T
2016-07-15Added default layer switch QWERTY to ColemakGravatar Joshua T
2016-07-15Added default layer switch QWERTY to ColemakGravatar Joshua T
2016-07-15Fixed a merge conflictGravatar Joshua T
2016-07-16add an `anyway` and a `reset` callbackGravatar Pavlos Vinieratos
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 NULLGravatar Pavlos Vinieratos
2016-07-15Further simplyfying the docker usageGravatar Erik Dasque
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 & documentationGravatar Erik Dasque
2016-07-15Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar Christopher Browne
2016-07-15Fix OS X Recognizing keyboard as Mouse/TabletGravatar Travis La Marr
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 bootloaderGravatar Travis La Marr
Added a loop for waiting for the keyboard to be put in bootloader mode, rather than failing out. Makes building keymaps easier.
2016-07-15Merge remote-tracking branch 'upstream/master'Gravatar Joshua T