aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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: 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-01Merge pull request #1269 from ryanmaclean/patch-6Gravatar Jack Humbert
Cleaning Up Dockerfile Layers Per Official Docs
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
2017-04-30Update vifon keymap to use `DYN_REC_STOP`Gravatar Weiyi Lou
2017-04-30Add cinaeco hhkb keymapGravatar Weiyi Lou
2017-04-30Add `DYN_REC_STOP` to dynamic macrosGravatar 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-29Addind Sample Maxed Out KeymapGravatar Ryan MacLean
Keeping hold space for fn1, adding three other user-mappable keys.
2017-04-29Adding Maximized LayoutGravatar Ryan MacLean
Both split shifts and HHKB split backspace.
2017-04-29Add possibility to override the command to execute when flashingGravatar Fred Sundvik
2017-04-29Merge branch 'master' of https://github.com/Dbroqua/qmk_firmwareGravatar dbroqua
2017-04-29Merge pull request #21 from qmk/masterGravatar Damien
Merge from QMK
2017-04-29- Fixed bugs in rules.mk for S60-XGravatar dbroqua
- Updated dbroqua layout for S60-X (added backlight)
2017-04-29Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click ↵Gravatar Priyadi Iman Nurcahyo
frequency
2017-04-26Merge pull request #1259 from laelath/masterGravatar Jack Humbert
Added a proper README to the lae3 keymap
2017-04-26Expanded lae3 keymap readmeGravatar laelath
2017-04-26Merge pull request #1258 from smt/smt/hhkbGravatar Jack Humbert
Add smt keymap for HHKB
2017-04-25Merge pull request #1231 from Dbroqua/masterGravatar Jack Humbert
S60-X RGB support
2017-04-25Merge pull request #1253 from laelath/masterGravatar Jack Humbert
Added lae3 keymap
2017-04-25Merge pull request #1255 from ryanmaclean/patch-4Gravatar Jack Humbert
Initial Ortholinear Commit for AMJPad
2017-04-25Merge pull request #1257 from MachineIndustries/keyboards/M10AGravatar Jack Humbert
Add RAMA x Machine Industries M10A to the keyboards directory
2017-04-25Add RAMA x Machine Industries M10A to the keyboards directoryGravatar Josh Black
2017-04-24Add smt keymap for HHKBGravatar Stephen Tudor
2017-04-23Switched Alt and GUI key placesGravatar Justin Frank
2017-04-22Adding Right LayoutGravatar Ryan MacLean
2017-04-22Update keymap.cGravatar Ryan MacLean
2017-04-22Initial Ortho Commit (LEFT SIDE)Gravatar 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-22Added lae3 keymapGravatar Justin Frank
2017-04-22Added an additional clueboard layout. (#1252)Gravatar Solomon
* Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order
2017-04-21Tweak the shift_fn keymap so it worksGravatar skullY
2017-04-19- Moved S60-X RGB in sub project for S60-XGravatar dbroqua
2017-04-19Merge pull request #1246 from reversebias/masterGravatar Jack Humbert
Initial support for the Mitosis Keyboard
2017-04-19Update readme.mdGravatar reversebias
2017-04-19Merge pull request #1245 from fredizzimo/fix_lcd_pin_configurationGravatar Jack Humbert
Fix LCD SS pin configuration
2017-04-19Merge pull request #1244 from ryanmaclean/patch-3Gravatar Jack Humbert
Adding Maximized Keymap
2017-04-19Merge pull request #1243 from Xyverz/masterGravatar Jack Humbert
Removed LT macros
2017-04-19First CommitGravatar cam
2017-04-19Delete tempGravatar reversebias
2017-04-19Create tempGravatar reversebias
2017-04-19tune clicksGravatar Priyadi Iman Nurcahyo