Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | Merge pull request #617 from iFreilicht/patch-2 | Jack Humbert | 1 | -1/+1 | |
Fix dead link in keycode.txt | |||||
2016-08-11 | Fix dead link in keycode.txt | Felix Uhl | 1 | -1/+1 | |
The link to the HID Usage tables was outdated and dead, so I replaced it. | |||||
2016-08-10 | updated reference | Felix Uhl | 1 | -1/+1 | |
Build setup links to main readme now. | |||||
2016-08-08 | Update TMK_README.md | Felix Uhl | 1 | -1/+1 | |
updated link to non-existent build.md file | |||||
2016-08-01 | Merge pull request #597 from Jiehong/feature/basic_keyboard_doc | Jack Humbert | 1 | -0/+96 | |
feature: add basic doc about how a keyboard works on USB | |||||
2016-07-31 | feature: add basic doc about how a keyboard works on USB | Jiehong Ma | 1 | -0/+96 | |
This comes from the discussion on #520 | |||||
2016-07-30 | Update some obsolete references | Gergely Nagy | 2 | -3/+3 | |
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-04 | fix typos | Pavlos Vinieratos | 1 | -2/+2 | |
2016-06-24 | Backlight abstraction and other changes (#439) | Jack Humbert | 4 | -7/+6 | |
* 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-22 | Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) | Jack Humbert | 7 | -40/+40 | |
* fixes from tmk's repo * rename keyboard to keyboards | |||||
2016-06-22 | adds fuse settings for atmega32u4, fixes keymap_extras includes | Jack Humbert | 1 | -0/+10 | |
2016-06-21 | updates all config.h and Makefiles to correct references, text | Jack Humbert | 1 | -1/+1 | |
2016-06-21 | [Erez & Jack] Updates build guide | Erez Zukerman | 2 | -21/+26 | |
2016-06-19 | Add quick version of the all-* makefile targets (#417) | fredizzimo | 1 | -0/+1 | |
2016-06-11 | Makefile redo & other features (#395) | Jack Humbert | 2 | -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-07 | Update HAND_WIRE.md | Jack Humbert | 1 | -1/+1 | |
2016-06-07 | Fix hand wiring guide (#387) | Eric Tang | 1 | -2/+2 | |
* Fix broken link * Fix incoherent sentence | |||||
2016-06-05 | updates the hand-wiring guide | Jack Humbert | 1 | -1/+1 | |
2016-06-04 | makes vagrant usable again | Jack Humbert | 1 | -1/+1 | |
2016-06-04 | cleans up folder structure | Jack Humbert | 15 | -0/+3537 | |
* consolidates docs * deletes converter/ * updates .md references (most) | |||||
2015-10-27 | merging tmk | Jack Humbert | 9 | -2377/+0 | |
2015-09-11 | Add Ateml toolchain and remove specific chip name | tmk | 1 | -6/+5 | |
2015-04-23 | Fix URL of HID Usage Tables pdf | Jun Wako | 1 | -1/+1 | |
2015-04-23 | Fix typo of doc/keycode.txt | Jun Wako | 1 | -1/+1 | |
2015-01-19 | Merge pull request #148 from cub-uanic/patch-1 | tmk | 1 | -1/+1 | |
Fix keycode.txt | |||||
2015-01-03 | Update other_projects.md - added TMK/Ergodox | Oleg Kostyuk | 1 | -0/+1 | |
2014-11-20 | Documentation: small mistake | Oleg Kostyuk | 1 | -1/+1 | |
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' | tmk | 1 | -0/+7 | |
2014-07-10 | Fix READEM of hhkb and doc/build.md | tmk | 1 | -9/+15 | |
2014-04-08 | New macro: ACTION_BACKLIGHT_LEVEL(level) | Ralf Schmitt | 1 | -0/+4 | |
To have full control of the backlight level. | |||||
2014-03-27 | Show correct function name for default layer set | Johan Isacsson | 1 | -1/+1 | |
2014-01-03 | Spellchecked documentation. | Thomas Russell Murphy | 4 | -31/+31 | |
2013-12-16 | Fixing a typo | TiBounise | 1 | -1/+1 | |
2013-11-20 | Add tap toggle modifiers | Simon Melhart | 1 | -0/+6 | |
Including documentation. | |||||
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | tmk | 1 | -4/+5 | |
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 1 | -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-23 | Add support for macro media/system keys | tmk | 1 | -6/+4 | |
2013-06-22 | Add support for backlight | Wraul | 2 | -0/+22 | |
2013-04-22 | Fix doc of Boot Magic and add another project info | tmk | 1 | -0/+3 | |
2013-04-07 | Add coding style and config.h options | tmk | 1 | -0/+15 | |
2013-04-05 | Add doc/build.md and doc/other_projects.md | tmk | 2 | -0/+222 | |
2013-04-04 | Fix doc/keymap.md for new actions | tmk | 1 | -39/+74 | |
2013-04-02 | Fix doc/keymap.md | tmk | 1 | -130/+137 | |
2013-03-05 | Fix README.md and doc/keymap.md | tmk | 1 | -3/+4 | |
2013-03-04 | Clean action.h and add keymap doc | tmk | 1 | -77/+68 | |
2013-03-04 | Create keymap.md | tmk | 1 | -0/+522 | |
2013-02-10 | Add doc/keycode.txt | tmk | 1 | -0/+261 | |
2012-06-06 | Moved files to common, protocol and doc directory | tmk | 5 | -0/+1275 | |