keybrd library is an open source library for creating custom-keyboard firmware.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

astyle_cpp 386B

1234567891011
  1. # this file specifies style for keybrd C++ and Arduino sketch .ino files
  2. # Artistic Style is a console application for formatting C++ and Java source code
  3. # http://sourceforge.net/projects/astyle/files/ download
  4. # http://astyle.sourceforge.net/astyle.html manual
  5. --style=allman
  6. --indent-classes
  7. --keep-one-line-blocks
  8. --indent=spaces=4
  9. --convert-tabs
  10. --max-code-length=100