Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | Merge pull request #915 from wez/ble_3 | Jack Humbert | |
Add support for Adafruit BLE modules | |||
2016-12-02 | Merge pull request #914 from wez/ble_2 | Jack Humbert | |
Add arduino-alike GPIO pin control helpers | |||
2016-12-02 | Merge pull request #913 from wez/ble_1 | Jack Humbert | |
Tidy up atomicity in timer.c and ring_buffer.h | |||
2016-12-02 | Merge pull request #924 from cbbrowne/master | Jack Humbert | |
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE | |||
2016-12-02 | Annotates nordic | Erez Zukerman | |
2016-12-02 | Tweaks Kristian's layout again | Erez Zukerman | |
2016-12-02 | Kristian's keymap | Erez Zukerman | |
2016-12-02 | I also want page-down/page-up on UPPER layer | cbbrowne | |
2016-12-02 | I want page-down/page-up - put those on LOWER-Left/Right near bottom corner | cbbrowne | |
2016-12-01 | Improve docs on memory usage | cbbrowne | |
2016-12-01 | Improve docs on SYSEX bit | cbbrowne | |
2016-12-01 | More notes on .hex size protection | cbbrowne | |
2016-12-01 | Make my builds smaller | cbbrowne | |
2016-12-01 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-30 | Better layout | Erez Zukerman | |
2016-11-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-29 | Merge pull request #919 from jackhumbert/hf/robot_test_layout | Jack Humbert | |
Test layout for ErgoDox EZ manufacturing robot | |||
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | Erez Zukerman | |
2016-11-29 | Merge pull request #918 from jackhumbert/wu5y7 | Erez Zukerman | |
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API | |||
2016-11-29 | Merge pull request #917 from gid0/master | Erez Zukerman | |
keyboards/ergodox/keymaps/bepo : merge from author | |||
2016-11-29 | guess i didnt pull | Jack Humbert | |
2016-11-29 | Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-29 | enable rgblight by default for ez | Jack Humbert | |
2016-11-29 | enable api sysex for ez | Jack Humbert | |
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-28 | Add the AZERTY compatibility layer. | Olivier | |
2016-11-28 | Change layer names (cosmetic change) and reorder them so that the "shift" ↵ | Olivier | |
layer can be accessed from the "alt" layer when in QWERTY compat mode. | |||
2016-11-28 | Tweaks position of TOG not to conflict with MO | Erez Zukerman | |
2016-11-28 | A little cleanup, add some comments, change others. | Olivier | |
2016-11-28 | Tweaks EZ Makefile | Erez Zukerman | |
2016-11-28 | Pulls LED config into common config for EZ | Erez Zukerman | |
2016-11-28 | Adjust comment. | Olivier | |
2016-11-28 | Reorganize the numeric keypad layer more like a traditional numeric keypad. | Olivier | |
2016-11-27 | Add support for Adafruit BLE modules | Wez Furlong | |
This implements some helper functions that allow sending key reports to an SPI based Bluetooth Low Energy module, such as the Adafruit Feather 32u4 Bluefruit LE. There is some plumbing required in lufa.c to enable this; that is in a follow-on commit. | |||
2016-11-27 | Add arduino-alike GPIO pin control helpers | Wez Furlong | |
Unlike the arduino functions, these don't take abstract pin numbers, they take pin labels like `B0`. Also, rather than taking very generic parameter names, these take slightly more descriptive enum values. These improve the clarity of code that would otherwise be inscrutable bit manipulation in tersely named port register names. | |||
2016-11-27 | Tidy up atomicity in timer.c and ring_buffer.h | Wez Furlong | |
Adopt the macros for saving/restoring the interrupt state that are provided by the avr gcc environment. Removing intialization of the timer value; this shaves off a few bytes because globals are default initialized to zero. | |||
2016-11-27 | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | |
2016-11-26 | separated into api files/folder | Jack Humbert | |
2016-11-26 | Merge pull request #908 from priyadi/promethium | Jack Humbert | |
My handwired keyboard firmware | |||
2016-11-27 | update docs | Priyadi Iman Nurcahyo | |
2016-11-26 | Merge pull request #907 from priyadi/unicode_docs | Jack Humbert | |
Update Unicode documentation | |||
2016-11-26 | Merge pull request #906 from priyadi/unicode_map_fix_warning | Jack Humbert | |
fix strict-prototypes warning | |||
2016-11-27 | Update Unicode documentation | Priyadi Iman Nurcahyo | |
2016-11-26 | fix strict-prototypes warning | Priyadi Iman Nurcahyo | |
2016-11-26 | Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium | Priyadi Iman Nurcahyo | |
2016-11-26 | remove ifdef on chip type | Priyadi Iman Nurcahyo | |
2016-11-26 | protocols.mk is already included in latest QMK | Priyadi Iman Nurcahyo | |
2016-11-26 | change init delay to 2000ms | Priyadi Iman Nurcahyo | |
2016-11-26 | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | |