Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-20 | [Erez & Jack] Updates build guide | ||
2016-06-18 | Add quick version of the all-* makefile targets (#417) | ||
2016-06-11 | Makefile redo & other features (#395) | ||
* .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build | |||
2016-06-06 | Update HAND_WIRE.md | ||
2016-06-06 | Fix hand wiring guide (#387) | ||
* Fix broken link * Fix incoherent sentence | |||
2016-06-05 | updates the hand-wiring guide | ||
2016-06-04 | makes vagrant usable again | ||
2016-06-04 | cleans up folder structure | ||
* consolidates docs * deletes converter/ * updates .md references (most) | |||
2015-10-27 | merging tmk | ||
2015-09-12 | Add Ateml toolchain and remove specific chip name | ||
2015-04-23 | Fix URL of HID Usage Tables pdf | ||
2015-04-23 | Fix typo of doc/keycode.txt | ||
2015-01-19 | Merge pull request #148 from cub-uanic/patch-1 | ||
Fix keycode.txt | |||
2015-01-03 | Update other_projects.md - added TMK/Ergodox | ||
2014-11-20 | Documentation: small mistake | ||
Originally reported as https://github.com/cub-uanic/tmk_keyboard/issues/10, all credits to @olivierpons | |||
2014-09-29 | Add action 'Momentary switching with Modifiers' | ||
2014-07-10 | Fix READEM of hhkb and doc/build.md | ||
2014-04-08 | New macro: ACTION_BACKLIGHT_LEVEL(level) | ||
To have full control of the backlight level. | |||
2014-03-27 | Show correct function name for default layer set | ||
2014-01-02 | Spellchecked documentation. | ||
2013-12-16 | Fixing a typo | ||
2013-11-20 | Add tap toggle modifiers | ||
Including documentation. | |||
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | ||
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | ||
- Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching | |||
2013-07-23 | Add support for macro media/system keys | ||
2013-06-22 | Add support for backlight | ||
2013-04-22 | Fix doc of Boot Magic and add another project info | ||
2013-04-07 | Add coding style and config.h options | ||
2013-04-06 | Add doc/build.md and doc/other_projects.md | ||
2013-04-05 | Fix doc/keymap.md for new actions | ||
2013-04-03 | Fix doc/keymap.md | ||
2013-03-05 | Fix README.md and doc/keymap.md | ||
2013-03-05 | Clean action.h and add keymap doc | ||
2013-03-04 | Create keymap.md | ||
2013-02-10 | Add doc/keycode.txt | ||
2012-06-07 | Moved files to common, protocol and doc directory | ||