tmk
c254a0d038
Change tapping parameter for hhkb/iwrap
12 years ago
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
12 years ago
tmk
92b0674a7f
Fix makefile, debug print and keymap of HHKB
12 years ago
tmk
a77ae5f843
Add support of iWRAP5
...
- mouse virtical wheel
- consumer page
12 years ago
tmk
540d0700dc
Remove common/controller_teensy.h
12 years ago
tmk
fbea2a3aae
Fix keymap of hhkb for new actions
12 years ago
tmk
10f33a3e48
Remove ACT_KEYMAP and ACT_OVERLAY
...
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
b2a19328ad
Changed Makefile and config.h for new options
12 years ago
tmk
8580c8d291
Enable Boot magick on hhkb
12 years ago
tmk
1d5bbb55f2
Fix legacy keymap support
...
- need to define USE_LEGACY_KEYMAP to use legacy keymap
12 years ago
tmk
51050875b7
Add BOOTLOADER_SIZE and remove BOOT_SIZE
...
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk
f55c677ba4
Fix watchdog in bootloader jump
...
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
12 years ago
tmk
5808317b69
Fix keymap for new framework
12 years ago
tmk
a207e848b3
Add tap flags on record_t
12 years ago
tmk
6778324de2
Fix keymap MACRO of pc98 adn hhkb
12 years ago
tmk
75a92ff653
Fix keymap of gh60 and hhkb
12 years ago
tmk
c4421f585b
Change struct key_t
12 years ago
tmk
9bc82bf61c
Change action API
12 years ago
tmk
63c03dc137
Change keymap API
12 years ago
tmk
b2aa142ee0
Clean layer actions.
12 years ago
tmk
aad91a30a3
Add macro feature.
12 years ago
tmk
1d7962ba8a
Add user defined function to action.
12 years ago
tmk
1e3e41a2c9
Clean code.
12 years ago
tmk
854c803fdd
Add tap toggle feature to action.
12 years ago
tmk
bfd7fe5862
Add oneshot modifier action.
12 years ago
tmk
28b5f69ce5
Add prototype of Action Function.
12 years ago
tmk
1fe820a865
Add bootmagic keys.(hhkb)
...
- kick bootloader
- enable debug print
12 years ago
tmk
9f95e9cc27
Add support partly for modifier with tap key.
12 years ago
tmk
f609712da3
Fix waiting_keys and periodical update for delaying layer.
12 years ago
tmk
32633a42c7
Fix tap key using delaying_layer and waiting_key.
12 years ago
tmk
411de9cc22
Add new layer actions.
12 years ago
tmk
4324e16336
Fix action of system and consumer usage.
12 years ago
tmk
8a709c2750
Add initial fix for new keymap.
12 years ago
tmk
77f157943f
Fix image link 3 :(
12 years ago
tmk
bd30424c2b
Fix image link 2
12 years ago
tmk
4b7b761cf5
Fix image link in README.md
12 years ago
tmk
208f6d7f91
Improve documentation
12 years ago
tmk
ce2e06c394
Fix projects for new keycodes
12 years ago
tmk
8570c25379
Fix HHKB iWRAP build
12 years ago
tmk
bbff8ae1c1
Fix HHKB keymap
12 years ago
tmk
bc5ee91d14
HHKB scan matrix: fix wait time on power on
12 years ago
tmk
8f7ed2bc19
Add Mousekey parameters and accel keys.
12 years ago
tmk
5b00cf3f02
Fix build option MOUSEKEY_ENABLE.
12 years ago
tmk
71ac82337f
Clean host.h interface.
12 years ago
tmk
373ab0e719
Add keycode.h and remove usb_keycodes.h.
12 years ago
tmk
4ae979f6ef
Initial version of new code for layer switch is added.
12 years ago
tmk
93e33fb8f6
Fix: Makefile
12 years ago
tmk
e075361b6f
Add CONSOLE_ENABLE build option to LUFA.
12 years ago
tmk
fb8394da83
Change keymap of hhkb/macway.
13 years ago
tmk
8947029950
Interrupt driven Control ep and Console task
13 years ago
tmk
ab89bfce03
Fix LUFA descriptor of Extra for Windows
...
- worked on Linux but not on Windows
(logica/usage MINIMUM must start at 0x001)
13 years ago
tmk
2c5d3ac76f
Add Makefile.lufa to keyboard/hhkb and hbkb.
13 years ago
tmk
cc68adeb57
Add protocol/lufa. LUFA supported now.
13 years ago
tmk
784c6e3979
Fix README.md: remove bad links
13 years ago
tmk
afb0846208
Made directories for keyboard and converter projects.
13 years ago