Jun Wako
63f462a460
hhkb: Chane keymap for hasu
10 years ago
tmk
3e88e8b761
hhkb: Fix layer stuck of keymap_hasu
...
- In mouse key layer with holding semicolon, press Fn0, release
semicolon and release Fn0 now layer 1 is stuck.
10 years ago
tmk
4192bce16b
hhkb: Change keymap and bootmagic salt key
11 years ago
tmk
caf7b4e68a
Make keymap_hhkb as default and change keymap_hasu
11 years ago
tmk
00e9a342df
Fix 'Shift Parentheses' example
11 years ago
tmk
fd7833388c
Add new keymap framework
12 years ago
tmk
9f29fa6bf3
Fix version info command
12 years ago
tmk
f7395268c0
Add ld script for keymap section
12 years ago
tmk
6aaa6e0ef9
Add support for macro media/system keys
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
fbea2a3aae
Fix keymap of hhkb for new actions
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
9f95e9cc27
Add support partly for modifier with tap key.
13 years ago
tmk
f609712da3
Fix waiting_keys and periodical update for delaying layer.
13 years ago
tmk
32633a42c7
Fix tap key using delaying_layer and waiting_key.
13 years ago
tmk
411de9cc22
Add new layer actions.
13 years ago
tmk
4324e16336
Fix action of system and consumer usage.
13 years ago
tmk
8a709c2750
Add initial fix for new keymap.
13 years ago
tmk
bbff8ae1c1
Fix HHKB keymap
13 years ago
tmk
8f7ed2bc19
Add Mousekey parameters and accel keys.
13 years ago
tmk
373ab0e719
Add keycode.h and remove usb_keycodes.h.
13 years ago
tmk
4ae979f6ef
Initial version of new code for layer switch is added.
13 years ago
tmk
fb8394da83
Change keymap of hhkb/macway.
13 years ago
tmk
cc68adeb57
Add protocol/lufa. LUFA supported now.
13 years ago
tmk
afb0846208
Made directories for keyboard and converter projects.
13 years ago
tmk
e67c988824
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
14 years ago
tmk
0dde25e81c
added copyright and license notice.
14 years ago
tmk
f382fc93d5
Change layer pram and keymap of HHKB. Fix vusb/host.c.
14 years ago
tmk
068c31a7ba
added initial V-USB support for HHKB
14 years ago
tmk
d2b9489a5e
fixed hhkb to comply new API.
14 years ago
tmk
3015f191a5
fixed: not to send key if fn_keycode is modifier
14 years ago
tmk
2b8cd88ab1
refactor keyboard.h, host.h
14 years ago
tmk
acc974c64b
added protocol stack: pjrc, vusb
14 years ago
tmk
c5b9f2b02b
change keycodes and define keymap macro for AEK.
...
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey.
15 years ago
tmk
fd49c69d1a
added config option: MATRIX_HAS_GHOST and fixed some on matrix.c
...
ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic.
FIX: choose matrix buffer type(uint8_t/uint16_t) automatically
depending on column size in matrix.c.
FIX: use uint8_t insted of int in matrix.c.
15 years ago
tmk
2a562a4191
Add PS/2 mouse support to connect TrackPoint Unit.
...
Change build options: Makefile and config.h. See README.
15 years ago