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 |
|
tmk
|
ff1561b644
|
Fix bit shift which is beyond int size(16bit)
|
2013-02-25 17:00:35 +09:00 |
|
tmk
|
664796855b
|
Add MACRO action
|
2013-02-25 15:30:37 +09:00 |
|
tmk
|
1fac81b30c
|
Merge branch 'pc98_fix' into overlays
|
2013-02-25 15:29:47 +09:00 |
|
tmk
|
1e829faed0
|
Fix software serial configure
|
2013-02-25 14:14:46 +09:00 |
|
tmk
|
be3dd3c372
|
Add serial_uart.c and use it for PC98
|
2013-02-25 03:09:10 +09:00 |
|
tmk
|
025c2ba312
|
Add parity option in serial_soft.c
|
2013-02-25 01:02:14 +09:00 |
|
tmk
|
3e6cd81b64
|
Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlays
|
2013-02-23 14:35:45 +09:00 |
|