Commit Graph

56 Commits

Author SHA1 Message Date
tmk
c254a0d038 Change tapping parameter for hhkb/iwrap 2013-06-19 22:04:18 +09:00
tmk
796defa86c Fix deprecated 'prog_*' typedef - Issue #34
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro

avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
2013-05-21 10:16:55 +09:00
tmk
92b0674a7f Fix makefile, debug print and keymap of HHKB 2013-05-15 00:22:27 +09:00
tmk
a77ae5f843 Add support of iWRAP5
- mouse virtical wheel
- consumer page
2013-04-18 15:52:23 +09:00
tmk
540d0700dc Remove common/controller_teensy.h 2013-04-13 11:30:08 +09:00
tmk
fbea2a3aae Fix keymap of hhkb for new actions 2013-04-05 03:27:10 +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
353a9b56e6 Fix BOOTLOADER_SIZE setting 2013-03-29 11:31:21 +09:00
tmk
b2a19328ad Changed Makefile and config.h for new options 2013-03-21 15:34:36 +09:00
tmk
8580c8d291 Enable Boot magick on hhkb 2013-03-18 01:02:18 +09:00
tmk
1d5bbb55f2 Fix legacy keymap support
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-11 14:39:06 +09:00
tmk
51050875b7 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
f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
2013-03-10 15:06:33 +09:00
tmk
5808317b69 Fix keymap for new framework 2013-03-05 15:41:21 +09:00
tmk
a207e848b3 Add tap flags on record_t 2013-02-26 16:27:09 +09:00
tmk
6778324de2 Fix keymap MACRO of pc98 adn hhkb 2013-02-25 16:14:44 +09:00
tmk
75a92ff653 Fix keymap of gh60 and hhkb 2013-02-21 13:14:54 +09:00
tmk
c4421f585b Change struct key_t 2013-02-13 12:16:24 +09:00
tmk
9bc82bf61c Change action API 2013-02-13 11:47:19 +09:00
tmk
63c03dc137 Change keymap API 2013-02-13 11:20:47 +09:00
tmk
b2aa142ee0 Clean layer actions. 2013-02-10 16:11:07 +09:00
tmk
aad91a30a3 Add macro feature. 2013-02-04 22:53:45 +09:00
tmk
1d7962ba8a Add user defined function to action. 2013-02-01 14:48:11 +09:00
tmk
1e3e41a2c9 Clean code. 2013-01-28 14:06:42 +09:00
tmk
854c803fdd Add tap toggle feature to action. 2013-01-28 11:30:23 +09:00
tmk
bfd7fe5862 Add oneshot modifier action. 2013-01-27 16:38:19 +09:00
tmk
28b5f69ce5 Add prototype of Action Function. 2013-01-23 23:53:51 +09:00
tmk
1fe820a865 Add bootmagic keys.(hhkb)
- kick bootloader
- enable debug print
2013-01-23 23:51:15 +09:00
tmk
9f95e9cc27 Add support partly for modifier with tap key. 2013-01-16 13:21:35 +09:00
tmk
f609712da3 Fix waiting_keys and periodical update for delaying layer. 2013-01-15 00:55:16 +09:00
tmk
32633a42c7 Fix tap key using delaying_layer and waiting_key. 2013-01-13 10:24:20 +09:00
tmk
411de9cc22 Add new layer actions. 2013-01-09 22:33:33 +09:00
tmk
4324e16336 Fix action of system and consumer usage. 2012-12-17 03:06:21 +09:00
tmk
8a709c2750 Add initial fix for new keymap. 2012-12-16 02:32:07 +09:00
tmk
77f157943f Fix image link 3 :( 2012-11-01 14:40:24 +09:00
tmk
bd30424c2b Fix image link 2 2012-11-01 14:35:21 +09:00
tmk
4b7b761cf5 Fix image link in README.md 2012-11-01 14:27:41 +09:00
tmk
208f6d7f91 Improve documentation 2012-11-01 14:24:21 +09:00
tmk
ce2e06c394 Fix projects for new keycodes 2012-10-17 21:43:44 +09:00
tmk
8570c25379 Fix HHKB iWRAP build 2012-10-17 15:55:38 +09:00
tmk
bbff8ae1c1 Fix HHKB keymap 2012-10-17 15:55:37 +09:00
tmk
bc5ee91d14 HHKB scan matrix: fix wait time on power on 2012-10-17 15:55:37 +09:00
tmk
8f7ed2bc19 Add Mousekey parameters and accel keys. 2012-10-17 15:55:37 +09:00
tmk
5b00cf3f02 Fix build option MOUSEKEY_ENABLE. 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
93e33fb8f6 Fix: Makefile 2012-10-17 15:53:20 +09:00
tmk
e075361b6f Add CONSOLE_ENABLE build option to LUFA. 2012-07-20 13:08:18 +09:00
tmk
fb8394da83 Change keymap of hhkb/macway. 2012-07-09 00:11:26 +09:00