summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20Adjusted Atreus KEYMAP() function.Joshua T1-5/+5
This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
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
2016-07-07Move the visualizer_user file to keymap folderFred Sundvik2-3/+8
Also rename it to visualizer.c
2016-07-07Delete lcd_backlight_hal.cFred Sundvik3-87/+65
The functionality can now be found in the infinity_erogodox.c file instead.
2016-07-07Add suspend support to the ChibiOS visualizerFred Sundvik1-0/+7
2016-07-07Fix the SERIAL_LINK_ENABLE macro in VisualizerFred Sundvik1-5/+5
Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
2016-07-07Fix visualizer crash at startupFred Sundvik3-6/+5
Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized
2016-07-07Makefile fixes and update of VisualizerFred Sundvik5-7/+29