Archivováno
1
0
Graf commitů

27 Commity

Autor SHA1 Zpráva Datum
tmk
4587d39c6e Add sleep LED test command 2013-03-27 15:21:50 +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
9c363dc9a3 Add build option BOOTMAGIC_ENABLE 2013-03-11 15:28: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
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
e023ca517c Add overlay framework 2013-02-20 11:48:15 +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
a15de8f9a9 Fix switch_default_layer command 2013-02-15 15:27:19 +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
b94cb92c8d Fix 'chage default layer' command. 2013-02-12 17:15:24 +09:00
tmk
6c990fa9a7 Merge branch 'keymap2'
Conflicts:
	common/keyboard.c
2013-02-11 12:48:49 +09:00
tmk
3b8abfb0c3 Clean code. 2013-01-28 14:06:42 +09:00
tmk
ca55332107 Fixes from Tranquilite@GH.
- Fix keyboard_task() when matrix column size > 16
- Add clear_keyboard() in NKRO command to avoid stucking keys.
- Fix function name in print.c.
2012-11-23 12:33:42 +09:00
tmk
19eac56d2f Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
tmk
170fafbf2f Add print utility 2012-10-23 02:14:36 +09:00
tmk
69167a3bc0 Add child proof keyboard locking feature!
Fix: add wait for Power down command
Add ifdef of MOUSEKEY_ENABLE
2012-10-18 00:59:59 +09:00
tmk
d4597ec6af Add command console and mouseky parameters tweak. 2012-10-17 15:55:37 +09:00
tmk
66b62306bc Fix commands 2012-10-17 15:55:37 +09:00
tmk
411991f7db Clean host.h interface. 2012-10-17 15:55:37 +09:00
tmk
c8882b8632 Add keycode.h and remove usb_keycodes.h. 2012-10-17 15:55:37 +09:00
tmk
4edc5ab99c Initial version of new code for layer switch is added. 2012-10-17 15:55:37 +09:00
tmk
fa23548263 confirm SetReport LED. 2012-06-29 16:48:36 +09:00
tmk
f412570739 Moved files to common, protocol and doc directory 2012-06-07 02:47:33 +09:00