summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-19add a couple of commentsPavlos Vinieratos1-0/+2
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos1-1/+1
2016-07-19add a bit of documentationPavlos Vinieratos1-3/+45
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos1-2/+2
dance happening, and in the normal case, it should be called when the tap down is happening.
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos2-36/+23
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos2-5/+59
when using tap dance, we have the `regular` callback that is called on the last tap. this commit adds an `anyway` callback that is called on every tap, and a `reset` callback that is called on reset of the tap dance taps.
2016-07-16in case its NULLPavlos Vinieratos1-1/+3
2016-07-14Merge pull request #489 from Skrymir/masterJack Humbert2-0/+213
New ergodox-ez layout
2016-07-14Merge pull request #515 from pvinis/reset-functionJack Humbert2-10/+16
extract reset keyboard into a function
2016-07-13extract reset keyboard into a functionPavlos Vinieratos2-10/+16
that makes it easy to call reset_keyboard() from a function in a keymap
2016-07-13Merge pull request #2 from jackhumbert/masterJoshua Colbeck82-786/+2969
Pull from upstream
2016-07-11Merge pull request #477 from Smilliam/masterJack Humbert3-1/+19
Canceling Space Cadet state with opposite shift key
2016-07-11Merge pull request #506 from stanleylai/masterJack Humbert2-0/+104
Added my custom keymap for Satan
2016-07-11Merge pull request #507 from ruiqimao/masterskullydazed4-17/+33
fixed clueboard LED pin assignments and matrix documentation
2016-07-11fixed clueboard LED pin assignments and matrix documentationRuiqi Mao4-17/+33
2016-07-11amended extraneous file editsSmilliam2-7/+1
2016-07-11Made rollover behavior for space cadet optionalSmilliam4-10/+26
2016-07-10Added my custom keymap for SatanStanley Lai2-0/+104
2016-07-10Merge pull request #505 from fredizzimo/documentation_fixJack Humbert1-3/+0
Remove out of place documentation, caused by ChibiOS merge
2016-07-10Remove out of place documentation, caused by ChibiOS mergeFred Sundvik1-3/+0
2016-07-10Merge pull request #502 from robotmaxtron/masterJack Humbert5-0/+544
Adding robotmaxtron's GH60 Keymap
2016-07-10Update keymap.cMax Whittingham1-3/+1
2016-07-10Merge pull request #500 from TerryMathews/masterJack Humbert1-0/+116
Establish Poker clone keymap for Satan
2016-07-09Merge pull request #1 from jackhumbert/masterTerryMathews10-47/+267
Catch up with jack's master
2016-07-09Establish Poker clone keymap for SatanTerryMathews1-0/+116
Maps all of the side-print legends on the stock Poker II keycaps that are feasible (doesn't support repeat rate toggling, Pmode recording).
2016-07-09Cleaning up repoMax Whittingham5-0/+546
2016-07-09Documents tap danceErez Zukerman1-0/+75
2016-07-08Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert1-10/+12
Fix make dependencies
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik1-9/+11
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
2016-07-08Fix name of makefile dep filesFred Sundvik1-1/+1
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.
2016-07-08Merge pull request #496 from fredizzimo/makefile_optimizationJack Humbert2-39/+22
Makefile optimization
2016-07-08Fix the link targetFred Sundvik1-1/+1
2016-07-08Don't run git describe for ever file that is builtFred Sundvik1-1/+1
2016-07-08Speed up compilation by not using recusive makeFred Sundvik1-38/+21
The cleaning is done outside the targets, by checking the requested target name.
2016-07-08Merge pull request #494 from robbiegill/masterJack Humbert7-1/+161
Port support for hhkb-jp from tmk
2016-07-08Merge pull request #493 from TerryMathews/masterJack Humbert12-595/+92
Create keycodes for RGB control functions
2016-07-08Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews1-1/+1
See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
2016-07-08Move return out of event if blockTerryMathews1-26/+26
According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware.
2016-07-08port missing support for hhkb-jp from tmkRobbie Gill7-1/+161
2016-07-08Fix cluepad and planckTerryMathews2-5/+5
2016-07-08Fix compile error on ClueboardTerryMathews1-2/+2
2016-07-08Create keycodes for RGB control functionsTerryMathews11-586/+83
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)
2016-07-07Merge pull request #491 from fredizzimo/keycode_fixesJack Humbert4-9/+7
Some fixes for keycode processing
2016-07-07Fix IS_CONSUMER macroFred Sundvik1-1/+1
2016-07-07Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik3-7/+5
2016-07-07Fix the range for consumer keysFred Sundvik1-1/+1
2016-07-07fixes quantum template (actually)Jack Humbert1-1/+1
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert17-74/+160
2016-07-07Merge pull request #490 from fredizzimo/integrate_visualizerJack Humbert26-39/+1626
Integrate visualizer for ChibiOS and Infinity Ergodox
2016-07-07corrects quantum templateJack Humbert1-1/+1