]> git.gir.st - tmk_keyboard.git/history - tmk_core
fc980c: Update README and add schematic
[tmk_keyboard.git] / tmk_core /
2017-07-08 tmkMerge branch 'master' of https://github.com/x64051...
2017-06-24 X64051remove unused functions
2017-05-30 tmkcore: Fix Oneshot mods key repeat problem #474
2017-05-30 tmkcore: Fix for stuck key problem #441
2017-04-11 tmkcore: Fix typo
2017-04-11 tmkcore: Change MOD_* definition to make OR(|) usable
2017-04-10 tmkcore: Fix for missing key on fc660c
2017-02-02 tmkcore: Add MOD_NONE to mods_bit enum
2017-01-11 tmkcore: Fix LAYER_MODS() and LAYER_TAP()
2017-01-05 tmkcore: Cancel removing IS_ANY() at c98e89f
2017-01-04 tmkcore: Modifiers can be used as tap key Fix #422
2016-12-20 tmkMerge pull request #416 from louisrousseau/master
2016-12-20 tmkcore: Fix for ChibiOS update #411
2016-12-10 tmkMerge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
2016-12-05 tmkMerge pull request #414 from tanant/macro_documentation
2016-12-04 AnthonyAdd note for L/R side bit being ignored
2016-12-04 AnthonyAdd in basic documentation for Macro system
2016-11-29 tmkcore: Swap position of PEQL and PENT in unimap
2016-11-29 tmkMerge pull request #406 from 39aldo39/patch-1
2016-11-29 tmkMerge pull request #410 from erikpe/master
2016-11-29 tmkMerge pull request #409 from luizribeiro/vusb-remote...
2016-11-27 Luiz RibeiroV-USB remote wakeup
2016-11-14 Aldo Gunsingcore: Fix typo in definition AC_g
2016-10-18 tmkcore: Debug print for system and consumer keys
2016-10-12 tmkcore: Fix sleep_led
2016-10-08 tmkMerge branch 'matrix-fix'
2016-10-08 tmkcore: Change matrix_init and matrix_print
2016-10-05 tmkMerge branch 'matrix-clear'
2016-10-05 tmkcore: Add matrix_clear() and default impl.
2016-10-04 tmkcore: Add suspend mode options
2016-10-04 tmkcore: Fix suspend/wake for converters #386
2016-10-03 tmkcore: LUFA_DEBUG_SUART for serial debug
2016-09-25 tmkcore: Fix mechanical locking supoort #390
2016-09-24 tmkMerge branch 'nemith-master'
2016-09-24 tmkcore: Fix OPT_DEFS for mbed build
2016-09-24 tmkMerge branch 'master' of https://github.com/nemith...
2016-09-24 tmkMerge pull request #385 from leizzer/master
2016-09-22 leizzerMerge branch 'master' of github.com:leizzer/tmk_keyboard
2016-09-22 leizzerChange .gitignore for ChibiOS
2016-09-17 tmkMerge branch 'ps2_unimap'
2016-09-16 tmkcore: Fix build config in protocol.mk
2016-09-09 tmkMerge branch 'next-unimap'
2016-09-09 tmkcore: Add short names in unimap
2016-09-09 tmkcore: Fix dfu wait in rules.mk
2016-09-08 tmkMerge branch 'mediakey-fix'
2016-09-08 tmkcore: Fix 'make dfu' message
2016-09-08 Travis La MarrFix OS X Recognizing keyboard as Mouse/Tablet
2016-09-08 tmkcore: 'make dfu' waits for bootloader to start
2016-09-08 tmkcore: Fix unimap UNIMAP_NO case
2016-09-07 tmkMerge branch 'nkro32'
2016-09-06 tmkcore: Change lufa NKRO report size 16 to 32 bytes
2016-08-31 tmkcore: Fix common.mk for build options
2016-08-30 tmkcore: Fix unimap layout comment
2016-08-30 tmkMerge branch 'unimap'
2016-08-29 tmkcore: Add unimap support
2016-08-29 tmkcore: Fix doc/keymap.md for new keymap framework
2016-08-29 tmkcore: Add default implemenation of keymap read
2016-08-29 tmkcore: action codes are action_t struct now
2016-08-08 tmkcore: Change chibios repo directory names
2016-07-30 tmkcore: Fix keycode.txt
2016-06-21 tmkMerge branch 'remote_wakeup_32u2_fix'
2016-06-21 tmkcore: Fix USB remote wakeup on ATmega32U2 #361
2016-06-21 tmkMerge branch 'usb_usb_multiple_keyboard_share'
2016-06-21 tmkusb_usb: Add multiple keyboard support
2016-06-07 tmkMerge branch 'report_descriptor_fix'
2016-06-07 tmkcore: Fix Logical Maximum in report descriptor
2016-06-07 tmkMerge branch 'report_descriptor_fix'
2016-06-05 tmkcore: Fix LUFA report descriptor
2016-06-04 tmkMerge pull request #355 from papodaca/XT
2016-06-04 tmkMerge branch 'adb_mediakey'
2016-06-04 tmkcore: change API of adb.c to accept device address
2016-05-22 tmkMerge commit '20b787fc1284176834cbe7ca2134e4b36bec5828'
2016-05-20 tmkcore: Add comment of register 3 of ADB
2016-05-19 tmkMerge branch 'adb_iso_fix'
2016-05-19 tmkcore: Add adb_host_talk()
2016-05-05 tmkMerge pull request #341 from esell/master
2016-05-05 esellMerge pull request #1 from esell/bluefruit
2016-05-05 esellupdate macro names in bluefruit
2016-04-21 tmkMerge branch 'master' of github.com:tmk/tmk_keyboard
2016-04-21 tmkMerge commit '71381457fa1311dfa0b58ba882a96db740640871'
2016-03-28 tmkMerge pull request #321 from njbair/master
2016-03-28 tmkcore: Fix media/consumer keys
2016-03-27 Nick BairClean up wording in keymap example
2016-03-27 Nick BairClarify layer precedence
2016-03-27 Nick Bairclarify layer documentation
2016-03-18 tmkps2_usb: Fix for VUSB configuration
2016-03-16 tmkMerge branch 'actionmap'
2016-03-03 Ethan ApodacaMostly working. Is unstable, will emit bad codes after...
2016-03-03 tmkcore: Actionmap support
2016-03-02 Ethan ApodacaCodes appear to be detected correctly, the break codes...
2016-02-17 tmkcore: Fix chibios user compile options
2016-02-17 tmkMerge branch 'chibios' of https://github.com/flabbergas...
2016-02-16 tmkcore: Fix ps2_mouse.c debug print
2016-02-16 obonesRemoved duplicate debug message code and surrounded...
2016-02-16 tmkMerge commit '657d9f23fe47fb88cf221adb23095082f191ba6a'
2016-02-14 flabbergastChibios: Revert common.mk change (fix AVR linking problem).
2016-02-12 tmkMerge commit '5a0132f1c1c9a14fd2941f0a5e29bbf5e31da20c...
2016-02-11 flabbergastChibios: cleanup usb_main code.
2016-02-11 flabbergastChibios: Fix a HardFault bug (wait after start).
2016-02-11 tmkMerge commit '28203e909e83b1ac6becb45a3eadae23b190df32...
next
Imprint / Impressum