Commit Graph

43 Commits

Author SHA1 Message Date
tmk
3eeb0a9623 Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
2014-07-07 12:01:01 +09:00
tmk
5e3f2d2b2e Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-27 04:16:49 +09:00
Shayne Holmes
e5bafff725 Adding NKRO virtual dip-switch, using existing bit in keymap byte.
This takes the last, reserved bit there, but doesn't necessitate
a revision to the magic number because it doesn't alter byte order.
Add reference to NKRO virtual dip-switch to documentation.
2014-04-09 15:54:16 -07:00
tmk
d52d554360 Fix mod stuck of MODS_KEY when leaving layer #62
- 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
2013-10-04 16:04:31 +09:00
tmk
9f29fa6bf3 Fix version info command 2013-09-19 00:51:44 +09:00
tmk
8bc96ac571 Add version string 2013-09-11 13:44:54 +09:00
tmk
25ad212c4a Add BACKLIGHT_ENABLE conditional 2013-06-23 09:14:58 +09:00
Wraul
1eb8523e95 Add support for backlight 2013-06-22 17:23:36 +09:00
tmk
9de9d71952 Add default layer config to bootmagic 2013-06-22 16:24:56 +09:00
Mathias Andersson
ddf1759dbe Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
2013-05-27 18:36:00 +02:00
tmk
adbd15d5bd Fix command.c and README 2013-05-15 00:23:36 +09:00
tmk
4e93b3fa67 Fix bootmagic and eeconfig for virtual DIP SW 2013-04-07 15:36:50 +09:00
tmk
f9a7e224a4 Fix ACT_MODS action and switch_default_layer command 2013-04-04 16:29:44 +09:00
tmk
c6d88d2795 Rename file layer_switch to action_layer 2013-04-02 17:44:24 +09:00
tmk
cc8e66754b Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
2013-04-02 16:09:43 +09:00
tmk
10f33a3e48 Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
2013-03-31 22:47:19 +09:00
tmk
ac509aa079 Add sleep LED test command 2013-03-27 15:21:50 +09:00
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
2013-03-19 14:08:40 +09:00
tmk
ef8439bddb Add build option BOOTMAGIC_ENABLE 2013-03-11 15:28:46 +09:00
tmk
e4fbaf30be Add keyconf in eeconfig.c 2013-03-11 01:55:41 +09:00
tmk
09bd1aef12 Rename HOST_* to PROTOCOL_* in protocol/*.mk 2013-03-11 00:14:58 +09:00
tmk
de8ef18a53 Add KEYCONF to eeconfig.c 2013-03-10 19:22:54 +09:00
tmk
4d64fd8faa Add bootmagic.c and fix bootloader_jump 2013-03-09 11:22:27 +09:00
tmk
359b68d35f Add eeconfig.c - eeprom stored paramerters 2013-03-07 03:30:08 +09:00
tmk
e0f960a576 Add overlay framework 2013-02-20 11:48:15 +09:00
tmk
e324fa2918 Rewrite layer action with layer_switch 2013-02-16 04:08:31 +09:00
tmk
d9f2875866 Replace layer_stack with layer_switch 2013-02-15 18:48:36 +09:00
tmk
2b811352a1 Fix switch_default_layer command 2013-02-15 15:27:19 +09:00
tmk
a4aae1c505 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
f02431e9da Fix 'chage default layer' command. 2013-02-12 17:15:24 +09:00
tmk
8c80deb775 Merge branch 'keymap2'
Conflicts:
	common/keyboard.c
2013-02-11 12:48:49 +09:00
tmk
1e3e41a2c9 Clean code. 2013-01-28 14:06:42 +09:00
tmk
6caefe9649 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
220de27bed Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
tmk
ad24858e4f Add print utility 2012-10-23 02:14:36 +09:00
tmk
fffc375b45 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
30eb3e3520 Add command console and mouseky parameters tweak. 2012-10-17 15:55:37 +09:00
tmk
e451c05929 Fix commands 2012-10-17 15:55:37 +09:00
tmk
71ac82337f Clean host.h interface. 2012-10-17 15:55:37 +09:00
tmk
373ab0e719 Add keycode.h and remove usb_keycodes.h. 2012-10-17 15:55:37 +09:00
tmk
4ae979f6ef Initial version of new code for layer switch is added. 2012-10-17 15:55:37 +09:00
tmk
a112f3614e 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