summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert7-40/+40
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-22adds fuse settings for atmega32u4, fixes keymap_extras includesJack Humbert1-0/+10
2016-06-21updates all config.h and Makefiles to correct references, textJack Humbert1-1/+1
2016-06-21[Erez & Jack] Updates build guideErez Zukerman2-21/+26
2016-06-19Add quick version of the all-* makefile targets (#417)fredizzimo1-0/+1
2016-06-11Makefile redo & other features (#395)Jack Humbert2-8/+75
* .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-07Update HAND_WIRE.mdJack Humbert1-1/+1
2016-06-07Fix hand wiring guide (#387)Eric Tang1-2/+2
* Fix broken link * Fix incoherent sentence
2016-06-05updates the hand-wiring guideJack Humbert1-1/+1
2016-06-04makes vagrant usable againJack Humbert1-1/+1
2016-06-04cleans up folder structureJack Humbert15-0/+3537
* consolidates docs * deletes converter/ * updates .md references (most)
2015-10-27merging tmkJack Humbert9-2377/+0
2015-09-11Add Ateml toolchain and remove specific chip nametmk1-6/+5
2015-04-23Fix URL of HID Usage Tables pdfJun Wako1-1/+1
2015-04-23Fix typo of doc/keycode.txtJun Wako1-1/+1
2015-01-19Merge pull request #148 from cub-uanic/patch-1tmk1-1/+1
Fix keycode.txt
2015-01-03Update other_projects.md - added TMK/ErgodoxOleg Kostyuk1-0/+1
2014-11-20Documentation: small mistakeOleg Kostyuk1-1/+1
Originally reported as https://github.com/cub-uanic/tmk_keyboard/issues/10, all credits to @olivierpons
2014-09-29Add action 'Momentary switching with Modifiers'tmk1-0/+7
2014-07-10Fix READEM of hhkb and doc/build.mdtmk1-9/+15
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Ralf Schmitt1-0/+4
To have full control of the backlight level.
2014-03-27Show correct function name for default layer setJohan Isacsson1-1/+1
2014-01-03Spellchecked documentation.Thomas Russell Murphy4-31/+31
2013-12-16Fixing a typoTiBounise1-1/+1
2013-11-20Add tap toggle modifiersSimon Melhart1-0/+6
Including documentation.
2013-10-07Add timeout option to MODS_ONESHOT #66tmk1-4/+5
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk1-6/+6
- 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-23Add support for macro media/system keystmk1-6/+4
2013-06-22Add support for backlightWraul2-0/+22
2013-04-22Fix doc of Boot Magic and add another project infotmk1-0/+3
2013-04-07Add coding style and config.h optionstmk1-0/+15
2013-04-05Add doc/build.md and doc/other_projects.mdtmk2-0/+222
2013-04-04Fix doc/keymap.md for new actionstmk1-39/+74
2013-04-02Fix doc/keymap.mdtmk1-130/+137
2013-03-05Fix README.md and doc/keymap.mdtmk1-3/+4
2013-03-04Clean action.h and add keymap doctmk1-77/+68
2013-03-04Create keymap.mdtmk1-0/+522
2013-02-10Add doc/keycode.txttmk1-0/+261
2012-06-06Moved files to common, protocol and doc directorytmk5-0/+1275