summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-20Created readme and added screenshotsJoshua T
2016-07-19Modified Atreus layout to account for keymap() functionJoshua T
2016-07-19Adjusted Atreus KEYMAP() function.Joshua T
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-19Added Gaming layer and removed DvorakJoshua T
Also added tap/hold functions on central keys
2016-07-15Merge branch 'master' of https://github.com/replicaJunction/qmk_firmwareJoshua T
2016-07-15Added default layer switch QWERTY to ColemakJoshua T
2016-07-15Added default layer switch QWERTY to ColemakJoshua T
2016-07-15Fixed a merge conflictJoshua T
2016-07-15Merge remote-tracking branch 'upstream/master'Joshua T
2016-07-14Merge pull request #489 from Skrymir/masterJack Humbert
New ergodox-ez layout
2016-07-14Merge pull request #515 from pvinis/reset-functionJack Humbert
extract reset keyboard into a function
2016-07-13Corrected merge conflictJoshua T
2016-07-13Created replicaJunction keymaps.Joshua T
2016-07-13extract reset keyboard into a functionPavlos Vinieratos
that makes it easy to call reset_keyboard() from a function in a keymap
2016-07-12Merge pull request #2 from jackhumbert/masterJoshua Colbeck
Pull from upstream
2016-07-11Created replicaJunction keymaps.Joshua T
2016-07-11Merge pull request #477 from Smilliam/masterJack Humbert
Canceling Space Cadet state with opposite shift key
2016-07-11Merge pull request #506 from stanleylai/masterJack Humbert
Added my custom keymap for Satan
2016-07-11Merge pull request #507 from ruiqimao/masterskullydazed
fixed clueboard LED pin assignments and matrix documentation
2016-07-11fixed clueboard LED pin assignments and matrix documentationRuiqi Mao
2016-07-10amended extraneous file editsSmilliam
2016-07-10Made rollover behavior for space cadet optionalSmilliam
2016-07-10Added my custom keymap for SatanStanley Lai
2016-07-10Merge pull request #505 from fredizzimo/documentation_fixJack Humbert
Remove out of place documentation, caused by ChibiOS merge
2016-07-10Remove out of place documentation, caused by ChibiOS mergeFred Sundvik
2016-07-09Merge pull request #502 from robotmaxtron/masterJack Humbert
Adding robotmaxtron's GH60 Keymap
2016-07-09Update keymap.cMax Whittingham
2016-07-09Merge pull request #500 from TerryMathews/masterJack Humbert
Establish Poker clone keymap for Satan
2016-07-09Merge pull request #1 from jackhumbert/masterTerryMathews
Catch up with jack's master
2016-07-09Establish Poker clone keymap for SatanTerryMathews
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 Whittingham
2016-07-08Documents tap danceErez Zukerman
2016-07-08Merge pull request #498 from fredizzimo/fix_make_dependenciesJack Humbert
Fix make dependencies
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik
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 Sundvik
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 Humbert
Makefile optimization
2016-07-08Fix the link targetFred Sundvik
2016-07-08Don't run git describe for ever file that is builtFred Sundvik
2016-07-08Speed up compilation by not using recusive makeFred Sundvik
The cleaning is done outside the targets, by checking the requested target name.
2016-07-08Merge pull request #494 from robbiegill/masterJack Humbert
Port support for hhkb-jp from tmk
2016-07-08Merge pull request #493 from TerryMathews/masterJack Humbert
Create keycodes for RGB control functions
2016-07-08Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews
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 blockTerryMathews
According to Jack, this makes the return case not be processed. Doesn't break anything in the firmware.
2016-07-07port missing support for hhkb-jp from tmkRobbie Gill
2016-07-07Fix cluepad and planckTerryMathews
2016-07-07Fix compile error on ClueboardTerryMathews
2016-07-07Create keycodes for RGB control functionsTerryMathews
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 Humbert
Some fixes for keycode processing
2016-07-07Fix IS_CONSUMER macroFred Sundvik
2016-07-07Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik