Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | removes the double actions from the metakeys. | Daniel | |
2016-11-27 | - Merged | dbroqua | |
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 | |
2016-11-26 | Merge pull request #905 from priyadi/ps2_documentation | Jack Humbert | |
A few addition to PS2 documentation. | |||
2016-11-26 | Merge pull request #904 from priyadi/ps2_remove_hardcoded_pins | Jack Humbert | |
PS2 pins configuration belongs to each keyboards config.h | |||
2016-11-26 | remove define checks. didn't work because of include ordering. | Priyadi Iman Nurcahyo | |
2016-11-26 | add macro error when a required define is missing | Priyadi Iman Nurcahyo | |
2016-11-26 | A few addition to PS2 documentation. | Priyadi Iman Nurcahyo | |
2016-11-26 | Fix unterminated ifndef | Priyadi Iman Nurcahyo | |
2016-11-26 | PS2 pins configuration belongs to each keyboards config.h | Priyadi Iman Nurcahyo | |
Each keyboard might have different pin configuration. And keeping this here will trigger redefinition warning on keyboards that have PS2 defines. | |||
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 | Merge pull request #903 from priyadi/ps2_init_delay | Jack Humbert | |
Make PS2 init delay configurable. | |||
2016-11-26 | Merge branch 'master' into promethium | Priyadi Iman Nurcahyo | |
2016-11-26 | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | |
after 1s. | |||
2016-11-26 | My Promethium keyboard firmware | Priyadi Iman Nurcahyo | |
2016-11-25 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-25 | Merge pull request #902 from OferPlesser/feature/ps2-mouse-support | Jack Humbert | |
PS/2 mouse support | |||
2016-11-25 | Added documentation for PS/2 mouse in readme | ofples | |
2016-11-25 | Removed comment | ofples | |
2016-11-25 | Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary ↵ | ofples | |
one at the end of the file | |||
2016-11-25 | Added protocol.mk to build | ofples | |
2016-11-24 | Merge pull request #899 from Wilba6582/suspend_fix | Jack Humbert | |
Fixed NO_SUSPEND_POWER_DOWN handling | |||
2016-11-23 | rgblight fixes | Jack Humbert | |
2016-11-23 | travis pls | Jack Humbert | |
2016-11-23 | converted to new format | Jack Humbert | |
2016-11-23 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |