Commit Graph

512 Commits (9f29fa6bf39ff9b703de132b7f8b8a794b078471)
 

Author SHA1 Message Date
tmk 9f29fa6bf3 Fix version info command 11 years ago
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?
11 years ago
tmk c7faa51ee8 Fix action macros 11 years ago
tmk da24259632 Merge branch 'keymap_section' 11 years ago
tmk 259c4a040a Add build option KEYMAP_SECTION for keymap editor 11 years ago
tmk 8bc96ac571 Add version string 11 years ago
tmk f7395268c0 Add ld script for keymap section 11 years ago
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
11 years ago
tmk c274cc8cdc Fix tapping count over flow(issue #52) 11 years ago
tmk 893ff0a799 Merge branch 'lufa_nkro' 11 years ago
tmk e7c2af78b7 Change README Makefile and config.h in hhkb 11 years ago
tmk daa4a4235f Add NKRO support for LUFA 11 years ago
tmk c7d309e34b Merge branch 'bootmagic_salt'(Fix issue #41) 11 years ago
tmk 05225dd9d8 Add bootmagic salt key to avoid accidental configuration 11 years ago
tmk 7e5081b5a8 Merge branch 'lockkey_fix'(Fix issue #46) 11 years ago
tmk 2721022078 Add mechanical locking switch support for NumLock and ScrollLock 11 years ago
tmk 5b425731c5 Merge branch 'macro_mediakey'(Fix issue #42) 11 years ago
tmk 6aaa6e0ef9 Add support for macro media/system keys 11 years ago
tmk 25aec56c08 Merge branch 'bob_fix' 11 years ago
tmk 3e023e5b0c Cancel tapping when interrupted by other key 11 years ago
tmk f8fbecff4d Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT 11 years ago
tmk 86623f5724 Add compile conditional for assembler(xprintf) 11 years ago
tmk f4c69652c1 Merge branch 'hhkb_tmk' 11 years ago
tmk d2ea9e80a0 Fix README and doc 11 years ago
tmk 9d7278682e Add Caps Lock LED on PD6 11 years ago
tmk 0e37dd2ec5 Add power control of keyswitch board and tweak scan wait 11 years ago
tmk 292dbd51cc Merge pull request #44 from Wraul/phantom_fix
Correcting Phantom mistakes
11 years ago
Wraul eef6aa58b7 Correction to Phantom readme markdown. 11 years ago
Wraul a21359a098 Fix Phantom scroll lock LED. 11 years ago
tmk 8848d0188f Merge pull request #40 from yeeeargh/hid_liber-standard-layouts
Added standard layouts for ANSI and ISO to hid_liber
11 years ago
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.
11 years ago
tmk d965822857 Tweak tap timing for slow tap on space bar 11 years ago
tmk e9796ff462 Add Makefile for tmk board and tweak scan wait 11 years ago
tmk 681e019450 Fix debouncing bug in hid_liber(Issue #26) 11 years ago
tmk 5a0415749d Merge branch 'Wraul-kmac' 11 years ago
tmk 25ad212c4a Add BACKLIGHT_ENABLE conditional 11 years ago
tmk 82aec46722 Fix typo 11 years ago
Wraul 43e5ca60af Initial implementation for the KMAC 11 years ago
Wraul 1eb8523e95 Add support for backlight 11 years ago
tmk 9de9d71952 Add default layer config to bootmagic 11 years ago
tmk 2593ae1328 Merge branch 'x68k_led' 11 years ago
tmk ff47a56138 Add JIS layout to x68k 11 years ago
tmk f45f4193f2 Use serial_uart.c instead of x68k.c now 11 years ago
tmk 42c962412b Add LED support to x68k 11 years ago
tmk 1f7461578d Add description of 'LED special function of X68000' 11 years ago
tmk bebbe15562 Add power consumptions to doc 11 years ago
tmk c254a0d038 Change tapping parameter for hhkb/iwrap 11 years ago
tmk c0b7928e88 Add legacy keymap support for x68k 11 years ago
tmk ce950736a2 Merge pull request #37 from Wraul/update_phantom
Polishing the Phantom project
11 years ago
tmk bf3a23b306 Merge pull request #36 from Wraul/fix_sleep_led
Fixes to sleep LED
11 years ago