Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | Extended the programming script for the ps2avrGB keyboard series: | Sebastian Kaim | |
- a keyboard already in bootloader mode will now be detected - if setting the keyboard to bootloader mode doesn't work, a hint will be printed on how to do so - instead of failing instantly when no keyboard is found, the script will now wait up to 60 seconds (it retries every 5 seconds, up to 12 times) | |||
2017-09-27 | remove all makefiles from keyboard directories | Jack Humbert | |
2017-07-04 | Fixed indentation and now using quantum keycodes for rgblight | Luiz Ribeiro | |
2017-06-11 | Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGB | Luiz Ribeiro | |
This wasn't going to work on boards with a different number of LEDs, since I was always sending 48 bytes. | |||
2017-06-11 | Fixed rgblight_types.h | Luiz Ribeiro | |
2017-06-11 | Added a build flag for using a custom rgblight driver | Luiz Ribeiro | |
2017-06-11 | Simplified ps2avrGB rgblight_set logic a bit | Luiz Ribeiro | |
2017-06-11 | rgblight support for ps2avrGB | Luiz Ribeiro | |
2017-06-09 | remove mechmini keymap from ps2avrGB | Jack Humbert | |
2017-06-09 | move mechmini to own folder | Jack Humbert | |
2017-06-07 | Added support for Mechmini v1 | chilifries | |
2017-05-03 | Use KC_KEYMAP for default-keymap | Thor77 | |
and remove obsolete explicit line-separator "\" | |||
2017-05-03 | Add KEYMAP without KC_##-prefix | Thor77 | |
and rename old variant to KEYMAP_KC | |||
2017-01-21 | Added a copyright header to the default keymap... ¯\_(ツ)_/¯ | Luiz Ribeiro | |
2017-01-21 | Slightly saner default keymap for ps2avrGB and removed some unused code | Luiz Ribeiro | |
2017-01-21 | Simplified and polished a bit the code changes on tmk_core | Luiz Ribeiro | |
2017-01-21 | Simplification and code polish on ps2avrGB directory | Luiz Ribeiro | |
2017-01-21 | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | |