Commit Graph

43 Commits (bd8d717f1ff2eef42dfef490374a8cee61be5d87)

Author SHA1 Message Date
Jack Humbert 7edac212c8 separated into api files/folder
Fred Sundvik c692fd1d55 More common settings for unit tests and keyboards
Fred Sundvik 0a11460175 Build actual tests, convert byte_stuffer_tests
Fred Sundvik 27a673f5cf The makefile actually calls build_test
tmk 6746e37088 Remove core library and build files
tmk b4e2d325f3 Change TOP_DIR to TMK_DIR in makefiles
tmk 363950982a Merge branch 'rn42' into merge_rn42
Conflicts:
	.gitignore
	common.mk
	common/debug_config.h
	common/print.h
tmk ea524d7bef Adhoc fix compile error of usb_usb
tmk e81c70149e Fix common files for mbed
tmk c67ae2a6b5 Port action_* to mbed
tmk 867f115bee Port timer to mbed
Kai Ryu ac570686b6 New branch for 6KRO feature
tmk 676d94d137 Fix PS/2 mouse support
tmk d52d554360 Fix mod stuck of MODS_KEY when leaving layer
- 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
tmk 7e8a85caad Fix VERSION: add opton --always to git describe
tmk 9f29fa6bf3 Fix version info command
tmk 259c4a040a Add build option KEYMAP_SECTION for keymap editor
tmk 8bc96ac571 Add version string
Wraul 1eb8523e95 Add support for backlight
tmk d9c06db600 Add xprintf(xitoa) from elm-chan.org
tmk 4e93b3fa67 Fix bootmagic and eeconfig for virtual DIP SW
tmk c6d88d2795 Rename file layer_switch to action_layer
tmk c69f7e1069 Add action_tapping.[ch] for refactoring
tmk 2c0bb5e7e6 Add common/suspend.c
tmk d44290b91b Add NO_ACTION_ONESHOT config option
tmk 1687041267 Add COMMAND_ENABLE build option
tmk 9a106537f6 Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
tmk f0c5f1b910 Add breathing sleep LED during USB suspend
tmk ef8439bddb Add build option BOOTMAGIC_ENABLE
tmk 4d64fd8faa Add bootmagic.c and fix bootloader_jump
tmk 359b68d35f Add eeconfig.c - eeprom stored paramerters
tmk d9f2875866 Replace layer_stack with layer_switch
tmk 768ea72f10 Add layer_stack files taking apart from action.c
tmk aad91a30a3 Add macro feature.
tmk 1e3e41a2c9 Clean code.
tmk 8a709c2750 Add initial fix for new keymap.
tmk 4ae979f6ef Initial version of new code for layer switch is added.
tmk c5060ea819 test build of 'Host shield' in minimal env.
tmk e075361b6f Add CONSOLE_ENABLE build option to LUFA.
tmk cc68adeb57 Add protocol/lufa. LUFA supported now.
tmk 63d82fcaeb Fixed Makefile to adjust new directories.
tmk e65575d4a5 Refactored bootloader jumping. Added USBaspLoader support.
tmk e67c988824 Added Bulegiga iWRAP support into HHKB.(Bluetooth)