Fixup line endings
This commit is contained in:
parent
dfa39c0451
commit
bbd8f8e584
2 changed files with 45 additions and 45 deletions
|
@ -1,17 +1,17 @@
|
||||||
/* Copyright 2021 Richard Snijder
|
/* Copyright 2021 Richard Snijder
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 2 of the License, or
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "deltapad.h"
|
#include "deltapad.h"
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
# deltapad
|
# deltapad
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*A short description of the keyboard/project*
|
*A short description of the keyboard/project*
|
||||||
|
|
||||||
A 4x4 keypad
|
A 4x4 keypad
|
||||||
|
|
||||||
* Keyboard Maintainer: [Richard Snijder](https://github.com/rich239)
|
* Keyboard Maintainer: [Richard Snijder](https://github.com/rich239)
|
||||||
* Hardware Supported: Atmel 32u4 based keypads
|
* Hardware Supported: Atmel 32u4 based keypads
|
||||||
|
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make deltapad:default
|
make deltapad:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make deltapad:default:flash
|
make deltapad:default:flash
|
||||||
|
|
||||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||||
|
|
||||||
## Bootloader
|
## Bootloader
|
||||||
|
|
||||||
Enter the bootloader in the following way:
|
Enter the bootloader in the following way:
|
||||||
|
|
||||||
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue