aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB
Commit message (Collapse)AuthorAgeFilesLines
* Extended the programming script for the ps2avrGB keyboard series:Sebastian Kaim2017-10-131-40/+70
| | | | | | - 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)
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Fixed indentation and now using quantum keycodes for rgblightLuiz Ribeiro2017-07-043-73/+19
|
* Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGBLuiz Ribeiro2017-06-111-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.hLuiz Ribeiro2017-06-111-1/+1
|
* Added a build flag for using a custom rgblight driverLuiz Ribeiro2017-06-112-2/+2
|
* Simplified ps2avrGB rgblight_set logic a bitLuiz Ribeiro2017-06-111-11/+6
|
* rgblight support for ps2avrGBLuiz Ribeiro2017-06-117-2/+254
|
* remove mechmini keymap from ps2avrGBJack Humbert2017-06-091-28/+0
|
* move mechmini to own folderJack Humbert2017-06-092-23/+0
|
* Added support for Mechmini v1chilifries2017-06-073-0/+51
|
* Use KC_KEYMAP for default-keymapThor772017-05-031-8/+8
| | | | and remove obsolete explicit line-separator "\"
* Add KEYMAP without KC_##-prefixThor772017-05-031-0/+18
| | | | and rename old variant to KEYMAP_KC
* Added a copyright header to the default keymap... ¯\_(ツ)_/¯Luiz Ribeiro2017-01-212-0/+18
|
* Slightly saner default keymap for ps2avrGB and removed some unused codeLuiz Ribeiro2017-01-212-27/+4
|
* Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-211-1/+1
|
* Simplification and code polish on ps2avrGB directoryLuiz Ribeiro2017-01-214-37/+27
|
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-2110-0/+809