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
/
command.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-01
Fix modifier stuck of Lock command(#127)
tmk
1
-0
/
+1
2014-07-30
Ad hoc fix of command API
tmk
1
-9
/
+19
2014-07-07
Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
tmk
1
-0
/
+1
2014-04-26
Make NKRO deafult when it is available
tmk
1
-2
/
+2
2014-04-10
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
Shayne Holmes
1
-0
/
+1
2013-10-04
Fix mod stuck of MODS_KEY when leaving layer #62
tmk
1
-0
/
+1
2013-09-18
Fix version info command
tmk
1
-5
/
+42
2013-09-11
Add version string
tmk
1
-3
/
+4
2013-06-23
Add BACKLIGHT_ENABLE conditional
tmk
1
-0
/
+2
2013-06-22
Add support for backlight
Wraul
1
-0
/
+7
2013-06-22
Add default layer config to bootmagic
tmk
1
-2
/
+2
2013-05-27
Fixes to sleep LED.
Mathias Andersson
1
-0
/
+5
2013-05-14
Fix command.c and README
tmk
1
-1
/
+0
2013-04-07
Fix bootmagic and eeconfig for virtual DIP SW
tmk
1
-24
/
+24
2013-04-04
Fix ACT_MODS action and switch_default_layer command
tmk
1
-1
/
+1
2013-04-02
Rename file layer_switch to action_layer
tmk
1
-1
/
+1
2013-04-02
Refine ACT_LAYER and ACT_LAYER_TAP
tmk
1
-1
/
+2
2013-03-31
Remove ACT_KEYMAP and ACT_OVERLAY
tmk
1
-1
/
+0
2013-03-27
Add sleep LED test command
tmk
1
-0
/
+8
2013-03-19
Add NO_PRINT and NO_DEBUG config options.
tmk
1
-13
/
+2
2013-03-11
Add build option BOOTMAGIC_ENABLE
tmk
1
-0
/
+4
2013-03-10
Add keyconf in eeconfig.c
tmk
1
-0
/
+9
2013-03-10
Rename HOST_* to PROTOCOL_* in protocol/*.mk
tmk
1
-5
/
+5
2013-03-10
Add KEYCONF to eeconfig.c
tmk
1
-2
/
+2
2013-03-09
Add bootmagic.c and fix bootloader_jump
tmk
1
-3
/
+1
2013-03-06
Add eeconfig.c - eeprom stored paramerters
tmk
1
-0
/
+22
2013-02-20
Add overlay framework
tmk
1
-4
/
+3
2013-02-15
Rewrite layer action with layer_switch
tmk
1
-5
/
+2
2013-02-15
Replace layer_stack with layer_switch
tmk
1
-2
/
+2
2013-02-15
Fix switch_default_layer command
tmk
1
-10
/
+12
2013-02-15
Change: 0 means default_layer in current_layer now
tmk
1
-3
/
+4
2013-02-12
Fix 'chage default layer' command.
tmk
1
-14
/
+7
2013-02-11
Merge branch 'keymap2'
tmk
1
-16
/
+1
2013-01-28
Clean code.
tmk
1
-16
/
+1
2012-11-23
Fixes from Tranquilite@GH.
tmk
1
-0
/
+1
2012-10-26
Add print_dec() and debug_dec().
tmk
1
-17
/
+14
2012-10-22
Add print utility
tmk
1
-25
/
+26
2012-10-17
Add child proof keyboard locking feature!
tmk
1
-3
/
+20
2012-10-17
Add command console and mouseky parameters tweak.
tmk
1
-62
/
+365
2012-10-17
Fix commands
tmk
1
-30
/
+47
2012-10-17
Clean host.h interface.
tmk
1
-7
/
+0
2012-10-17
Add keycode.h and remove usb_keycodes.h.
tmk
1
-19
/
+19
2012-10-17
Initial version of new code for layer switch is added.
tmk
1
-1
/
+1
2012-06-29
confirm SetReport LED.
tmk
1
-0
/
+1
2012-06-06
Moved files to common, protocol and doc directory
tmk
1
-0
/
+243