summaryrefslogtreecommitdiff
path: root/layouts/community/split_3x5_3/bbaserdem/readme.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-07-02 21:13:06 +1000
committerNick Brassel <nick@tzarc.org>2022-07-02 21:13:06 +1000
commita9af4c928eb7e754439a9435d6e07126b3cd3194 (patch)
treefba74401c3909d73b9f32c63ffefb13552044387 /layouts/community/split_3x5_3/bbaserdem/readme.md
parent92c0b29be94acb5450fcd6e6e8673248b1b18052 (diff)
parentfd44341cbf63787e1e0d8224a8dcb5143b029d2a (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'layouts/community/split_3x5_3/bbaserdem/readme.md')
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/community/split_3x5_3/bbaserdem/readme.md b/layouts/community/split_3x5_3/bbaserdem/readme.md
new file mode 100644
index 0000000000..30cacd85ea
--- /dev/null
+++ b/layouts/community/split_3x5_3/bbaserdem/readme.md
@@ -0,0 +1,18 @@
+This folder contains my [split\_3x5\_3](../../../default/split_3x5_3) board layouts
+Check out the [user readme](../../../../users/bbaserdem/readme.md) for more info.
+
+# Crkbd
+
+Using a no 6th column crkbd (rev 2.1 choc) as a mobile keyboard.
+
+This version uses ProMicro as controllers; can't have OLED and RGB at the same time.
+
+## Build
+
+QMK cli commands no longer works with Archlinux (2021 Sep.) on my PC for flashing promicro.
+In the past; I used to flash Pro Micro explicitly using the following line, for referance.
+
+```
+sudo avrdude -p atmgea34u4 -P "$(ls /dev/ttyACM*)" -c avr109 -D -U flash:w:<hexfile>.hex
+```
+