Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1284 from bigtunaIO/master | Jack Humbert | 2017-05-07 | 11 | -19/+450 |
|\ | | | | | [Bigtuna.IO] Updating Miuni32 Layouts | ||||
| * | Merge branch 'dev' | Adam Lee | 2017-05-07 | 9 | -12/+408 |
| |\ | |||||
| | * | [Miuni32] Rm accidentally committed file | Adam Lee | 2017-05-07 | 1 | -42/+0 |
| | | | |||||
| | * | Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev | Adam Lee | 2017-05-07 | 5 | -0/+191 |
| | |\ | |||||
| | | * | Merge branch 'master' into layouts/adam-lee | Adam YH Lee | 2017-04-16 | 42 | -72/+115 |
| | | |\ | |||||
| | | * | | Add a personal layout for adam | Adam YH Lee | 2017-04-16 | 5 | -0/+191 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Collectively we should keep on working on the "default" layout. I am adding my own layout to freely explore adjustments and new features. | ||||
| | * | | | Merge remote-tracking branch 'upstream/master' into dev | Adam Lee | 2017-05-07 | 123 | -459/+3724 |
| | |\ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | Modified ht_156 keymap | htang156 | 2017-04-27 | 1 | -9/+13 |
| | | | | | |||||
| | * | | | Added simple macros to test. | htang156 | 2017-04-16 | 1 | -9/+62 |
| | | | | | |||||
| | * | | | Added media layer for ht_156 | htang156 | 2017-04-16 | 1 | -3/+18 |
| | | | | | |||||
| | * | | | Added ht_156 keymap files | htang156 | 2017-04-16 | 4 | -0/+139 |
| | | | | | |||||
| | * | | | Merge branch 'master' into dev | Adam YH Lee | 2017-04-16 | 42 | -72/+115 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | * | | Replace RALT with RSFT | Adam YH Lee | 2017-04-16 | 1 | -2/+2 |
| | | | | |||||
| | * | | Added END and other keymap file formatting. | htang156 | 2017-04-16 | 1 | -13/+13 |
| | | | | |||||
| | * | | Added DEL and F1 to F12 keys | htang156 | 2017-04-16 | 1 | -6/+6 |
| | | | | |||||
| | * | | Added keymap commets to default layout. | htang156 | 2017-04-16 | 1 | -0/+36 |
| | | | | |||||
| | * | | Add TAB, N, LSFT on Layer 2 | Adam YH Lee | 2017-04-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add KC_T on Layer 2 | Adam YH Lee | 2017-04-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add LCTL + L on Layer 2 | Adam YH Lee | 2017-04-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' | Adam Lee | 2017-05-07 | 164 | -521/+3829 |
| |\ \ \ | |/ / / |/| / / | |/ / | |||||
* | | | Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix | Jack Humbert | 2017-05-04 | 2 | -8/+26 |
|\ \ \ | | | | | | | | | [ps2avrGB] Add KEYMAP without KC-prefix | ||||
| * | | | Use KC_KEYMAP for default-keymap | Thor77 | 2017-05-03 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | and remove obsolete explicit line-separator "\" | ||||
| * | | | Add KEYMAP without KC_##-prefix | Thor77 | 2017-05-03 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | and rename old variant to KEYMAP_KC | ||||
* | | | | Merge pull request #1273 from Vifon/pr_1267_fix | Jack Humbert | 2017-05-04 | 6 | -12/+270 |
|\ \ \ \ | | | | | | | | | | | Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267 | ||||
| * | | | | dynamic_macro.h: Fix an off-by-two error | Wojciech Siewierski | 2017-05-04 | 1 | -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. | ||||
| * | | | | dynamic_macro.h: Always toggle the backlight twice as a notification | Wojciech Siewierski | 2017-05-04 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | Apparently sometimes the backlight was toggled only once and it was left on. | ||||
| * | | | | dynamic_macro.h: Ignore all the initial key releases | Wojciech Siewierski | 2017-05-04 | 1 | -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. | ||||
| * | | | | Update vifon keymap to use `DYN_REC_STOP` | Weiyi Lou | 2017-04-30 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Add cinaeco hhkb keymap | Weiyi Lou | 2017-04-30 | 4 | -0/+252 |
| | | | | | |||||
| * | | | | Add `DYN_REC_STOP` to dynamic macros | Weiyi Lou | 2017-04-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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; } | ||||
* | | | | | revise HHKB bootloader_size to 4096 such that sw reset works (#1274) | tengg | 2017-05-04 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #1269 from ryanmaclean/patch-6 | Jack Humbert | 2017-05-01 | 1 | -6/+3 |
|\ \ \ \ | | | | | | | | | | | Cleaning Up Dockerfile Layers Per Official Docs | ||||
| * | | | | Cleaning Up Dockerfile Layers Per Official Docs | Ryan MacLean | 2017-04-30 | 1 | -6/+3 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ | ||||
* | | | | Merge pull request #1266 from ryanmaclean/patch-5 | Jack Humbert | 2017-04-30 | 2 | -0/+76 |
|\ \ \ \ | | | | | | | | | | | Adding AMJ60 ANSI Maximized Layout | ||||
| * | | | | Addind Sample Maxed Out Keymap | Ryan MacLean | 2017-04-29 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | Keeping hold space for fn1, adding three other user-mappable keys. | ||||
| * | | | | Adding Maximized Layout | Ryan MacLean | 2017-04-29 | 1 | -0/+15 |
| |/ / / | | | | | | | | | Both split shifts and HHKB split backspace. | ||||
* | | | | Merge pull request #1268 from priyadi/promethium | Jack Humbert | 2017-04-30 | 9 | -85/+215 |
|\ \ \ \ | | | | | | | | | | | Promethium keymap update | ||||
| * | | | | Simple RGB backlight theming | Priyadi Iman Nurcahyo | 2017-04-30 | 5 | -72/+161 |
| | | | | | |||||
| * | | | | Syntax fix | Priyadi Iman Nurcahyo | 2017-04-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵ | Priyadi Iman Nurcahyo | 2017-04-29 | 4 | -22/+55 |
| | | | | | | | | | | | | | | | | | | | | frequency | ||||
| * | | | | tune clicks | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' into promethium | Priyadi Iman Nurcahyo | 2017-04-19 | 8 | -71/+300 |
| |\ \ \ \ | |||||
| * | | | | | Fix LED sequence; bug fixes | Priyadi Iman Nurcahyo | 2017-04-19 | 2 | -10/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #1264 from fredizzimo/wsl_support | Jack Humbert | 2017-04-30 | 2 | -20/+26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add possibility to override the command to execute when flashing | ||||
| * | | | | | | Add possibility to override the command to execute when flashing | Fred Sundvik | 2017-04-29 | 2 | -20/+26 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | fixes s60_x keyboard | Jack Humbert | 2017-04-30 | 53 | -31/+44 |
| | | | | | | |||||
* | | | | | | Merge pull request #1263 from Dbroqua/master | Jack Humbert | 2017-04-30 | 5 | -62/+26 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fixed bugs for S60-X RGB version | ||||
| * | | | | | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware | dbroqua | 2017-04-29 | 92 | -234/+2831 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge pull request #21 from qmk/master | Damien | 2017-04-29 | 92 | -234/+2831 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | Merge from QMK | ||||
* | | | | | | | Merge pull request #1259 from laelath/master | Jack Humbert | 2017-04-26 | 2 | -11/+121 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added a proper README to the lae3 keymap |