Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2017-04-22 | Adding Right Layout | Ryan MacLean | |
2017-04-22 | Update keymap.c | Ryan MacLean | |
2017-04-22 | Initial Ortho Commit (LEFT SIDE) | Ryan MacLean | |
Using only one layer, and activating it with two keys at the moment. As with previous comments, this isn't final, but is a good starting point for a one-handed keyboard, half a Planck-like ortholinear keyboard, or a sample to show a layout with a function layer. | |||
2017-04-22 | Added lae3 keymap | Justin Frank | |
2017-04-22 | Added an additional clueboard layout. (#1252) | Solomon | |
* Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order | |||
2017-04-21 | Tweak the shift_fn keymap so it works | skullY | |
2017-04-19 | - Moved S60-X RGB in sub project for S60-X | dbroqua | |
2017-04-19 | Merge pull request #1246 from reversebias/master | Jack Humbert | |
Initial support for the Mitosis Keyboard | |||
2017-04-19 | Update readme.md | reversebias | |
2017-04-19 | Merge pull request #1245 from fredizzimo/fix_lcd_pin_configuration | Jack Humbert | |
Fix LCD SS pin configuration | |||
2017-04-19 | Merge pull request #1244 from ryanmaclean/patch-3 | Jack Humbert | |
Adding Maximized Keymap | |||
2017-04-19 | Merge pull request #1243 from Xyverz/master | Jack Humbert | |
Removed LT macros | |||
2017-04-19 | First Commit | cam | |
2017-04-19 | Delete temp | reversebias | |
2017-04-19 | Create temp | reversebias | |
2017-04-19 | Fix LCD SS pin configuration | Fred Sundvik | |
There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230. | |||
2017-04-18 | Adding Sample Max Layout | Ryan MacLean | |
2017-04-18 | Adding Maximized Keymap | Ryan MacLean | |
For use with grid layout pads. | |||
2017-04-18 | LT doesn't work with tri_layer. Removed it from this keymap. | Xyverz | |
2017-04-18 | swapped RAISE with LOWER in layer-tapping macros. | Xyverz | |
2017-04-18 | - Fixed bug in keymap for s60-X RGB | dbroqua | |
2017-04-18 | Merge pull request #1239 from priyadi/promethium | Jack Humbert | |
Keymap updates | |||
2017-04-18 | Merge pull request #1238 from priyadi/fauxclicky_fix | Jack Humbert | |
Faux clicky bug fixes | |||
2017-04-18 | Merge pull request #1236 from Xyverz/master | Jack Humbert | |
Revamp TV44 keymap. | |||
2017-04-18 | Merge pull request #1235 from siroken3/siroken3 | Jack Humbert | |
Siroken3 | |||
2017-04-19 | Fix Planck compatibility | Priyadi Iman Nurcahyo | |
2017-04-19 | Keymap updates and some adjustment for latest version of QMK | Priyadi Iman Nurcahyo | |
2017-04-19 | Faux clicky bug fixes | Priyadi Iman Nurcahyo | |
2017-04-19 | Promethium rev2 | Priyadi Iman Nurcahyo | |
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix | |||
2017-04-17 | Fixed a weird diff mishap. | Xyverz | |
2017-04-17 | Merge branch 'tv44_revamp' | Xyverz | |
2017-04-17 | Updated my TV44 keymap to be more planck-like. | Xyverz | |
Used the current default planck keymap as a guide. | |||
2017-04-17 | Merge pull request #1234 from whitef0x0/patch-1 | Jack Humbert | |
Fixed dvorak layout for Atreus50 | |||
2017-04-17 | Fixed dvorak layout for Atreus50 | David Baldwynn | |
2017-04-17 | Merge pull request #1228 from fitzsim/fix-keymap-yoruian-macro | Jack Humbert | |
Fix KEYMAP_YORUIAN macro |