]> git.donarmstrong.com Git - qmk_firmware.git/shortlog
qmk_firmware.git
2016-12-10 Ofer PlesserAdded support for timing out combos if a key as been...
2016-12-09 Ofer PlesserImplemented basic key combination feature
2016-12-03 Jack HumbertMerge pull request #931 from OferPlesser/feature/improv...
2016-12-03 Jack HumbertMerge pull request #916 from wez/ble_4
2016-12-03 Ofer PlesserForgot to use define in delay instead of hardcoded...
2016-12-03 Ofer PlesserUpdated ps2 mouse documentation in readme
2016-12-03 Ofer PlesserAdded back PS2_MOUSE_INIT_DELAY define
2016-12-03 ofplesRefactored and improved ps2 mouse feature
2016-12-03 Wez FurlongConnect the adafruit ble code to the lufa main loop
2016-12-02 Jack HumbertMerge pull request #930 from cbbrowne/master
2016-12-02 Jack HumbertMerge pull request #929 from jackhumbert/hf/size-warnings
2016-12-02 cbbrowneAdds warnings to Planck keymaps that exceed 0x7000...
2016-12-02 Jack Humbertadds warnings to 4 keymaps
2016-12-02 Jack HumbertMerge pull request #881 from NoahAndrews/patch-1
2016-12-02 Jack HumbertMerge pull request #915 from wez/ble_3
2016-12-02 Jack HumbertMerge pull request #914 from wez/ble_2
2016-12-02 Jack HumbertMerge pull request #913 from wez/ble_1
2016-12-02 Jack HumbertMerge pull request #924 from cbbrowne/master
2016-12-02 Erez ZukermanAnnotates nordic
2016-12-02 Erez ZukermanTweaks Kristian's layout again
2016-12-02 Erez ZukermanKristian's keymap
2016-12-02 cbbrowneI also want page-down/page-up on UPPER layer
2016-12-02 cbbrowneI want page-down/page-up - put those on LOWER-Left...
2016-12-01 cbbrowneImprove docs on memory usage
2016-12-01 cbbrowneImprove docs on SYSEX bit
2016-12-01 cbbrowneMore notes on .hex size protection
2016-12-01 cbbrowneMake my builds smaller
2016-12-01 cbbrowneMerge branch 'master' of https://github.com/jackhumbert...
2016-12-01 Erez ZukermanBetter layout
2016-11-29 cbbrowneMerge branch 'master' of https://github.com/jackhumbert...
2016-11-29 Jack HumbertMerge pull request #919 from jackhumbert/hf/robot_test_...
2016-11-29 Erez ZukermanTest layout for ErgoDox EZ manufacturing robot
2016-11-29 Erez ZukermanMerge pull request #918 from jackhumbert/wu5y7
2016-11-29 Erez ZukermanMerge pull request #917 from gid0/master
2016-11-29 Jack Humbertguess i didnt pull
2016-11-29 Jack HumbertMerge branch 'wu5y7' of github.com:jackhumbert/qmk_firm...
2016-11-29 Jack Humbertenable rgblight by default for ez
2016-11-29 Jack Humbertenable api sysex for ez
2016-11-29 Jack HumbertMerge branch 'master' of github.com:jackhumbert/qmk_fir...
2016-11-28 cbbrowneMerge branch 'master' of https://github.com/jackhumbert...
2016-11-28 OlivierAdd the AZERTY compatibility layer.
2016-11-28 OlivierChange layer names (cosmetic change) and reorder them...
2016-11-28 Erez ZukermanTweaks position of TOG not to conflict with MO
2016-11-28 OlivierA little cleanup, add some comments, change others.
2016-11-28 Erez ZukermanTweaks EZ Makefile
2016-11-28 Erez ZukermanPulls LED config into common config for EZ
2016-11-28 OlivierAdjust comment.
2016-11-28 OlivierReorganize the numeric keypad layer more like a traditi...
2016-11-28 Wez FurlongAdd support for Adafruit BLE modules
2016-11-28 Wez FurlongAdd arduino-alike GPIO pin control helpers
2016-11-28 Wez FurlongTidy up atomicity in timer.c and ring_buffer.h
2016-11-27 OlivierMerge https://github.com/jackhumbert/qmk_firmware
2016-11-26 Jack Humbertseparated into api files/folder
2016-11-26 Jack HumbertMerge pull request #908 from priyadi/promethium
2016-11-26 Priyadi Iman... update docs
2016-11-26 Jack HumbertMerge pull request #907 from priyadi/unicode_docs
2016-11-26 Jack HumbertMerge pull request #906 from priyadi/unicode_map_fix_wa...
2016-11-26 Priyadi Iman... Update Unicode documentation
2016-11-26 Priyadi Iman... fix strict-prototypes warning
2016-11-26 Priyadi Iman... Merge branch 'promethium' of github.com:priyadi/qmk_fir...
2016-11-26 Priyadi Iman... remove ifdef on chip type
2016-11-26 Priyadi Iman... protocols.mk is already included in latest QMK
2016-11-26 Priyadi Iman... change init delay to 2000ms
2016-11-26 Priyadi Iman... My Promethium keyboard firmware
2016-11-26 Jack HumbertMerge pull request #905 from priyadi/ps2_documentation
2016-11-26 Jack HumbertMerge pull request #904 from priyadi/ps2_remove_hardcod...
2016-11-26 Priyadi Iman... remove define checks. didn't work because of include...
2016-11-26 Priyadi Iman... add macro error when a required define is missing
2016-11-26 Priyadi Iman... A few addition to PS2 documentation.
2016-11-26 Priyadi Iman... Fix unterminated ifndef
2016-11-26 Priyadi Iman... PS2 pins configuration belongs to each keyboards config.h
2016-11-26 Priyadi Iman... remove ifdef on chip type
2016-11-26 Priyadi Iman... protocols.mk is already included in latest QMK
2016-11-26 Priyadi Iman... change init delay to 2000ms
2016-11-26 Jack HumbertMerge pull request #903 from priyadi/ps2_init_delay
2016-11-26 Priyadi Iman... Merge branch 'master' into promethium
2016-11-26 Priyadi Iman... Make PS2 init delay configurable. Some devices are...
2016-11-26 Priyadi Iman... My Promethium keyboard firmware
2016-11-25 cbbrowneMerge branch 'master' of https://github.com/jackhumbert...
2016-11-25 Jack HumbertMerge pull request #902 from OferPlesser/feature/ps2...
2016-11-25 ofplesAdded documentation for PS/2 mouse in readme
2016-11-25 ofplesRemoved comment
2016-11-25 ofplesAdded missing endif for ifdef __AVR_ATmega32U4__ and...
2016-11-25 ofplesAdded protocol.mk to build
2016-11-25 Jack HumbertMerge pull request #899 from Wilba6582/suspend_fix
2016-11-24 Jack Humbertrgblight fixes
2016-11-24 Jack Humberttravis pls
2016-11-23 Jack Humbertconverted to new format
2016-11-23 cbbrowneMerge branch 'master' of https://github.com/jackhumbert...
2016-11-23 Wilba6582Fixed NO_SUSPEND_POWER_DOWN handling
2016-11-23 Jack Humbertconverted to 8bit messages
2016-11-23 Wilba6582Fixed NO_SUSPEND_POWER_DOWN handling
2016-11-22 Jack HumbertMerge pull request #898 from PureSpider/backlight-fix
2016-11-22 Jack HumbertMerge pull request #896 from h-youhei/jp106
2016-11-22 PureSpiderSet backlight status to on if it's at maximum brightnes...
2016-11-22 h-youheiAdd japanese keymap
2016-11-22 Jack HumbertMerge branch 'master' of github.com:jackhumbert/qmk_fir...
2016-11-22 Jack Humbertfix infinity
2016-11-22 Jack Humbertcleaning up midid
2016-11-22 Jack HumbertMerge pull request #894 from dchagniot/ergodoxDvorakEmacs
next