diff options
author | NightlyBoards <65656486+NightlyBoards@users.noreply.github.com> | 2020-07-31 00:44:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 17:44:29 +0100 |
commit | 83c12a516b3d0c1b603bce28a55bdeba476311df (patch) | |
tree | 8fc68a925417adc75ad69f2086afb2952b458c9b /keyboards/nightly_boards/n2/readme.md | |
parent | 08f31f664a9011aa28f8da3de300db475ce3aba7 (diff) | |
download | qmk_firmware-83c12a516b3d0c1b603bce28a55bdeba476311df.tar.gz |
[keyboard] Add [n]2 support (#9862)
* Create Alter folder
* Revert "Create Alter folder"
This reverts commit 361103b821dbb22957b66cdedb0d11f996def71c.
* Add n2 keyboard
* Apply suggestions from code review
Edited config.h, keymap.c, readme.md, and rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nightly_boards/n2/readme.md')
-rw-r--r-- | keyboards/nightly_boards/n2/readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/n2/readme.md b/keyboards/nightly_boards/n2/readme.md new file mode 100644 index 000000000..fc1ae5a93 --- /dev/null +++ b/keyboards/nightly_boards/n2/readme.md @@ -0,0 +1,18 @@ +# [n]2 + +![n2](https://i.imgur.com/iHOxmHil.png) + +A 2 key pcb + +* Keyboard Maintainer: [Neil Brian Ramirez](https://github.com/NightlyBoards) +* Hardware Supported: atmega32u4 + +Make example for this keyboard (after setting up your build environment): + + make nightly_boards/n2:default + +Flashing example for this keyboard: + + make nightly_boards/n2: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). |