Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start mvoing hardware drivers to /drivers/ (#1433) | Jack Humbert | 2017-07-10 | 1 | -1/+5 |
| | | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional | ||||
* | Fix serial_link vpath problem | Fred Sundvik | 2017-06-19 | 1 | -2/+1 |
| | |||||
* | Split common.mk into common.mk and common_features.mk | Fred Sundvik | 2017-06-18 | 1 | -128/+0 |
| | | | | To support including keyboard/keymap specific rules before it | ||||
* | Try to build tmk_common | Fred Sundvik | 2017-06-18 | 1 | -1/+123 |
| | |||||
* | separated into api files/folder | Jack Humbert | 2016-11-26 | 1 | -0/+1 |
| | |||||
* | More common settings for unit tests and keyboards | Fred Sundvik | 2016-08-27 | 1 | -7/+7 |
| | |||||
* | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | 2016-08-27 | 1 | -1/+15 |
| | |||||
* | The makefile actually calls build_test | Fred Sundvik | 2016-08-27 | 1 | -0/+12 |
| | |||||
* | Remove core library and build files | tmk | 2015-04-10 | 1 | -77/+0 |
| | |||||
* | Change TOP_DIR to TMK_DIR in makefiles | tmk | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'rn42' into merge_rn42 | tmk | 2014-11-24 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h | ||||
| * | Fix common files for mbed | tmk | 2014-07-30 | 1 | -5/+5 |
| | | |||||
| * | Port action_* to mbed | tmk | 2014-07-30 | 1 | -1/+1 |
| | | |||||
| * | Port timer to mbed | tmk | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | Adhoc fix compile error of usb_usb | tmk | 2014-09-22 | 1 | -0/+1 |
|/ | |||||
* | New branch for 6KRO feature | Kai Ryu | 2014-05-13 | 1 | -0/+4 |
| | |||||
* | Fix PS/2 mouse support | tmk | 2013-11-02 | 1 | -10/+1 |
| | |||||
* | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | - 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 | ||||
* | Fix VERSION: add opton --always to git describe | tmk | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Fix version info command | tmk | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Add build option KEYMAP_SECTION for keymap editor | tmk | 2013-09-11 | 1 | -0/+4 |
| | |||||
* | Add version string | tmk | 2013-09-11 | 1 | -0/+4 |
| | |||||
* | Add support for backlight | Wraul | 2013-06-22 | 1 | -0/+5 |
| | |||||
* | Add xprintf(xitoa) from elm-chan.org | tmk | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | Fix bootmagic and eeconfig for virtual DIP SW | tmk | 2013-04-07 | 1 | -1/+0 |
| | |||||
* | Rename file layer_switch to action_layer | tmk | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Add action_tapping.[ch] for refactoring | tmk | 2013-03-29 | 1 | -0/+1 |
| | |||||
* | Add common/suspend.c | tmk | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | Add NO_ACTION_ONESHOT config option | tmk | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | Add COMMAND_ENABLE build option | tmk | 2013-03-19 | 1 | -1/+5 |
| | |||||
* | Add NO_PRINT and NO_DEBUG config options. | tmk | 2013-03-19 | 1 | -0/+3 |
| | | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | ||||
* | Add breathing sleep LED during USB suspend | tmk | 2013-03-16 | 1 | -0/+6 |
| | |||||
* | Add build option BOOTMAGIC_ENABLE | tmk | 2013-03-11 | 1 | -2/+6 |
| | |||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 1 | -0/+1 |
| | |||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 1 | -0/+1 |
| | |||||
* | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 1 | -0/+1 |
| | |||||
* | Add macro feature. | tmk | 2013-02-04 | 1 | -0/+1 |
| | |||||
* | Clean code. | tmk | 2013-01-28 | 1 | -0/+1 |
| | |||||
* | Add initial fix for new keymap. | tmk | 2012-12-16 | 1 | -0/+1 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -1/+0 |
| | |||||
* | test build of 'Host shield' in minimal env. | tmk | 2012-08-28 | 1 | -0/+1 |
| | |||||
* | Add CONSOLE_ENABLE build option to LUFA. | tmk | 2012-07-20 | 1 | -6/+10 |
| | |||||
* | Add protocol/lufa. LUFA supported now. | tmk | 2012-06-28 | 1 | -11/+12 |
| | |||||
* | Fixed Makefile to adjust new directories. | tmk | 2012-06-07 | 1 | -4/+1 |
| | |||||
* | Refactored bootloader jumping. Added USBaspLoader support. | tmk | 2011-09-22 | 1 | -0/+1 |
| | |||||
* | Added Bulegiga iWRAP support into HHKB.(Bluetooth) | tmk | 2011-09-17 | 1 | -0/+38 |