aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-10reorder mailbox msg data; formattingGravatar jpetermans
2017-05-08remove breath functions from keymapGravatar jpetermans
2017-05-08last readme fixGravatar jpetermans
2017-05-08third readme fix attemptGravatar jpetermans
2017-05-08readme fixGravatar jpetermans
2017-05-08documentation cleanupGravatar jpetermans
2017-05-08Merge branch 'user_led_configuration' of ↵Gravatar jpetermans
https://github.com/jpetermans/qmk_firmware into user_led_configuration Conflicts: keyboards/infinity60/led_controller.c keyboards/infinity60/led_controller.h
2017-05-08Merge remote-tracking branch 'upstream/master' into user_led_configurationGravatar jpetermans
2017-05-08updated keymap for new led functionsGravatar jpetermans
2017-05-08minor change on lock ledsGravatar jpetermans
2017-05-08CLeaned out debug codeGravatar jpetermans
2017-05-08small code cleanupGravatar jpetermans
2017-05-07Merge pull request #1279 from awpr/masterGravatar Erez Zukerman
Change to per-key eager debouncing for ErgoDox EZ.
2017-05-07Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypressesGravatar Jack Humbert
dynamic macros: Trim the trailing modifiers; further cleanup
2017-05-07Merge pull request #1278 from shieldsd/masterGravatar Jack Humbert
Add new keymap for dshields.
2017-05-07Merge pull request #1280 from tobsn/patch-1Gravatar Jack Humbert
lowercase .jpg
2017-05-07Merge pull request #1282 from coderkun/coderkun_neo2Gravatar Jack Humbert
Merge changes for coderkun’s Neo2 layout
2017-05-07Merge pull request #1284 from bigtunaIO/masterGravatar Jack Humbert
[Bigtuna.IO] Updating Miuni32 Layouts
2017-05-07Merge branch 'dev'Gravatar Adam Lee
2017-05-07[Miuni32] Rm accidentally committed fileGravatar Adam Lee
2017-05-07Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into devGravatar Adam Lee
2017-05-07Merge remote-tracking branch 'upstream/master'Gravatar Adam Lee
2017-05-07Merge remote-tracking branch 'upstream/master' into devGravatar Adam Lee
2017-05-06Update README for keymap “coderkun_neo2”Gravatar coderkun
2017-05-06Merge tag '0.5.43' into coderkun_neo2Gravatar coderkun
2017-05-06Fix F-keys on right hand to start on first keyGravatar coderkun
2017-05-05lowercase .jpg I thinkGravatar Tobias O
i guess that fixes the image link - currently its broken
2017-05-05Add new keymap for dshields.Gravatar Daniel Shields
2017-05-05dynamic_macro.h: Do not use backlight_toggle if backlight is disabledGravatar Wojciech Siewierski
Fixes #1199.
2017-05-04dynamic_macro.h: Add debug logsGravatar Wojciech Siewierski
2017-05-04dynamic_macro.h: Make the documentation more clearGravatar Wojciech Siewierski
2017-05-04Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefixGravatar Jack Humbert
[ps2avrGB] Add KEYMAP without KC-prefix
2017-05-04Merge pull request #1273 from Vifon/pr_1267_fixGravatar Jack Humbert
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)Gravatar tengg
2017-05-04dynamic_macro.h: Do not save the keys being held when stopping the recordingGravatar Wojciech Siewierski
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 errorGravatar Wojciech Siewierski
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 notificationGravatar Wojciech Siewierski
Apparently sometimes the backlight was toggled only once and it was left on.
2017-05-04dynamic_macro.h: Ignore all the initial key releasesGravatar Wojciech Siewierski
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-keymapGravatar Thor77
and remove obsolete explicit line-separator "\"
2017-05-03Add KEYMAP without KC_##-prefixGravatar Thor77
and rename old variant to KEYMAP_KC
2017-05-01Merge pull request #1269 from ryanmaclean/patch-6Gravatar Jack Humbert
Cleaning Up Dockerfile Layers Per Official Docs
2017-04-30Testing initial blink supportGravatar jpetermans
2017-04-30Cleaning Up Dockerfile Layers Per Official DocsGravatar Ryan MacLean
From the official docs: ``` Note: The official Debian and Ubuntu images automatically run apt-get clean, so explicit invocation is not required. ``` Also added ` && rm -rf /var/lib/apt/lists/*` as part of the install line which probably does what was intended (no need to make a new layer). Added apt-get update to the RUN payload, as it should be part of the same layer. Both are documented here: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
2017-04-30Merge pull request #1266 from ryanmaclean/patch-5Gravatar Jack Humbert
Adding AMJ60 ANSI Maximized Layout
2017-04-30Merge pull request #1268 from priyadi/promethiumGravatar Jack Humbert
Promethium keymap update
2017-04-30Merge pull request #1264 from fredizzimo/wsl_supportGravatar Jack Humbert
Add possibility to override the command to execute when flashing
2017-04-30fixes s60_x keyboardGravatar Jack Humbert
2017-04-30Merge pull request #1263 from Dbroqua/masterGravatar Jack Humbert
Fixed bugs for S60-X RGB version
2017-04-30Simple RGB backlight themingGravatar Priyadi Iman Nurcahyo
2017-04-30Syntax fixGravatar Priyadi Iman Nurcahyo