summaryrefslogtreecommitdiff
path: root/README.md
blob: d4c2a0624feb12f076eb582d678acd14b6bf92fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ferris Sweep Keymap Configuration

My qmk colemak mod dh keymap configuration for the
[Ferris Sweep](https://github.com/davidphilipbarr/Sweep) keyboard.

# Usage

1. Clone the qmk firmware repository:

```
git clone git@github.com:qmk/qmk_firmware.git
```

2. Link this repository into the qmk ferris keyboards keymap configuration
directory:

```
cd keymaps
ln -sr aktersnurra ../qmk_firmware/keyboards/ferris/keymaps
```

3. Go to the `qmk_firmware` directory

4. Compile the keymap for each half by running these commands:

```
make ferris/sweep:aktersnurra:dfu-split-left
make ferris/sweep:aktersnurra:dfu-split-right
```

NB connect the each half with the usb cable by holding down the upper left
(right) key to start the microcontroller in boot mode.