Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 1 | -3/+0 |
| | |||||
* | Fixed indentation and now using quantum keycodes for rgblight | Luiz Ribeiro | 2017-07-04 | 3 | -73/+19 |
| | |||||
* | Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGB | Luiz Ribeiro | 2017-06-11 | 1 | -1/+1 |
| | | | | | This wasn't going to work on boards with a different number of LEDs, since I was always sending 48 bytes. | ||||
* | Fixed rgblight_types.h | Luiz Ribeiro | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Added a build flag for using a custom rgblight driver | Luiz Ribeiro | 2017-06-11 | 2 | -2/+2 |
| | |||||
* | Simplified ps2avrGB rgblight_set logic a bit | Luiz Ribeiro | 2017-06-11 | 1 | -11/+6 |
| | |||||
* | rgblight support for ps2avrGB | Luiz Ribeiro | 2017-06-11 | 7 | -2/+254 |
| | |||||
* | remove mechmini keymap from ps2avrGB | Jack Humbert | 2017-06-09 | 1 | -28/+0 |
| | |||||
* | move mechmini to own folder | Jack Humbert | 2017-06-09 | 2 | -23/+0 |
| | |||||
* | Added support for Mechmini v1 | chilifries | 2017-06-07 | 3 | -0/+51 |
| | |||||
* | Use KC_KEYMAP for default-keymap | Thor77 | 2017-05-03 | 1 | -8/+8 |
| | | | | and remove obsolete explicit line-separator "\" | ||||
* | Add KEYMAP without KC_##-prefix | Thor77 | 2017-05-03 | 1 | -0/+18 |
| | | | | and rename old variant to KEYMAP_KC | ||||
* | Added a copyright header to the default keymap... ¯\_(ツ)_/¯ | Luiz Ribeiro | 2017-01-21 | 2 | -0/+18 |
| | |||||
* | Slightly saner default keymap for ps2avrGB and removed some unused code | Luiz Ribeiro | 2017-01-21 | 2 | -27/+4 |
| | |||||
* | Simplified and polished a bit the code changes on tmk_core | Luiz Ribeiro | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | Simplification and code polish on ps2avrGB directory | Luiz Ribeiro | 2017-01-21 | 4 | -37/+27 |
| | |||||
* | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | 2017-01-21 | 10 | -0/+809 |