]> git.gir.st - tmk_keyboard.git/history - common
Add M0120 scan code diagram
[tmk_keyboard.git] / common /
2013-09-21 tmkFix USB initilaize on LUFA
2013-09-21 tmkMerge branch 'm0110_next'
2013-09-21 tmkFix to bootmagic key configurable
2013-09-19 tmkMerge branch 'tapping_fix60'
2013-09-18 tmkFix version info command
2013-09-18 tmkFix bootloader jump use word address
2013-09-18 tmkFix Tapping: release of a key pressed before tap
2013-09-11 tmkFix action macros
2013-09-11 tmkMerge branch 'keymap_section'
2013-09-11 tmkAdd version string
2013-07-29 tmkFix tapping count over flow(issue #52)
2013-07-28 tmkMerge branch 'lufa_nkro'
2013-07-28 tmkAdd NKRO support for LUFA
2013-07-23 tmkMerge branch 'bootmagic_salt'(Fix issue #41)
2013-07-23 tmkAdd bootmagic salt key to avoid accidental configuration
2013-07-23 tmkMerge branch 'lockkey_fix'(Fix issue #46)
2013-07-23 tmkAdd mechanical locking switch support for NumLock and...
2013-07-22 tmkMerge branch 'macro_mediakey'(Fix issue #42)
2013-07-22 tmkAdd support for macro media/system keys
2013-07-21 tmkMerge branch 'bob_fix'
2013-07-20 tmkCancel tapping when interrupted by other key
2013-07-19 tmkChange name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
2013-06-23 tmkMerge branch 'Wraul-kmac'
2013-06-23 tmkAdd BACKLIGHT_ENABLE conditional
2013-06-22 tmkFix typo
2013-06-22 WraulAdd support for backlight
2013-06-22 tmkAdd default layer config to bootmagic
2013-05-27 tmkMerge pull request #37 from Wraul/update_phantom
2013-05-27 tmkMerge pull request #36 from Wraul/fix_sleep_led
2013-05-27 Mathias AnderssonFixes to sleep LED.
2013-05-21 tmkFix deprecated 'prog_*' typedef - Issue #34
2013-05-14 tmkFix command.c and README
2013-05-14 tmkMerge branch 'fix_print'
2013-05-14 tmkUse dprint and dprintf for debug
2013-05-14 tmkAdd xprintf(xitoa) from elm-chan.org
2013-04-13 tmkRemove common/controller_teensy.h
2013-04-12 tmkAdd media eject key support from tufty
2013-04-07 tmkMerge branch 'virtual_dipsw'
2013-04-07 tmkFix bootmagic and eeconfig for virtual DIP SW
2013-04-04 tmkFix keymap for new actions
2013-04-04 tmkMerge branch 'action_refine'
2013-04-04 tmkFix keymap of hhkb for new actions
2013-04-04 tmkFix keymap of gh60
2013-04-04 tmkFix ACT_MODS action and switch_default_layer command
2013-04-04 tmkAdd file action_code.h
2013-04-02 tmkFix ACTION_LAYER macros
2013-04-02 tmkRename file layer_switch to action_layer
2013-04-02 tmkRefine ACT_LAYER and ACT_LAYER_TAP
2013-03-31 tmkRemove ACT_KEYMAP and ACT_OVERLAY
2013-03-28 tmkMerge branch 'action_tapping'
2013-03-28 tmkAdd action_tapping.[ch] for refactoring
2013-03-27 tmkMerge branch 'suspend_fix'
2013-03-27 tmkAdd sleep LED test command
2013-03-27 tmkAdd supsend and wakeup to pjrc stack
2013-03-24 tmkAdd common/suspend.c
2013-03-21 tmkMerge branch 'add_build_options'
2013-03-21 tmkClean action.c
2013-03-21 tmkAdd NO_ACTION_ONESHOT config option
2013-03-19 tmkAdd NO_ACTION_KEYMAP config option
2013-03-19 tmkAdd NO_ACTION_FUNCTION config option
2013-03-19 tmkAdd NO_ACTION_TAPPING and NO_ACTION_MACRO config options
2013-03-19 tmkAdd NO_ACTION_OVERLAY config option
2013-03-19 tmkAdd COMMAND_ENABLE build option
2013-03-19 tmkAdd NO_PRINT and NO_DEBUG config options.
2013-03-16 tmkChange sleep led step table to get smooth
2013-03-16 tmkMerge branch 'remote_wakeup'
2013-03-16 tmkAdd breathing sleep LED during USB suspend
2013-03-12 tmkMerge branch 'debouncing_fix'
2013-03-12 tmkFix debouncing and add legacy keymap support
2013-03-12 tmkMerge branch 'locking_caps'
2013-03-12 tmkAdd mechanical locking switch support for CapsLock
2013-03-11 tmkMerge branch 'eeprom_config'
2013-03-11 tmkAdd build option BOOTMAGIC_ENABLE
2013-03-11 tmkFix debug parameter setting in eeconfig
2013-03-11 tmkFix legacy keymap support
2013-03-11 tmkAdd default value to BOOTLOADER_SIZE
2013-03-10 tmkAdd keyconf in eeconfig.c
2013-03-10 tmkRename HOST_* to PROTOCOL_* in protocol/*.mk
2013-03-10 tmkAdd KEYCONF to eeconfig.c
2013-03-10 tmkAdd BOOTLOADER_SIZE and remove BOOT_SIZE
2013-03-10 tmkFix watchdog in bootloader jump
2013-03-09 tmkAdd bootmagic.c and fix bootloader_jump
2013-03-06 tmkAdd eeconfig.c - eeprom stored paramerters
2013-03-05 tmkMerge branch 'ghost_fix'
2013-03-05 tmkRemove matrix_key_count() from matrix.h
2013-03-05 tmkFix ghost block and remove matrix_has_ghost()
2013-03-05 tmkMerge branch 'overlays'
2013-03-05 tmkFix keymap for new framework
2013-03-04 tmkClean action.h and add keymap doc
2013-03-04 tmkCreate keymap.md
2013-02-27 tmkFix SET_DEFAULT_LAYER action and keymap of gh60
2013-02-26 tmkAdd tap flags on record_t
2013-02-25 tmkFix bit shift which is beyond int size(16bit)
2013-02-25 tmkAdd MACRO action
2013-02-23 tmkMerge branch 'pc98' of github.com:tmk/tmk_keyboard...
2013-02-23 tmkFix README and comments in action.h
2013-02-20 tmkFix tap key bug: layer stuck
2013-02-20 tmkAdd keymap clear/reset action
2013-02-20 tmkAdd overlay framework
2013-02-15 tmkMerge branch 'layer_switch'
next
Imprint / Impressum