summaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30Extended the hint of the programmer to link to the relevant README part ↵Sebastian Kaim1-1/+2
instead of giving a generic hint.
2017-10-30Added a better description for the bootloader keySebastian Kaim1-2/+15
2017-10-26added bfake support as a subproject (#1903)Sebastian Kaim11-56/+220
* 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 Humbert1-1/+1
* 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 Kaim1-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)
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-3/+0
2017-07-04Fixed indentation and now using quantum keycodes for rgblightLuiz Ribeiro3-73/+19
2017-06-11Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGBLuiz Ribeiro1-1/+1
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 Ribeiro1-1/+1
2017-06-11Added a build flag for using a custom rgblight driverLuiz Ribeiro2-2/+2
2017-06-11Simplified ps2avrGB rgblight_set logic a bitLuiz Ribeiro1-11/+6
2017-06-11rgblight support for ps2avrGBLuiz Ribeiro7-2/+254
2017-06-09remove mechmini keymap from ps2avrGBJack Humbert1-28/+0
2017-06-09move mechmini to own folderJack Humbert2-23/+0
2017-06-08Added support for Mechmini v1chilifries3-0/+51
2017-05-03Use KC_KEYMAP for default-keymapThor771-8/+8
and remove obsolete explicit line-separator "\"
2017-05-03Add KEYMAP without KC_##-prefixThor771-0/+18
and rename old variant to KEYMAP_KC
2017-01-22Added a copyright header to the default keymap... ¯\_(ツ)_/¯Luiz Ribeiro2-0/+18
2017-01-22Slightly saner default keymap for ps2avrGB and removed some unused codeLuiz Ribeiro2-27/+4
2017-01-21Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro1-1/+1
2017-01-21Simplification and code polish on ps2avrGB directoryLuiz Ribeiro4-37/+27
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro10-0/+809