summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb
AgeCommit message (Collapse)AuthorFilesLines
2013-06-19Add power consumptions to doctmk1-0/+35
2013-06-19Change tapping parameter for hhkb/iwraptmk1-0/+5
2013-05-21Fix deprecated 'prog_*' typedef - Issue #34tmk1-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
2013-05-14Fix makefile, debug print and keymap of HHKBtmk3-39/+15
2013-04-18Add support of iWRAP5tmk1-8/+14
- mouse virtical wheel - consumer page
2013-04-13Remove common/controller_teensy.htmk2-8/+0
2013-04-04Fix keymap of hhkb for new actionstmk1-11/+8
2013-03-31Remove ACT_KEYMAP and ACT_OVERLAYtmk1-2/+1
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
2013-03-29Fix BOOTLOADER_SIZE settingtmk2-20/+0
2013-03-21Changed Makefile and config.h for new optionstmk5-17/+33
2013-03-17Enable Boot magick on hhkbtmk1-2/+2
2013-03-11Fix legacy keymap supporttmk2-6/+0
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-10Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk4-18/+19
- define BOOTLOADER_SIZE in config.h instead of Makefile
2013-03-10Fix watchdog in bootloader jumptmk2-5/+15
- disable watchdog after watchdog reset - clear WDRF after watchdog reset
2013-03-05Fix keymap for new frameworktmk1-3/+3
2013-02-26Add tap flags on record_ttmk1-79/+64
2013-02-25Fix keymap MACRO of pc98 adn hhkbtmk1-17/+20
2013-02-21Fix keymap of gh60 and hhkbtmk3-33/+22
2013-02-13Change struct key_ttmk1-1/+1
2013-02-13Change action APItmk1-4/+1
2013-02-13Change keymap APItmk1-33/+30
2013-02-10Clean layer actions.tmk1-30/+47
2013-02-04Add macro feature.tmk1-7/+35
2013-02-01Add user defined function to action.tmk1-50/+113
2013-01-28Clean code.tmk2-1/+5
2013-01-28Add tap toggle feature to action.tmk1-2/+4
2013-01-27Add oneshot modifier action.tmk1-3/+9
2013-01-23Add prototype of Action Function.tmk1-2/+18
2013-01-23Add bootmagic keys.(hhkb)tmk1-0/+14
- kick bootloader - enable debug print
2013-01-16Add support partly for modifier with tap key.tmk1-15/+3
2013-01-14Fix waiting_keys and periodical update for delaying layer.tmk1-1/+0
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk1-2/+6
2013-01-09Add new layer actions.tmk1-37/+41
2012-12-16Fix action of system and consumer usage.tmk1-2/+2
2012-12-15Add initial fix for new keymap.tmk4-54/+68
2012-11-01Fix image link 3 :(tmk1-3/+6
2012-11-01Fix image link 2tmk1-3/+3
2012-11-01Fix image link in README.mdtmk1-3/+3
2012-11-01Improve documentationtmk4-233/+201
2012-10-17Fix projects for new keycodestmk1-11/+8
2012-10-17Fix HHKB iWRAP buildtmk2-6/+7
2012-10-17Fix HHKB keymaptmk1-3/+3
2012-10-17HHKB scan matrix: fix wait time on power ontmk1-9/+12
2012-10-17Add Mousekey parameters and accel keys.tmk1-4/+4
2012-10-17Fix build option MOUSEKEY_ENABLE.tmk2-2/+2
2012-10-17Clean host.h interface.tmk1-1/+1
2012-10-17Add keycode.h and remove usb_keycodes.h.tmk2-27/+26
2012-10-17Initial version of new code for layer switch is added.tmk3-50/+10
2012-10-17Fix: Makefiletmk1-3/+3
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk2-2/+3