summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aktersnurra/charybdis/README.md23
1 files changed, 8 insertions, 15 deletions
diff --git a/aktersnurra/charybdis/README.md b/aktersnurra/charybdis/README.md
index 78fa4bc..0746ae2 100644
--- a/aktersnurra/charybdis/README.md
+++ b/aktersnurra/charybdis/README.md
@@ -1,24 +1,17 @@
# Charybdis Nano
-## Requirements
+## Compiling
-The basterdkb qmk [fork](https://github.com/Bastardkb/bastardkb-qmk) and this repo
-linked inside the keymap folder of the nano.
+Follow the steps in this [tutorial](https://docs.bastardkb.com/fw/compile-firmware.html#compiling-your-firmware-using-the-local-command-line)
## Flashing
-To flash the splinky:
+1. Trigger boot mode
+2. Mount the controller
+3. Copy over the new keymap to the controller:
-1. Disconnect the keyboard
-2. Reconnect one side
-3. Trigger boot mode
-4. Mount the controller
-5. Compile the keymap with:
```sh
-qmk compile -c -kb bastardkb/charybdis/3x5/v2/splinky_3 -km aktersnurra
+doas cp bastardkb_charybdis_3x5_v2_aktersnurra.uf2 /mnt/usb
```
-6. Copy over the new keymap to the controller:
-```sh
-doas cp bastardkb_charybdis_3x5_v2_splinky_3_aktersnurra.uf2 /mnt/usb
-```
-7. Repeat the step for the other side.
+
+(If there is some issue flash the sides individually)