summaryrefslogtreecommitdiff
path: root/keyboards/ps2avrGB
AgeCommit message (Collapse)Author
2017-10-29Extended the hint of the programmer to link to the relevant README part ↵Sebastian Kaim
instead of giving a generic hint.
2017-10-29Added a better description for the bootloader keySebastian Kaim
2017-10-25added bfake support as a subproject (#1903)Sebastian Kaim
* added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-10-13Extended 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-27remove all makefiles from keyboard directoriesJack Humbert
2017-07-04Fixed indentation and now using quantum keycodes for rgblightLuiz Ribeiro
2017-06-11Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGBLuiz Ribeiro
This wasn't going to work on boards with a different number of LEDs, since I was always sending 48 bytes.
2017-06-11Fixed rgblight_types.hLuiz Ribeiro
2017-06-11Added a build flag for using a custom rgblight driverLuiz Ribeiro
2017-06-11Simplified ps2avrGB rgblight_set logic a bitLuiz Ribeiro
2017-06-11rgblight support for ps2avrGBLuiz Ribeiro
2017-06-09remove mechmini keymap from ps2avrGBJack Humbert
2017-06-09move mechmini to own folderJack Humbert
2017-06-07Added support for Mechmini v1chilifries
2017-05-03Use KC_KEYMAP for default-keymapThor77
and remove obsolete explicit line-separator "\"
2017-05-03Add KEYMAP without KC_##-prefixThor77
and rename old variant to KEYMAP_KC
2017-01-21Added a copyright header to the default keymap... ¯\_(ツ)_/¯Luiz Ribeiro
2017-01-21Slightly saner default keymap for ps2avrGB and removed some unused codeLuiz Ribeiro
2017-01-21Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro
2017-01-21Simplification and code polish on ps2avrGB directoryLuiz Ribeiro
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro