summaryrefslogtreecommitdiffstats
path: root/keyboards/barracuda/readme.md
diff options
context:
space:
mode:
authorknaruo <knaruo@gmail.com>2021-02-28 15:01:56 +0900
committerGitHub <noreply@github.com>2021-02-28 17:01:56 +1100
commit4fe8c473fdf50efb77017319847e8fd45fd3f263 (patch)
tree9c8e4da0179caef3d5caa9469e369cc332b906cc /keyboards/barracuda/readme.md
parentb2a0e98a6018ad019533d98c0c9c8501cba933bc (diff)
Added support for barracuda keyboard (#11888)
- Added default and via keymaps
Diffstat (limited to 'keyboards/barracuda/readme.md')
-rw-r--r--keyboards/barracuda/readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/barracuda/readme.md b/keyboards/barracuda/readme.md
new file mode 100644
index 0000000000..a8020b7a10
--- /dev/null
+++ b/keyboards/barracuda/readme.md
@@ -0,0 +1,24 @@
+# barracuda
+
+![barracuda](https://imgur.com/pTyxOtv.jpg)
+
+30% Ortholinear keyboard with low profile switches
+
+* Keyboard Maintainer: [knaruo](https://github.com/knaruo)
+* Hardware Supported: barracuda PCB, ATmega32U2
+* Hardware Availability: [PCB and Plate](https://github.com/knaruo/barracuda)
+
+Getting the board into bootloader mode:
+
+To be able to flash firmware onto this board, you'll need to bring the micro controller into bootloader mode. Press the reset button (RSTSW1) on the bottom side of the PCB to enable the bootloader mode.
+
+
+Make example for this keyboard (after setting up your build environment):
+
+ make barracuda:default
+
+Flashing example for this keyboard:
+
+ make barracuda: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).