index
:
orbekk_dactyl_example
master
Unnamed repository; edit this file 'description' to name the repository.
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2013-01-28
Clean code.
tmk
2013-01-28
Add tap toggle feature to action.
tmk
2013-01-27
Add oneshot modifier action.
tmk
2013-01-27
Fix keycodes. It has 32 Fn keys now.
tmk
2013-01-27
Remove test_func.
tmk
2013-01-27
New tapping logic.
tmk
2013-01-24
Minor fixes in keyboard.c.
tmk
2013-01-23
Add prototype of Action Function.
tmk
2013-01-23
Add bootmagic keys.(hhkb)
tmk
2013-01-21
Fix mods with tapping.
tmk
2013-01-17
Refactor struct keyevent_t.
tmk
2013-01-17
Fix mods with tap key but some problems still exists.
tmk
2013-01-16
Add support partly for modifier with tap key.
tmk
2013-01-15
Fix waiting_keys and periodical update for delaying layer.
tmk
2013-01-13
Fix tap key using delaying_layer and waiting_key.
tmk
2013-01-09
Add new layer actions.
tmk
2012-12-17
Fix action of system and consumer usage.
tmk
2012-12-16
Add initial fix for new keymap.
tmk
2012-10-27
Fix usage of debug flag
tmk
2012-10-27
Add print_dec() and debug_dec().
tmk
2012-10-23
Add print utility
tmk
2012-10-21
Add LED feature to Sun converter
tmk
2012-10-21
Fix mousekey parameter bug
tmk
2012-10-19
Use software serial for Sun.
tmk
2012-10-18
Add child proof keyboard locking feature!
tmk
2012-10-17
Add command console and mouseky parameters tweak.
tmk
2012-10-17
Add Mousekey parameters and accel keys.
tmk
2012-10-17
Fix commands
tmk
2012-10-17
Fix use of default_layer
tmk
2012-10-17
Fix layer switching and host API.
tmk
2012-10-17
Add subset of Xorg MouseKey acceleration parameters.
tmk
2012-10-17
Fix build option MOUSEKEY_ENABLE.
tmk
2012-10-17
Clean host.h interface.
tmk
2012-10-17
Add keycode.h and remove usb_keycodes.h.
tmk
2012-10-17
Add consumer/system usage support.
tmk
2012-10-17
Add repeating of Fn key with alt keycode.
tmk
2012-10-17
Initial version of new code for layer switch is added.
tmk
2012-10-15
Fix MCU name macro in bootloader.c.
tmk
2012-09-04
usb_hid: workaround for compile on Windows.
tmk
2012-09-02
usb_hid: Fix timer size uint16_t to uint32_t;
tmk
2012-08-28
Add USB to USB converter. unmature.
tmk
2012-08-28
test build of 'Host shield' in minimal env.
tmk
2012-06-30
Add support of USBasp bootloader.
tmk
2012-06-30
Add Makefile.lufa to keyboard/hhkb and hbkb.
tmk
2012-06-30
Fix bootloader.c
tmk
2012-06-29
confirm SetReport LED.
tmk
2012-06-28
Add consumer/system control feature to LUFA.
tmk
2012-06-28
Add LUFA mouse feature and fix mouse report.
tmk
2012-06-07
Fixed Makefile to adjust new directories.
tmk
2012-06-07
Moved files to common, protocol and doc directory
tmk