index
:
qmk_firmware
redox-keymap-yushyin
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
keyboard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-09
Add bootmagic.c and fix bootloader_jump
tmk
1
-23
/
+2
2013-03-06
Add eeconfig.c - eeprom stored paramerters
tmk
1
-4
/
+21
2013-03-05
Fix ghost block and remove matrix_has_ghost()
tmk
1
-1
/
+24
2013-02-25
Fix bit shift which is beyond int size(16bit)
tmk
1
-1
/
+1
2013-02-13
Change struct key_t
tmk
1
-1
/
+1
2013-02-11
Boot Magic key for gh60
tmk
1
-1
/
+10
2013-01-28
Clean code.
tmk
1
-8
/
+2
2013-01-26
New tapping logic.
tmk
1
-3
/
+3
2013-01-23
Minor fixes in keyboard.c.
tmk
1
-10
/
+6
2013-01-23
Add prototype of Action Function.
tmk
1
-1
/
+2
2013-01-23
Add bootmagic keys.(hhkb)
tmk
1
-0
/
+11
2013-01-17
Refactor struct keyevent_t.
tmk
1
-2
/
+2
2013-01-14
Fix waiting_keys and periodical update for delaying layer.
tmk
1
-1
/
+8
2013-01-13
Fix tap key using delaying_layer and waiting_key.
tmk
1
-1
/
+1
2013-01-09
Add new layer actions.
tmk
1
-2
/
+3
2012-12-15
Add initial fix for new keymap.
tmk
1
-544
/
+6
2012-10-26
Fix usage of debug flag
tmk
1
-1
/
+1
2012-10-22
Add print utility
tmk
1
-1
/
+5
2012-10-21
Add LED feature to Sun converter
tmk
1
-0
/
+7
2012-10-17
Add child proof keyboard locking feature!
tmk
1
-1
/
+1
2012-10-17
Add command console and mouseky parameters tweak.
tmk
1
-17
/
+21
2012-10-17
Fix commands
tmk
1
-17
/
+11
2012-10-17
Fix use of default_layer
tmk
1
-12
/
+20
2012-10-17
Fix layer switching and host API.
tmk
1
-60
/
+76
2012-10-17
Fix build option MOUSEKEY_ENABLE.
tmk
1
-1
/
+11
2012-10-17
Clean host.h interface.
tmk
1
-37
/
+47
2012-10-17
Add keycode.h and remove usb_keycodes.h.
tmk
1
-22
/
+22
2012-10-17
Add consumer/system usage support.
tmk
1
-16
/
+106
2012-10-17
Add repeating of Fn key with alt keycode.
tmk
1
-7
/
+22
2012-10-17
Initial version of new code for layer switch is added.
tmk
1
-130
/
+413
2012-06-28
Add consumer/system control feature to LUFA.
tmk
1
-12
/
+5
2012-06-06
Moved files to common, protocol and doc directory
tmk
1
-0
/
+203