1
0
Commit Graph

445 Commits

Author SHA1 Message Date
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
tmk
15feb7a8e3 Fix debug code of serial_soft.c 2013-02-23 14:32:34 +09:00
tmk
22a91bf9ab Fix README and comments in action.h 2013-02-23 13:42:59 +09:00
tmk
deebebf614 Fix softwere serial 2013-02-22 19:38:06 +09:00
tmk
11b25580cb Quick Fix: read scan code from PC98 2013-02-22 15:48:35 +09:00
tmk
6f55cbee1d Add initial files for PC98 2013-02-22 09:53:46 +09:00
tmk
b0558b5f77 Fix tap key bug: layer stuck
- Can't use Invert action for tap key, use On/Off insted.
2013-02-20 16:53:55 +09:00
tmk
4c8f2bbfa2 Add keymap clear/reset action 2013-02-20 15:52:32 +09:00
tmk
e023ca517c Add overlay framework 2013-02-20 11:48:15 +09:00
tmk
98d96b3b9a Merge branch 'layer_switch' 2013-02-16 04:20:01 +09:00
tmk
58a0845d6a Rewrite layer action with layer_switch 2013-02-16 04:08:31 +09:00
tmk
4039537bce Replace layer_stack with layer_switch 2013-02-15 18:48:36 +09:00
tmk
6007b79ec2 Merge branch 'layer_stack' 2013-02-15 15:34:46 +09:00
tmk
a15de8f9a9 Fix switch_default_layer command 2013-02-15 15:27:19 +09:00
tmk
064a11528f Add layer_stack files taking apart from action.c 2013-02-15 13:47:41 +09:00
tmk
510e5a2ee4 Fix Make dependency file names 2013-02-15 13:45:59 +09:00
tmk
8b8b79e039 Change: 0 means default_layer in current_layer now
- current_layer indicates active layer at the time
- default_layer indicates base layer
- default_layer is used when current_layer is 0
- with this LAYER_BIT action works as overlay even if
  default_layer varies other than layer 0.
2013-02-15 12:31:46 +09:00
tmk
e9de2f1663 Add layer stack 2013-02-14 15:22:59 +09:00
tmk
9874bf168a Merge branch 'actionfix' 2013-02-13 13:31:01 +09:00
tmk
448da5d477 Change struct key_t 2013-02-13 12:16:24 +09:00
tmk
c044a0841b Change action API 2013-02-13 11:47:19 +09:00
tmk
7395e1cba0 Merge branch 'transparent' 2013-02-13 11:22:33 +09:00
tmk
ce703f1bf2 Change keymap API 2013-02-13 11:20:47 +09:00
tmk
a5d8d81e20 Make Transparent feature available to new keymaps. 2013-02-13 09:26:22 +09:00
tmk
b94cb92c8d Fix 'chage default layer' command. 2013-02-12 17:15:24 +09:00
tmk
337d490540 Change ACTION_LAYER_SET_LAYER behaviour 2013-02-12 17:12:04 +09:00
tmk
d35efe06ba Add support for LUFA-120730 2013-02-11 22:56:30 +09:00
tmk
1ae0bc4abd Boot Magic key for gh60 2013-02-11 14:14:44 +09:00
tmk
6c990fa9a7 Merge branch 'keymap2'
Conflicts:
	common/keyboard.c
2013-02-11 12:48:49 +09:00