Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-07 | Merge pull request #1280 from tobsn/patch-1 | Jack Humbert | |
lowercase .jpg | |||
2017-05-07 | Merge pull request #1282 from coderkun/coderkun_neo2 | Jack Humbert | |
Merge changes for coderkun’s Neo2 layout | |||
2017-05-07 | Merge pull request #1284 from bigtunaIO/master | Jack Humbert | |
[Bigtuna.IO] Updating Miuni32 Layouts | |||
2017-05-07 | Merge branch 'dev' | Adam Lee | |
2017-05-07 | [Miuni32] Rm accidentally committed file | Adam Lee | |
2017-05-07 | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | Adam Lee | |
2017-05-07 | Merge remote-tracking branch 'upstream/master' | Adam Lee | |
2017-05-07 | Merge remote-tracking branch 'upstream/master' into dev | Adam Lee | |
2017-05-06 | Update README for keymap “coderkun_neo2” | coderkun | |
2017-05-06 | Merge tag '0.5.43' into coderkun_neo2 | coderkun | |
2017-05-06 | Fix F-keys on right hand to start on first key | coderkun | |
2017-05-05 | lowercase .jpg I think | Tobias O | |
i guess that fixes the image link - currently its broken | |||
2017-05-04 | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | Jack Humbert | |
[ps2avrGB] Add KEYMAP without KC-prefix | |||
2017-05-04 | Merge pull request #1273 from Vifon/pr_1267_fix | Jack Humbert | |
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267 | |||
2017-05-04 | revise HHKB bootloader_size to 4096 such that sw reset works (#1274) | tengg | |
2017-05-04 | dynamic_macro.h: Fix an off-by-two error | 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-04 | dynamic_macro.h: Always toggle the backlight twice as a notification | Wojciech Siewierski | |
Apparently sometimes the backlight was toggled only once and it was left on. | |||
2017-05-04 | dynamic_macro.h: Ignore all the initial key releases | 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-03 | Use KC_KEYMAP for default-keymap | Thor77 | |
and remove obsolete explicit line-separator "\" | |||
2017-05-03 | Add KEYMAP without KC_##-prefix | Thor77 | |
and rename old variant to KEYMAP_KC | |||
2017-05-01 | Merge pull request #1269 from ryanmaclean/patch-6 | Jack Humbert | |
Cleaning Up Dockerfile Layers Per Official Docs | |||
2017-04-30 | Cleaning Up Dockerfile Layers Per Official Docs | 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-30 | Merge pull request #1266 from ryanmaclean/patch-5 | Jack Humbert | |
Adding AMJ60 ANSI Maximized Layout | |||
2017-04-30 | Merge pull request #1268 from priyadi/promethium | Jack Humbert | |
Promethium keymap update | |||
2017-04-30 | Merge pull request #1264 from fredizzimo/wsl_support | Jack Humbert | |
Add possibility to override the command to execute when flashing | |||
2017-04-30 | fixes s60_x keyboard | Jack Humbert | |
2017-04-30 | Merge pull request #1263 from Dbroqua/master | Jack Humbert | |
Fixed bugs for S60-X RGB version | |||
2017-04-30 | Simple RGB backlight theming | Priyadi Iman Nurcahyo | |
2017-04-30 | Syntax fix | Priyadi Iman Nurcahyo | |
2017-04-30 | Update vifon keymap to use `DYN_REC_STOP` | Weiyi Lou | |
2017-04-30 | Add cinaeco hhkb keymap | Weiyi Lou | |
2017-04-30 | Add `DYN_REC_STOP` to dynamic macros | Weiyi Lou | |
Dynamic macro functionality is modified to check for `DYN_REC_STOP`, so that macro recording can be stopped with a designated key combination (e.g. `qs` or anything) instead of mandating the use of a `_DYN` layer. `_DYN` layer stopping can still be done by passing `DYN_REC_STOP` within `process_record_user()`: bool process_record_user(uint16_t keycode, keyrecord_t *record) { uint16_t macro_kc = (keycode == MO(_DYN) ? DYN_REC_STOP : keycode); if (!process_record_dynamic_macro(macro_kc, record)) { return false; } return true; } | |||
2017-04-29 | Addind Sample Maxed Out Keymap | Ryan MacLean | |
Keeping hold space for fn1, adding three other user-mappable keys. | |||
2017-04-29 | Adding Maximized Layout | Ryan MacLean | |
Both split shifts and HHKB split backspace. | |||
2017-04-29 | Add possibility to override the command to execute when flashing | Fred Sundvik | |
2017-04-29 | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware | dbroqua | |
2017-04-29 | Merge pull request #21 from qmk/master | Damien | |
Merge from QMK | |||
2017-04-29 | - Fixed bugs in rules.mk for S60-X | dbroqua | |
- Updated dbroqua layout for S60-X (added backlight) | |||
2017-04-29 | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | |
frequency | |||
2017-04-27 | Modified ht_156 keymap | htang156 | |
2017-04-26 | Merge pull request #1259 from laelath/master | Jack Humbert | |
Added a proper README to the lae3 keymap | |||
2017-04-26 | Expanded lae3 keymap readme | laelath | |
2017-04-26 | Merge pull request #1258 from smt/smt/hhkb | Jack Humbert | |
Add smt keymap for HHKB | |||
2017-04-25 | Merge pull request #1231 from Dbroqua/master | Jack Humbert | |
S60-X RGB support | |||
2017-04-25 | Merge pull request #1253 from laelath/master | Jack Humbert | |
Added lae3 keymap | |||
2017-04-25 | Merge pull request #1255 from ryanmaclean/patch-4 | Jack Humbert | |
Initial Ortholinear Commit for AMJPad | |||
2017-04-25 | Merge pull request #1257 from MachineIndustries/keyboards/M10A | Jack Humbert | |
Add RAMA x Machine Industries M10A to the keyboards directory | |||
2017-04-25 | Add RAMA x Machine Industries M10A to the keyboards directory | Josh Black | |
2017-04-24 | Add smt keymap for HHKB | Stephen Tudor | |
2017-04-23 | Switched Alt and GUI key places | Justin Frank | |