aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2017-01-26replace jackhumbert with qmkGravatar Jack Humbert
2016-11-08Add proper shortcode for KC_DELETE to keycode.txtGravatar Noah Andrews
2016-09-15Added notes on vagrant file fixes, UPRINTGravatar IBNobody
2016-08-20Improve one-hand support by adding more actions and tap keys.Gravatar Joe Wasson
2016-08-20Add one-hand support.Gravatar Joe Wasson
This adds an action, `ACTION_SWAP_HANDS`, that swaps the the keys on the keyboard across a keymap-defined hemisphere in order to support one-hand typing without requiring a separate one-handed layer. See updated `doc/keymap.md` for more information.
2016-08-11Merge pull request #617 from iFreilicht/patch-2Gravatar Jack Humbert
Fix dead link in keycode.txt
2016-08-11Fix dead link in keycode.txtGravatar Felix Uhl
The link to the HID Usage tables was outdated and dead, so I replaced it.
2016-08-10updated referenceGravatar Felix Uhl
Build setup links to main readme now.
2016-08-08Update TMK_README.mdGravatar Felix Uhl
updated link to non-existent build.md file
2016-08-01Merge pull request #597 from Jiehong/feature/basic_keyboard_docGravatar Jack Humbert
feature: add basic doc about how a keyboard works on USB
2016-07-31feature: add basic doc about how a keyboard works on USBGravatar Jiehong Ma
This comes from the discussion on #520
2016-07-30Update some obsolete referencesGravatar Gergely Nagy
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-04fix typosGravatar Pavlos Vinieratos
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-21adds fuse settings for atmega32u4, fixes keymap_extras includesGravatar Jack Humbert
2016-06-21updates all config.h and Makefiles to correct references, textGravatar Jack Humbert
2016-06-20[Erez & Jack] Updates build guideGravatar Erez Zukerman
2016-06-18Add quick version of the all-* makefile targets (#417)Gravatar fredizzimo
2016-06-11Makefile redo & other features (#395)Gravatar Jack Humbert
* .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-06Update HAND_WIRE.mdGravatar Jack Humbert
2016-06-06Fix hand wiring guide (#387)Gravatar Eric Tang
* Fix broken link * Fix incoherent sentence
2016-06-05updates the hand-wiring guideGravatar Jack Humbert
2016-06-04makes vagrant usable againGravatar Jack Humbert
2016-06-04cleans up folder structureGravatar Jack Humbert
* consolidates docs * deletes converter/ * updates .md references (most)
2015-10-27merging tmkGravatar Jack Humbert
2015-09-12Add Ateml toolchain and remove specific chip nameGravatar tmk
2015-04-23Fix URL of HID Usage Tables pdfGravatar Jun Wako
2015-04-23Fix typo of doc/keycode.txtGravatar Jun Wako
2015-01-19Merge pull request #148 from cub-uanic/patch-1Gravatar tmk
Fix keycode.txt
2015-01-03Update other_projects.md - added TMK/ErgodoxGravatar Oleg Kostyuk
2014-11-20Documentation: small mistakeGravatar Oleg Kostyuk
Originally reported as https://github.com/cub-uanic/tmk_keyboard/issues/10, all credits to @olivierpons
2014-09-29Add action 'Momentary switching with Modifiers'Gravatar tmk
2014-07-10Fix READEM of hhkb and doc/build.mdGravatar tmk
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Gravatar Ralf Schmitt
To have full control of the backlight level.
2014-03-27Show correct function name for default layer setGravatar Johan Isacsson
2014-01-02Spellchecked documentation.Gravatar Thomas Russell Murphy
2013-12-16Fixing a typoGravatar TiBounise
2013-11-20Add tap toggle modifiersGravatar Simon Melhart
Including documentation.
2013-10-07Add timeout option to MODS_ONESHOT #66Gravatar tmk
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62Gravatar tmk
- 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 keysGravatar tmk
2013-06-22Add support for backlightGravatar Wraul
2013-04-22Fix doc of Boot Magic and add another project infoGravatar tmk
2013-04-07Add coding style and config.h optionsGravatar tmk
2013-04-06Add doc/build.md and doc/other_projects.mdGravatar tmk
2013-04-05Fix doc/keymap.md for new actionsGravatar tmk
2013-04-03Fix doc/keymap.mdGravatar tmk
2013-03-05Fix README.md and doc/keymap.mdGravatar tmk
2013-03-05Clean action.h and add keymap docGravatar tmk