Commit Graph

831 Commits

Author SHA1 Message Date
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 cb434cfebc Remove clear matrix on ADB recv error 2013-10-04 15:03:42 +09:00
tmk 7e8a85caad Fix VERSION: add opton --always to git describe 2013-10-03 13:27:04 +09:00
tmk 8819cf6bb1 Fix Tapping: release key immediately but modifier #65
- See https://github.com/tmk/tmk_keyboard/issues/60
- **Except for modifiers** a key pressed before the tapping starts should be released immediately
- 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap
This key sequence should register ':', not ';'. With the fix Shift is
released before settlement of tapping, this registers ';'.
    Shift   ~~___~~~~~~~
    ;(Tap)  ~~~____~~~~
2013-10-03 12:40:33 +09:00
tmk a0f9c1fb4f Merge branch 'm0110_keymap_section' 2013-09-25 21:08:41 +09:00
tmk ea5938da1a Change for default keymap of keymap editor 2013-09-25 20:41:40 +09:00
tmk 09e80fecc6 Add build option KEYMAP_SECTION_ENABLE to m0110 2013-09-25 15:21:00 +09:00
tmk b9d59f33f2 Add M0120 scan code diagram 2013-09-25 15:20:21 +09:00
tmk d267ee2ada Fix LUFA blocking during startup
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-25 12:23:14 +09:00
tmk 7d692c492c Fix USB initilaize on LUFA
- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
  fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device.
2013-09-21 22:47:03 +09:00
tmk 6ccea742de Merge branch 'm0110_next' 2013-09-21 21:35:13 +09:00
tmk b2c7529ec9 Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
tmk 6cf6ddceb1 Fix README of M0110 2013-09-21 21:20:05 +09:00
tmk 7e122279c5 Change keymap and enable bootmagic of M0110 2013-09-21 21:07:55 +09:00
tmk febdf10602 Remove procedures not neeed from init of M0110 2013-09-21 15:45:42 +09:00
tmk 22315fcdf9 Change m0110 pin configuration: swap D0 and D1 2013-09-20 00:58:30 +09:00
tmk 58ca7b904b Merge branch 'tapping_fix60' 2013-09-19 22:16:55 +09:00
tmk 9f29fa6bf3 Fix version info command 2013-09-19 00:51:44 +09:00
tmk 0ca415004a Fix bootloader jump use word address
- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
2013-09-18 16:10:53 +09:00
tmk 4d0b3aace0 Fix Tapping: release of a key pressed before tap
- immediately process release event of a key pressed before tapping
2013-09-18 15:02:44 +09:00
tmk c7faa51ee8 Fix action macros 2013-09-11 14:05:05 +09:00
tmk da24259632 Merge branch 'keymap_section' 2013-09-11 14:04:33 +09:00
tmk 259c4a040a Add build option KEYMAP_SECTION for keymap editor 2013-09-11 14:01:47 +09:00
tmk 8bc96ac571 Add version string 2013-09-11 13:44:54 +09:00
tmk f7395268c0 Add ld script for keymap section 2013-09-11 13:20:58 +09:00
tmk b6677f10e3 Add files for onekey(issue #56)
- https://github.com/tmk/tmk_keyboard/issues/56
2013-08-05 16:23:17 +09:00
tmk 60103a12b2 Change Makefile and port setting
- Makefile use LUFA now
- Change MCU ports PF{0,1} to PD{0,1}
- Add build option for keymap to Makefile: make keymap=hasu
2013-08-04 16:17:53 +09:00
tmk c274cc8cdc Fix tapping count over flow(issue #52) 2013-07-29 22:18:42 +09:00
tmk 893ff0a799 Merge branch 'lufa_nkro' 2013-07-29 00:55:49 +09:00
tmk e7c2af78b7 Change README Makefile and config.h in hhkb 2013-07-29 00:53:18 +09:00
tmk daa4a4235f Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
tmk c7d309e34b Merge branch 'bootmagic_salt'(Fix issue #41) 2013-07-24 00:43:55 +09:00
tmk 05225dd9d8 Add bootmagic salt key to avoid accidental configuration 2013-07-24 00:41:28 +09:00
tmk 7e5081b5a8 Merge branch 'lockkey_fix'(Fix issue #46) 2013-07-23 10:57:37 +09:00
tmk 2721022078 Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
tmk 5b425731c5 Merge branch 'macro_mediakey'(Fix issue #42) 2013-07-23 07:56:28 +09:00
tmk 6aaa6e0ef9 Add support for macro media/system keys 2013-07-23 07:53:18 +09:00
tmk 25aec56c08 Merge branch 'bob_fix' 2013-07-21 10:44:21 +09:00
tmk 3e023e5b0c Cancel tapping when interrupted by other key 2013-07-21 03:21:57 +09:00
tmk f8fbecff4d Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT 2013-07-20 03:27:36 +09:00
tmk 86623f5724 Add compile conditional for assembler(xprintf) 2013-07-15 23:32:14 +09:00
tmk f4c69652c1 Merge branch 'hhkb_tmk' 2013-07-11 16:26:00 +09:00
tmk d2ea9e80a0 Fix README and doc 2013-07-11 16:23:53 +09:00
tmk 9d7278682e Add Caps Lock LED on PD6 2013-07-11 09:07:02 +09:00
tmk 0e37dd2ec5 Add power control of keyswitch board and tweak scan wait 2013-07-08 14:38:03 +09:00
tmk 292dbd51cc Merge pull request #44 from Wraul/phantom_fix
Correcting Phantom mistakes
2013-07-07 22:24:20 -07:00
Wraul eef6aa58b7 Correction to Phantom readme markdown. 2013-07-07 18:48:25 +02:00
Wraul a21359a098 Fix Phantom scroll lock LED. 2013-07-07 18:48:25 +02:00
tmk 8848d0188f Merge pull request #40 from yeeeargh/hid_liber-standard-layouts
Added standard layouts for ANSI and ISO to hid_liber
2013-07-03 18:18:05 -07:00
yeeeargh e0cb9cf30b Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default.
Added a README.md with links to the deskthority wikipages for this project and some build instructions.
2013-07-03 13:04:33 +02:00