]> git.friedersdorff.com Git - max/tmk_keyboard.git/shortlog
max/tmk_keyboard.git
2020-04-09 tmksun_usb: Add Makefile for ATmega32U4
2020-04-08 tmksun_usb: Update README and rename to .md
2020-04-08 tmksun_usb: Add unimap support
2020-04-06 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-04-01 Purdea Andreitmk_core/common/timer.h: Improve code generation for...
2020-04-01 Purdea Andreitmk_core/common/timer.h: Fixing TIMER_DIFF macro to...
2020-03-22 tmkibmpc_usb: Update firmware hex files
2020-03-20 tmkibmpc_usb: Add comment on INTERRUPT_CONTROL_ENDPOINT
2020-03-20 tmklufa: Add comment on INTERRUPT_CONTROL_ENDPOINT
2020-03-20 tmklufa: Disable SOF interrupt
2020-03-15 Mark SikoraMerge remote-tracking branch 'tmk/master'
2020-03-13 tmkfc660c: Update firmware hex files
2020-03-03 tmkibmpc_usb: Fix CS3 scan code in comment
2020-03-02 tmkibmpc_usb: Update README
2020-03-02 tmkMerge branch 'ibmpc_update'
2020-03-02 tmkibmpc_usb: Update firmware binary
2020-03-02 tmkibmpc_usb: Change keymap for application key
2020-03-02 tmkibmpc: Fix debug print
2020-03-02 tmkibmpc_usb: Check overrun error for CS2 and CS3
2020-03-02 tmkibmpc_usb: Check invalid code for CS1
2020-03-02 tmkibmpc: Protocol detection between AT and XT
2020-03-01 tmkibmpc: Check buffer full and error code FF
2020-03-01 tmkibmpc: Fix comments
2020-03-01 tmkibmpc: Add timeout check
2020-03-01 tmkibmpc_usb: Wait BAT(AA) code forever
2020-03-01 tmkibmpc_usb: Error recovery with invalid scan code
2020-02-29 tmkibmpc: Refactor code
2020-02-29 tmkibmpc: Fix debug print and wait time
2020-02-29 tmkibmpc_usb: Fix init code not to block main loop
2020-02-29 tmkibmpc: Add two-byte buffer for data received
2020-02-29 tmkibmpc: Fix stop bit check code in ISR
2020-02-29 tmkibmpc_usb: Fix hard reset code
2020-02-29 tmkibmpc: Change ISR code
2020-02-29 tmkibm_usb: Fix interrupt enable macro
2020-02-29 tmkibmpc_usb: Fix keyboard initialize
2020-02-29 tmkibmpc: Add ibmpc_host_clear_isr
2020-02-29 tmkibmpc: Add intruppt disable and enable function
2020-02-29 tmkibmpc_usb: Fix Disable/Enable keyboard
2020-02-29 tmkibmpc: Fix how to initialize keyboard
2020-02-29 tmkibmpc: Fix error handling for keyobard hotswap
2020-02-29 tmkibmpc: Fix START case in ISR
2020-02-29 tmkibmpc: Read data line earlier in ISR as possible
2020-02-13 tmkadb_usb: Update prebuilt firmware
2020-02-12 tmkadb_usb: Fix start up delay for AEK/AEKII
2020-02-09 tmklufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG
2020-02-09 tmklufa: Update makefile for new LUFA
2020-02-09 tmklufa: Use the latest LUFA library on github
2020-02-09 tmklufa: Remove old LUFA directory
2020-02-09 tmklufa: Fix console_putc
2020-02-09 tmkadb_usb: Fix mouse init and debug print
2020-02-03 tmkusb_usb: Fix unimap translation for Power
2020-02-03 tmkcore: Fix unimap translation range
2020-01-12 Mark SikoraMerge remote-tracking branch 'tmk/master'
2019-12-28 tmkalps64: Update prebuilt firmware
2019-12-28 tmkalps64: Fix for delay time for matrix scan
2019-12-05 tmkibmpc_usb: Add prebuilt firmware files
2019-12-04 tmkibmpc_usb: Fix Makefiles
2019-12-04 tmkibmpc_usb: Add support for AT90USB1286
2019-12-04 tmkcore: Fix bootloader for 128KB flash
2019-12-04 tmkcore: Fix ldscript for AT90USB to support unimap
2019-12-04 tmkcore: Add ldscript for AT90USB to support unimap
2019-12-04 tmkibmpc_usb: Add IBM PC Keyobard converter
2019-12-04 tmkcore: Add IBM PC Keyboard protocol support
2019-11-12 tmkterminal_usb: Add note for pull-up resistors
2019-11-12 tmkterminal_usb: Change keymap for hidden keys
2019-11-12 tmkcore: Add short name for keycode KP_00 and KP_000
2019-11-12 leragequitAdding support for the IBM 102 Terminal Keyboard (...
2019-11-12 tmkalps64: Update firmware binary
2019-11-12 tmkgh60: Change debouncing using timer count
2019-10-03 tmkalps64: Change debouncing using timer count
2019-10-01 tmkfc980c: Update firmware binary
2019-10-01 tmkfc980c: Fix initial state of LED
2019-09-18 tmkusb_usb: Fix markdown notation in README
2019-09-18 tmkusb_usb: Update firmware file
2019-09-18 tmkusb_usb: Add BTLD unimap to start bootloader
2019-09-18 tmkusb_usb: Enable NO_DEBUG build option
2019-09-18 tmkusb_usb: Clean print for debug
2019-09-18 tmkcore: Add NO_PRINT and NO_DEBUG build option
2019-09-18 tmkcore: Remove unneeded code in bootloader_jump
2019-09-17 tmkcore: Add AC_BTLD to actionmap and unimap
2019-09-17 tmkcore: Read bootloader size from AVR fuse bits
2019-09-16 tmkcore: Fix comment and remove unused code
2019-09-16 tmkcore: Add bootkey of Caterina bootloader
2019-09-09 tmkps2_usb: Add Makefile.32u4
2019-09-09 tmkps2_usb: Update README
2019-09-09 tmkps2_usb: Make build files clean
2019-09-04 tmkpc98_usb: Fix scan code description
2019-09-04 tmkpc98_usb: Fix STOP as magic key
2019-09-04 tmkpc98_usb: Fix debug print codes
2019-09-04 tmkpc98_usb: Change LUFA build option for #627
2019-07-23 Haruka InoueAdd PC-8801 Keyboard support. (#620)
2019-07-12 tmkibm4704_usb: Update document
2019-07-12 tmkcore: Fix ibm4704_send() wait for clock to start
2019-06-24 tmkadb_usb: Update README
2019-06-24 tmkadb_usb: Fix for Macally ADB keyboard
2019-06-23 tmkadb_usb: Update binary firmware
2019-06-23 tmkMerge branch 'adb_extended_mouse'
2019-06-23 tmkadb_usb: Change Unimap for ADB keyboard
2019-06-23 tmkadb_usb: Remove unnecessary waits
2019-06-23 tmkadb_usb: Clean repository
next