tmk
31b3e4bc38
Fix 'debug-off' target of hhkb to remove 'print'
2014-07-20 00:37:49 +09:00
tmk
452866319b
Fix READEM of hhkb and doc/build.md
2014-07-10 15:28:36 +09:00
tmk
92004d6786
Fix document on HHKB internal
2014-07-09 16:33:40 +09:00
tmk
6013483050
Add HHKB JP support
...
- scan matrix about twice faster
2014-07-09 15:31:52 +09:00
tmk
9fdb02017b
Add Ctrl + Up(SpaceFN) -> PgUp
2014-06-12 17:23:02 +09:00
tmk
caf7b4e68a
Make keymap_hhkb as default and change keymap_hasu
2014-06-12 17:19:58 +09:00
tmk
00e9a342df
Fix 'Shift Parentheses' example
2014-04-25 11:47:02 +09:00
tmk
3c5add5f80
Change LUFA build options
2014-04-24 11:26:06 +09:00
Thomas Russell Murphy
a86c1e2b71
Spellchecking keyboard README files.
2014-01-07 11:03:18 +09:00
tmk
0b917d4f10
Fix README.md of hhkb
2013-11-30 12:33:32 +09:00
tmk
119c34e094
Add SpaceFN layout for HHKB
2013-11-30 12:03:19 +09:00
tmk
fd7833388c
Add new keymap framework
2013-11-29 09:12:28 +09:00
tmk
ee109d68d6
Delete MOUSEKEY_DELAY_TIME in config.h
2013-10-28 11:32:19 +09:00
tmk
35f9f30074
Add timeout option to MODS_ONESHOT #66
2013-10-07 23:28:17 +09:00
tmk
9f29fa6bf3
Fix version info command
2013-09-19 00:51:44 +09:00
tmk
259c4a040a
Add build option KEYMAP_SECTION for keymap editor
2013-09-11 14:01:47 +09:00
tmk
f7395268c0
Add ld script for keymap section
2013-09-11 13:20:58 +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
05225dd9d8
Add bootmagic salt key to avoid accidental configuration
2013-07-24 00:41:28 +09:00
tmk
6aaa6e0ef9
Add support for macro media/system keys
2013-07-23 07:53:18 +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
d965822857
Tweak tap timing for slow tap on space bar
2013-07-03 11:03:59 +09:00
tmk
e9796ff462
Add Makefile for tmk board and tweak scan wait
2013-07-03 11:02:33 +09:00
tmk
bebbe15562
Add power consumptions to doc
2013-06-19 22:07:16 +09:00
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