diff --git a/right/build/armgcc/README.md b/right/build/armgcc/README.md index d63d771..6b95809 100644 --- a/right/build/armgcc/README.md +++ b/right/build/armgcc/README.md @@ -1,3 +1,4 @@ # ARM GCC build environment -This build environment is set up for command line use. Given that the development dependencies are installed on your system you can use the available scripts to build the firmware with ARM GCC. +This build environment is set up for command line use. Given that the development dependencies are +installed on your system you can use the available scripts to build the firmware with ARM GCC. diff --git a/right/build/kds/README.md b/right/build/kds/README.md index e308fb8..3cd5e6d 100644 --- a/right/build/kds/README.md +++ b/right/build/kds/README.md @@ -1,3 +1,7 @@ # KDS build environment -This build environment is set up to be used with [Kinetis Design Studio](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/kinetis-design-studio-integrated-development-environment-ide:KDS_IDE). You can simply import the project into KDS by choosing *File* -> *Import...* -> *General* -> *Existing Projects into Workspace*, then select this directory, and click the *Finish* button. +This build environment is set up to be used with +[Kinetis Design Studio](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/kinetis-design-studio-integrated-development-environment-ide:KDS_IDE). +You can simply import the project into KDS by choosing +*File* -> *Import...* -> *General* -> *Existing Projects into Workspace*, +then select this directory, and click the *Finish* button. diff --git a/right/include/README.md b/right/include/README.md index d19dd24..97b59e5 100644 --- a/right/include/README.md +++ b/right/include/README.md @@ -1,3 +1,4 @@ # Included files -This directory contains included files upon which the firmware of the right keyboard half depends. These dependencies are from external projects, and not supposed to be modified. +This directory contains included files upon which the firmware of the right keyboard half depends. +These dependencies are from external projects, and not supposed to be modified. diff --git a/right/include/board/README.md b/right/include/board/README.md index 400c159..5845c51 100644 --- a/right/include/board/README.md +++ b/right/include/board/README.md @@ -1,3 +1,5 @@ # Development board specific files -This directory contains files that are specific to the [FRDM-K22F development board](http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freescale-freedom-development-platform-for-kinetis-k22-mcus:FRDM-K22F) upon which the firmware runs. +This directory contains files that are specific to the +[FRDM-K22F development board](http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freescale-freedom-development-platform-for-kinetis-k22-mcus:FRDM-K22F) +upon which the firmware runs. diff --git a/right/include/lufa/README.md b/right/include/lufa/README.md index b780828..c5b9cce 100644 --- a/right/include/lufa/README.md +++ b/right/include/lufa/README.md @@ -1,7 +1,12 @@ # LUFA library header files -This directory contains some header files from [LUFA, the Lightweight USB Framework for AVRs](http://www.fourwalledcubicle.com/LUFA.php). +This directory contains some header files from +[LUFA, the Lightweight USB Framework for AVRs](http://www.fourwalledcubicle.com/LUFA.php). -LUFA is an extremely well designed library that exposes a beautiful and intuitive API that is a joy to work with. LUFA being an AVR based library can't be used as a whole for ARM, but some parts of it can be. +LUFA is an extremely well designed library that exposes a beautiful and intuitive API that is a joy +to work with. LUFA being an AVR based library can't be used as a whole for ARM, but some parts of it +can be. -The selected header files contain macros for USB scancodes and USB HID report items. USB HID report item macros are especially helpful and it's a much better idea to use them than a bunch of magic numbers backed by loads of comments. +The selected header files contain macros for USB scancodes and USB HID report items. USB HID report +item macros are especially helpful and it's a much better idea to use them than a bunch of magic +numbers backed by loads of comments.