summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-18Fixed pictures and linksFelix Uhl
2016-08-18Documentation overhaul.Felix Uhl
2016-08-18Small changes, renamed keymapFelix Uhl
Added MicMute Revived all dead keys Removed OS Shift
2016-08-15Minor changes to felix keymapFelix Uhl
2016-08-14Ported all keymapsFelix Uhl
Old TMK keymaps were ported and confirmed to compile All keymaps compiled and added to zip-archive. Documentation was updated.
2016-08-14Update readme.mdFelix Uhl
2016-08-14Fixed links to keymap sourcesFelix Uhl
2016-08-14Added all original S60-X keymapsFelix Uhl
All keymaps that were included in VinnyCordeiro's repository were ported to QMK. Main Readme was copied over from VC's repo, slightly altered. Main Makefile was updated to reflect VC's original configuration. Small changes in felix keymap.
2016-08-11Small changesFelix Uhl
Enabled Bootmagic and ISO layouts on felix keymap Added unused pins
2016-08-11Minor changes to keymapsFelix Uhl
Clarified extra keys Made ISO-keys non-dead in default layout Added non-US backslash on felix layout
2016-08-11Added S60-X to keyboards with two layouts.Felix Uhl
2016-08-03Merge pull request #605 from kuel/masterJack Humbert
Add keymap_cyrillic.h, lots of cyrillic characters
2016-08-03Merge pull request #599 from Depariel/masterJack Humbert
Fixed compiling errors and updated keymaps for infinity_chibios
2016-08-03Merge pull request #561 from 0xdec/patch-1Jack Humbert
Clean up formatting & tiny refactor in rgblight.c
2016-08-02Add keymap_cyrillic.h, lots of cyrillic characterskuel
2016-08-02Merge pull request #592 from sethbc/ez-sethbcErez Zukerman
Ez sethbc
2016-08-02Merge pull request #593 from J3RN/masterErez Zukerman
Updated the J3RN ErgoDox keymap
2016-08-02Merge pull request #600 from adiabatic/masterErez Zukerman
zweihander-osx: add left-hand-thumb tab key
2016-08-01correct file nameJack Humbert
2016-08-01fix mkdir cmdJack Humbert
2016-08-01Updates ErgoDox readmeErez Zukerman
2016-08-01automatically forward ergodox ezJack Humbert
2016-08-01Merge pull request #597 from Jiehong/feature/basic_keyboard_docJack Humbert
feature: add basic doc about how a keyboard works on USB
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickJack Humbert
Fix the makefile dependencies and remove quick targets
2016-07-31added support for Infinity 1.1a (4th drop) matrix, no LED support yetDepariel
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endNathan Sharfi
Also: add (back?) in the light-shine disabler
2016-07-31Remove /keyboard/* filesNathan Sharfi
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31fixed typo in hasu/keymap.cDepariel
2016-07-31fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵Depariel
keymap
2016-07-31feature: add basic doc about how a keyboard works on USBJiehong Ma
This comes from the discussion on #520
2016-07-31Travis calls the normal build target, instead of quickFred Sundvik
2016-07-31Fix the readme for the removed quick targetFred Sundvik
2016-07-31Remove the quick commands and add proper cleanFred Sundvik
2016-07-31Also depend on the gcc versionFred Sundvik
2016-07-31Generate version information to version.hFred Sundvik
So that only the files that really needs a version are recompiled.
2016-07-31Force compilation and linking when options changesFred Sundvik
2016-07-31More reliable .d file generationFred Sundvik
Also generated inside the obj dir instead of separate deps folder.
2016-07-31Put the build output inside the root/.build directoryFred Sundvik
2016-07-31Enable vpath seraching for source files onlyFred Sundvik
2016-07-31Better "include guards" for the makefilesFred Sundvik
Checking for ARCH is not good enough, since some subprojects define it. Ergodox Ez for example. The leads to running the make from keyboards/ergodox/ez failing. The keyboard makefile will not be included in that case, and therefore not the CUSTOM_MATRIX either. Furthermore the output files are read from many different .build directories, so it doesn't fail deterministically. For example on the Travis CI the compilation passes, since there's no outdated objects that needs recompilation.
2016-07-31Merge pull request #594 from jeebak/jeebakJack Humbert
Jeebak's keymap for planck
2016-07-31Merge pull request #590 from jeebak/in-like-flintJack Humbert
Add IN_LIKE_FLINT song
2016-07-30Update readme.mdJeeBak Kim
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim
2016-07-30Add additional maps for [, and ], to LOWERJeeBak Kim
2016-07-30Make RAISE layer an all numbers/arithmatic layerJeeBak Kim
2016-07-30Move reset to a less accessible locationJeeBak Kim
2016-07-30Add -, +, and . to RAISEJeeBak Kim
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim