summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-17Update Base Layer comment to match new layout.Will Wolff-Myren1-1/+1
2016-07-17[BASE]: KC_MINS -> KC_GRVWill Wolff-Myren1-1/+1
2016-07-17RSpec: KC_EQL -> KC_MINSWill Wolff-Myren1-2/+2
2016-07-17LSpec: KC_GRV -> KC_EQLWill Wolff-Myren1-2/+2
2016-07-17Update .gitignore to include VSCode setting.Will Wolff-Myren1-0/+1
2016-07-14Replaced ordinary-media.{png|json} with new media layoutWill Wolff-Myren4-27/+436
2016-07-14Replaced ordinary-symbol.{png|json} with new base layout.Will Wolff-Myren5-29/+430
2016-07-14Replaced ordinary-base.{png|json} with new base layout.Will Wolff-Myren4-27/+452
2016-07-14Replaced readme.md with stubWill Wolff-Myren1-92/+5
(incl. reference to original layout)
2016-07-13Created "teckinesis" keymap folderWill Wolff-Myren10-0/+665
(Based on "ordinary" keymap by Nicholas Keene)
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
2016-07-07Move the visualizer_user file to keymap folderFred Sundvik2-3/+8
Also rename it to visualizer.c