diff options
author | Joel Challis <git@zvecr.com> | 2022-10-22 18:03:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 18:03:33 +0100 |
commit | 428114fac25dedadfff9fceaf98f3ecd196a469d (patch) | |
tree | 9c6ee0020feb53cd53efd1006185b50439045148 /layouts/community/split_3x5_3/bbaserdem/readme.md | |
parent | 4f3af0920903b2253ea80fce9de55ed669ba2e8d (diff) |
Remove broken userspace and keymaps (#18806)
Diffstat (limited to 'layouts/community/split_3x5_3/bbaserdem/readme.md')
-rw-r--r-- | layouts/community/split_3x5_3/bbaserdem/readme.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/layouts/community/split_3x5_3/bbaserdem/readme.md b/layouts/community/split_3x5_3/bbaserdem/readme.md deleted file mode 100644 index 30cacd85ea..0000000000 --- a/layouts/community/split_3x5_3/bbaserdem/readme.md +++ /dev/null @@ -1,18 +0,0 @@ -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 -``` - |