Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chgeuer/my_qmk_keymaps

A bunch of firmware for ortholinear keyboards with a German Colemak-DHm layout.
https://github.com/chgeuer/my_qmk_keymaps

atmel-avr colemak-layout keyboard-firmware qmk-firmware qmk-keyboards qmk-keymap

Last synced: about 2 months ago
JSON representation

A bunch of firmware for ortholinear keyboards with a German Colemak-DHm layout.

Awesome Lists containing this project

README

        

# my_qmk_keymaps

This repo builds firmware for my keyboards.

Check install instructions: https://github.com/samhocevar-forks/qmk-firmware/blob/master/docs/getting_started_build_tools.md

```shell
#!/bin/bash

sudo apt-get update

sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi

python3 -m pip install qmk

git clone --recurse-submodules --remote-submodules [email protected]:chgeuer/my_qmk_keymaps.git
```