Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chgeuer/my_qmk_keymaps
- Owner: chgeuer
- License: apache-2.0
- Created: 2021-09-16T14:58:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T06:35:53.000Z (over 2 years ago)
- Last Synced: 2023-05-11T21:45:44.224Z (over 1 year ago)
- Topics: atmel-avr, colemak-layout, keyboard-firmware, qmk-firmware, qmk-keyboards, qmk-keymap
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/bashsudo 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
```