1
0
Commit Graph

330 Commits

Author SHA1 Message Date
tmk
43532fab01 Merge branch 'action_tapping' 2013-03-29 02:48:34 +09:00
tmk
d2d06ebf5f Add action_tapping.[ch] for refactoring 2013-03-29 02:46:05 +09:00
tmk
f883ad743f Merge branch 'suspend_fix' 2013-03-27 15:23:57 +09:00
tmk
4587d39c6e Add sleep LED test command 2013-03-27 15:21:50 +09:00
tmk
11970b78fe Add supsend and wakeup to pjrc stack 2013-03-27 15:18:08 +09:00
tmk
0caaa6e3d3 Add common/suspend.c 2013-03-25 01:46:32 +09:00
tmk
3a75e70165 Merge branch 'add_build_options' 2013-03-21 15:44:33 +09:00
tmk
c4ecc6fc7d Clean action.c 2013-03-21 15:24:48 +09:00
tmk
6fe6a03c2f Add NO_ACTION_ONESHOT config option 2013-03-21 14:42:40 +09:00
tmk
334a96779b Fix Makefile and config.h of gh60 for new options 2013-03-21 01:36:59 +09:00
tmk
afaaa83fae Add NO_ACTION_KEYMAP config option 2013-03-20 01:45:04 +09:00
tmk
da659f0b46 Add NO_ACTION_FUNCTION config option 2013-03-20 00:37:32 +09:00
tmk
25f4821ba8 Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options 2013-03-20 00:28:13 +09:00
tmk
2b449b5d6d Add NO_ACTION_OVERLAY config option 2013-03-20 00:26:01 +09:00
tmk
27cb3f4fab Add COMMAND_ENABLE build option 2013-03-19 16:05:53 +09:00
tmk
a063e4544c Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
2013-03-19 14:08:40 +09:00
tmk
d620c87082 Change sleep led step table to get smooth 2013-03-16 23:45:11 +09:00
tmk
6556fe56ee Add desription about breathing sleep LED 2013-03-16 17:45:42 +09:00
tmk
4d1d206e80 Merge branch 'remote_wakeup' 2013-03-16 17:30:18 +09:00
tmk
5bd0a8e724 Add breathing sleep LED during USB suspend 2013-03-16 17:24:05 +09:00
tmk
6ab85d1121 Add power down mode sleep and watchdog interrupt 2013-03-14 22:45:02 +09:00
tmk
bf9735b54c Add intial code of RemoteWakeUp 2013-03-13 16:02:17 +09:00
tmk
4d6a8b6f74 Merge branch 'debouncing_fix' 2013-03-12 16:12:44 +09:00
tmk
db5fb1ece1 Fix debouncing and add legacy keymap support 2013-03-12 16:05:50 +09:00
tmk
56b07a7d7c Add description of Locking CapsLock in README 2013-03-12 11:36:53 +09:00
tmk
28032ccea4 Merge branch 'locking_caps' 2013-03-12 10:49:59 +09:00
tmk
96914f6084 Add mechanical locking switch support for CapsLock 2013-03-12 10:43:02 +09:00
tmk
b57451f141 Add description of Boot Magic in README 2013-03-11 16:01:35 +09:00
tmk
8b01649a6a Merge branch 'eeprom_config' 2013-03-11 15:35:55 +09:00
tmk
9c363dc9a3 Add build option BOOTMAGIC_ENABLE 2013-03-11 15:28:46 +09:00
tmk
f0ffb79683 Fix debug parameter setting in eeconfig 2013-03-11 15:10:56 +09:00
tmk
a8b4aa28a4 Fix legacy keymap support
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-11 14:39:06 +09:00
tmk
46107e2ead Add default value to BOOTLOADER_SIZE 2013-03-11 13:32:46 +09:00
tmk
1d146882cd Add keyconf in eeconfig.c 2013-03-11 01:55:41 +09:00
tmk
92665c4be3 Rename HOST_* to PROTOCOL_* in protocol/*.mk 2013-03-11 00:14:58 +09:00
tmk
e7ffad1f10 Add KEYCONF to eeconfig.c 2013-03-10 19:22:54 +09:00
tmk
9cc2a466f7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
2013-03-10 17:53:29 +09:00
tmk
f7a1a8f80f Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
2013-03-10 15:06:33 +09:00
tmk
1f312d2c85 Add bootmagic.c and fix bootloader_jump 2013-03-09 11:22:27 +09:00
tmk
e26c25f23e Add eeconfig.c - eeprom stored paramerters 2013-03-07 03:30:08 +09:00
tmk
96160e1409 Merge branch 'ghost_fix' 2013-03-05 21:46:35 +09:00
tmk
0e48c56586 Remove matrix_key_count() from matrix.h 2013-03-05 21:20:39 +09:00
tmk
afcef8440b Fix ghost block and remove matrix_has_ghost() 2013-03-05 21:08:16 +09:00
tmk
756a940840 Merge branch 'overlays' 2013-03-05 15:45:15 +09:00
tmk
88d6bb0b36 Fix keymap for new framework 2013-03-05 15:41:21 +09:00
tmk
e97488a1ab Fix README.md and doc/keymap.md 2013-03-05 14:57:50 +09:00
tmk
f5db7ec538 Clean action.h and add keymap doc 2013-03-05 02:42:28 +09:00
tmk
792a794fde Create keymap.md 2013-03-04 16:40:19 +09:00
tmk
d193a6d2ef Fix SET_DEFAULT_LAYER action and keymap of gh60 2013-02-27 10:32:46 +09:00
tmk
71bd9a72fb Add tap flags on record_t 2013-02-26 16:27:09 +09:00