aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb
Commit message (Collapse)AuthorAgeFilesLines
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-282-11/+0
|
* Add timeout option to MODS_ONESHOT #66tmk2013-10-072-3/+6
|
* Fix version info commandtmk2013-09-191-2/+2
|
* Add build option KEYMAP_SECTION for keymap editortmk2013-09-112-278/+7
|
* Add ld script for keymap sectiontmk2013-09-113-8/+284
|
* Change README Makefile and config.h in hhkbtmk2013-07-293-66/+29
|
* Add NKRO support for LUFAtmk2013-07-284-136/+7
|
* Add bootmagic salt key to avoid accidental configurationtmk2013-07-241-0/+3
|
* Add support for macro media/system keystmk2013-07-231-5/+11
|
* Fix README and doctmk2013-07-112-87/+111
|
* Add Caps Lock LED on PD6tmk2013-07-111-1/+8
|
* Add power control of keyswitch board and tweak scan waittmk2013-07-083-6/+77
|
* Tweak tap timing for slow tap on space bartmk2013-07-031-1/+1
|
* Add Makefile for tmk board and tweak scan waittmk2013-07-032-2/+163
|
* Add power consumptions to doctmk2013-06-191-0/+35
|
* Change tapping parameter for hhkb/iwraptmk2013-06-191-0/+5
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-1/+1
| | | | | | | | | - 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
* Fix makefile, debug print and keymap of HHKBtmk2013-05-153-39/+15
|
* Add support of iWRAP5tmk2013-04-181-8/+14
| | | | | - mouse virtical wheel - consumer page
* Remove common/controller_teensy.htmk2013-04-132-8/+0
|
* Fix keymap of hhkb for new actionstmk2013-04-051-11/+8
|
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-311-2/+1
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Fix BOOTLOADER_SIZE settingtmk2013-03-292-20/+0
|
* Changed Makefile and config.h for new optionstmk2013-03-215-17/+33
|
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Fix legacy keymap supporttmk2013-03-112-6/+0
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-104-18/+19
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile
* Fix watchdog in bootloader jumptmk2013-03-102-5/+15
| | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
* Fix keymap for new frameworktmk2013-03-051-3/+3
|
* Add tap flags on record_ttmk2013-02-261-79/+64
|
* Fix keymap MACRO of pc98 adn hhkbtmk2013-02-251-17/+20
|
* Fix keymap of gh60 and hhkbtmk2013-02-213-33/+22
|
* Change struct key_ttmk2013-02-131-1/+1
|
* Change action APItmk2013-02-131-4/+1
|
* Change keymap APItmk2013-02-131-33/+30
|
* Clean layer actions.tmk2013-02-101-30/+47
|
* Add macro feature.tmk2013-02-041-7/+35
|
* Add user defined function to action.tmk2013-02-011-50/+113
|
* Clean code.tmk2013-01-282-1/+5
|
* Add tap toggle feature to action.tmk2013-01-281-2/+4
|
* Add oneshot modifier action.tmk2013-01-271-3/+9
|
* Add prototype of Action Function.tmk2013-01-231-2/+18
|
* Add bootmagic keys.(hhkb)tmk2013-01-231-0/+14
| | | | | - kick bootloader - enable debug print
* Add support partly for modifier with tap key.tmk2013-01-161-15/+3
|
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-151-1/+0
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-131-2/+6
|
* Add new layer actions.tmk2013-01-091-37/+41
|
* Fix action of system and consumer usage.tmk2012-12-171-2/+2
|
* Add initial fix for new keymap.tmk2012-12-164-54/+68
|
* Fix image link 3 :(tmk2012-11-011-3/+6
|