summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* feature: add basic doc about how a keyboard works on USBJiehong Ma2016-07-31
| | | | This comes from the discussion on #520
* Merge pull request #489 from Skrymir/masterJack Humbert2016-07-14
|\ | | | | New ergodox-ez layout
| * Merge pull request #2 from jackhumbert/masterJoshua Colbeck2016-07-12
| |\ | | | | | | Pull from upstream
| * \ Merge branch 'master' of https://github.com/Skrymir/qmk_firmwareJosh Colbeck2016-07-06
| |\ \
| | * \ Merge pull request #1 from Skrymir/patch-1Joshua Colbeck2016-07-06
| | |\ \ | | | | | | | | | | add ergodox layout
| | | * | Changed layer switching to momentaryJosh Colbeck2016-07-06
| | | | | | | | | | | | | | | | | | | | corrected macro
| | | * | Merge remote-tracking branch 'jackhumbert/master' into patch-1Josh Colbeck2016-07-04
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'jackhumbert/master' into patch-1Josh Colbeck2016-07-04
| | | |\ \ \
| | | * | | | Added macro and readmeJosh Colbeck2016-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | macros to for often used eclipse shortcuts
| | | * | | | Added new keymapJosh Colbeck2016-07-04
| | | | | | |
| | | * | | | Revert "Changed layout of left hand main layer"Josh Colbeck2016-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8149924399cf3d31d80444a10477a29f53a4990e.
| | | * | | | Changed layout of left hand main layerJoshua Colbeck2016-07-03
| | |/ / / /
* | | | | | Merge pull request #515 from pvinis/reset-functionJack Humbert2016-07-14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | extract reset keyboard into a function
| * | | | | extract reset keyboard into a functionPavlos Vinieratos2016-07-13
|/ / / / / | | | | | | | | | | | | | | | that makes it easy to call reset_keyboard() from a function in a keymap
* | | | | Merge pull request #477 from Smilliam/masterJack Humbert2016-07-11
|\ \ \ \ \ | | | | | | | | | | | | Canceling Space Cadet state with opposite shift key
| * | | | | amended extraneous file editsSmilliam2016-07-10
| | | | | |
| * | | | | Made rollover behavior for space cadet optionalSmilliam2016-07-10
| | | | | |
| * | | | | fixed indentation.Smilliam2016-07-04
| | | | | |
| * | | | | Allow Space Cadet state to be canceled by alternate Shift keySmilliam2016-07-04
| | |_|_|/ | |/| | | | | | | | | | | | | Allows you to press RSHIFT to cancel the insertion of a "(" when holding down LSHIFT. Alternatively, allows you to press LSHIFT to cancel the insertion of a ")" when holding down RSHIFT. This change enables you to renege from outputting a character should you press a shift key erroneously.
* | | | | Merge pull request #506 from stanleylai/masterJack Humbert2016-07-11
|\ \ \ \ \ | | | | | | | | | | | | Added my custom keymap for Satan
| * | | | | Added my custom keymap for SatanStanley Lai2016-07-10
| | | | | |
* | | | | | Merge pull request #507 from ruiqimao/masterskullydazed2016-07-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fixed clueboard LED pin assignments and matrix documentation
| * | | | | fixed clueboard LED pin assignments and matrix documentationRuiqi Mao2016-07-11
|/ / / / /
* | | | | Merge pull request #505 from fredizzimo/documentation_fixJack Humbert2016-07-10
|\ \ \ \ \ | | | | | | | | | | | | Remove out of place documentation, caused by ChibiOS merge
| * | | | | Remove out of place documentation, caused by ChibiOS mergeFred Sundvik2016-07-10
| | | | | |
* | | | | | Merge pull request #502 from robotmaxtron/masterJack Humbert2016-07-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding robotmaxtron's GH60 Keymap
| * | | | | | Update keymap.cMax Whittingham2016-07-09
| | | | | | |
| * | | | | | Cleaning up repoMax Whittingham2016-07-09
|/ / / / / /
* | | | | | Merge pull request #500 from TerryMathews/masterJack Humbert2016-07-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Establish Poker clone keymap for Satan
| * \ \ \ \ \ Merge pull request #1 from jackhumbert/masterTerryMathews2016-07-09
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | Catch up with jack's master
* | | | | | | Documents tap danceErez Zukerman2016-07-08
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert2016-07-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix make dependencies
| * | | | | | Use order only prerequisites to avoid re-linkingFred Sundvik2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The prerequisites at the start of the build process are order-only so that the trget don't link again. Also added as a dependency to the compilation to force the messages to be printed at the start
| * | | | | | Fix name of makefile dep filesFred Sundvik2016-07-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files can't start with a .dot, as the wildcard function wont find them. So this is fixed by removing the BUILD_DIR from the name.
* | | | | | Merge pull request #496 from fredizzimo/makefile_optimizationJack Humbert2016-07-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Makefile optimization
| * | | | | | Fix the link targetFred Sundvik2016-07-08
| | | | | | |
| * | | | | | Don't run git describe for ever file that is builtFred Sundvik2016-07-08
| | | | | | |
| * | | | | | Speed up compilation by not using recusive makeFred Sundvik2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cleaning is done outside the targets, by checking the requested target name.
* | | | | | | Merge pull request #494 from robbiegill/masterJack Humbert2016-07-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Port support for hhkb-jp from tmk
| * | | | | | | port missing support for hhkb-jp from tmkRobbie Gill2016-07-07
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #493 from TerryMathews/masterJack Humbert2016-07-08
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Create keycodes for RGB control functions
| | | * | | | Establish Poker clone keymap for SatanTerryMathews2016-07-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording).
| * | | | | Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
| * | | | | Move return out of event if blockTerryMathews2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware.
| * | | | | Fix cluepad and planckTerryMathews2016-07-07
| | | | | |
| * | | | | Fix compile error on ClueboardTerryMathews2016-07-07
| | | | | |
| * | | | | Create keycodes for RGB control functionsTerryMathews2016-07-07
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
* | | | | Merge pull request #491 from fredizzimo/keycode_fixesJack Humbert2016-07-07
|\ \ \ \ \ | | | | | | | | | | | | Some fixes for keycode processing
| * | | | | Fix IS_CONSUMER macroFred Sundvik2016-07-07
| | | | | |
| * | | | | Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik2016-07-07
| | | | | |