diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-28 05:44:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-28 05:44:26 +0000 |
commit | 43bd843f375c343ba24b1b70e4861cb9541ff664 (patch) | |
tree | 4526de6df6e748f503a337c93288aeedcc88b648 /keyboards/nightly_boards/n60_s/readme.md | |
parent | 85dd0556d739df23fa14b071a1af155eeef70b83 (diff) | |
parent | 81fd005af9abb16aed26653a8633631189b4e03f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nightly_boards/n60_s/readme.md')
-rw-r--r-- | keyboards/nightly_boards/n60_s/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/n60_s/readme.md b/keyboards/nightly_boards/n60_s/readme.md new file mode 100644 index 0000000000..de86eeb841 --- /dev/null +++ b/keyboards/nightly_boards/n60_s/readme.md @@ -0,0 +1,20 @@ +# [n]60-s + +![n60-s](https://i.imgur.com/QN74bdJl.png) + +A 60% pcb that supports standard and tsangan bottom row, split backspace, and split right shift. It supports a piezo buzzer right under the spacebar and a rotary encoder either on the right 1u of a split backspace or split right right shift. + +* 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/n60_s:default + +Flashing example for this keyboard: + + make nightly_boards/n60_s:default:flash + +You can enter bootloader mode by pressing the physical reset button at the back of the pcb or by holding the escape key while plugging the usb cable. + +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). |