summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-14a bit smallerJeremiah1-6/+6
2017-05-14a bit smallerJeremiah1-18/+35
2017-05-13improvementsJeremiah2-24/+16
2017-05-13Updates SUMMARY.mdJack Humbert1-1/+1
Auto commit by GitBook Editor
2017-05-13Updates SUMMARY.mdJack Humbert1-0/+7
Auto commit by GitBook Editor
2017-05-13Updates book.jsonJack Humbert1-1/+3
Auto commit by GitBook Editor
2017-05-13Updates book.jsonJack Humbert1-0/+3
Auto commit by GitBook Editor
2017-05-13Updates Home.mdJack Humbert1-53/+62
Auto commit by GitBook Editor
2017-05-13Updates readme.mdJack Humbert1-5/+8
Auto commit by GitBook Editor
2017-05-13anti-ghost improvement for older keyboards with empty spots in matrixJeremiah2-7/+31
2017-05-13Merge pull request #1 from qmk/masterbarrar78-230/+932
pull
2017-05-12Merge pull request #1297 from khogeland/satan-colemakJack Humbert3-0/+120
Colemak layout for GH60 Satan
2017-05-12Merge pull request #1291 from adzenith/persistentJack Humbert58-198/+198
Fix spelling of "persistent"
2017-05-12Colemak layout GH60 SatanKevin Hogeland3-0/+120
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein58-198/+198
Fixes #1201.
2017-05-11Merge pull request #1283 from TerryMathews/masterJack Humbert11-0/+544
Establish support for Bathroom Epiphanies Tiger Lily controller
2017-05-11Merge pull request #1288 from Nephiel/led-set-on-layer-changeJack Humbert1-0/+15
Call led_set for layer action events to update LEDs on layer changes
2017-05-11Merge pull request #1290 from shieldsd/masterJack Humbert5-32/+55
Add new features to dshields keymap.
2017-05-11Add new features to dshields keymap.Daniel Shields5-32/+55
- one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image.
2017-05-10Call led_set for layer action events to update LEDs on layer changesNephiel1-0/+15
2017-05-09Add smt keymap for Clueboard (HHKB-style layout) (#1286)Stephen Tudor3-0/+211
* Add keymap for smt Clueboard (HHKB layout) * Add readme for smt Clueboard (HHKB) keymap * Flesh out the keymap a bit more to support Colemak & Dvorak * Update README with layout image
2017-05-08Merge pull request #1279 from awpr/masterErez Zukerman2-26/+38
Change to per-key eager debouncing for ErgoDox EZ.
2017-05-08Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypressesJack Humbert1-5/+52
dynamic macros: Trim the trailing modifiers; further cleanup
2017-05-08Merge pull request #1278 from shieldsd/masterJack Humbert3-0/+132
Add new keymap for dshields.
2017-05-08Merge pull request #1280 from tobsn/patch-1Jack Humbert1-1/+1
lowercase .jpg
2017-05-08Merge pull request #1282 from coderkun/coderkun_neo2Jack Humbert2-38/+137
Merge changes for coderkun’s Neo2 layout
2017-05-08Merge pull request #1284 from bigtunaIO/masterJack Humbert11-19/+450
[Bigtuna.IO] Updating Miuni32 Layouts
2017-05-08Fix compile errorTerryMathews1-0/+2
2017-05-07Merge branch 'dev'Adam Lee9-12/+408
2017-05-07[Miuni32] Rm accidentally committed fileAdam Lee1-42/+0
2017-05-07Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devAdam Lee5-0/+191
2017-05-07Merge remote-tracking branch 'upstream/master'Adam Lee164-521/+3829
2017-05-07Merge remote-tracking branch 'upstream/master' into devAdam Lee123-459/+3724
2017-05-07Establish support for Bathroom Epiphanies Tiger Lily controllerTerryMathews11-0/+542
Replacement controller for Filco Majestouch 2 104 key keyboard. BE advises code will also work with the Black Petal controller - I don't have one to test with. Tests working perfectly on my Filco.
2017-05-06Update README for keymap “coderkun_neo2”coderkun1-9/+2
2017-05-06Merge tag '0.5.43' into coderkun_neo2coderkun266-2009/+8608
2017-05-06Fix F-keys on right hand to start on first keycoderkun1-1/+1
2017-05-05lowercase .jpg I thinkTobias O1-1/+1
i guess that fixes the image link - currently its broken
2017-05-05Add new keymap for dshields.Daniel Shields3-0/+132
2017-05-05dynamic_macro.h: Do not use backlight_toggle if backlight is disabledWojciech Siewierski1-0/+2
Fixes #1199.
2017-05-04dynamic_macro.h: Add debug logsWojciech Siewierski1-0/+30
2017-05-04dynamic_macro.h: Make the documentation more clearWojciech Siewierski1-2/+5
2017-05-04Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefixJack Humbert2-8/+26
[ps2avrGB] Add KEYMAP without KC-prefix
2017-05-04Merge pull request #1273 from Vifon/pr_1267_fixJack Humbert6-12/+270
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267
2017-05-04revise HHKB bootloader_size to 4096 such that sw reset works (#1274)tengg1-1/+1
2017-05-04dynamic_macro.h: Do not save the keys being held when stopping the recordingWojciech Siewierski1-3/+15
More specifically, we save them and then place the `macro_end` pointer before them so they are essentially ignored and the other macro may freely overwrite them.
2017-05-04dynamic_macro.h: Fix an off-by-two errorWojciech Siewierski1-3/+3
We need to check whether we just passed the after-the-end point of the other macro. Instead we were checking whether we are going to reach it now.
2017-05-04dynamic_macro.h: Always toggle the backlight twice as a notificationWojciech Siewierski1-3/+1
Apparently sometimes the backlight was toggled only once and it was left on.
2017-05-04dynamic_macro.h: Ignore all the initial key releasesWojciech Siewierski1-2/+9
Right after the user initiates the macro recording, they usually need to release some keys used to access the DYN_REC_START layers. It makes sense to ignore them. Note: The keys used to access the DYN_REC_STOP key are *not* ignored.
2017-05-03Use KC_KEYMAP for default-keymapThor771-8/+8
and remove obsolete explicit line-separator "\"