Fork of QMK repo from GitHub. Customized for my own boards
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Frederik Baerentsen 79be583f48 Upload files to '' 4 years ago
.github initial upload 4 years ago
.vscode initial upload 4 years ago
bin initial upload 4 years ago
docs initial upload 4 years ago
drivers initial upload 4 years ago
keyboards added unicode X() 4 years ago
layouts initial upload 4 years ago
lib initial upload 4 years ago
quantum initial upload 4 years ago
tests initial upload 4 years ago
tmk_core initial upload 4 years ago
users added unicode test 4 years ago
util initial upload 4 years ago
.clang-format initial upload 4 years ago
.clang_complete initial upload 4 years ago
.editorconfig initial upload 4 years ago
.gitattributes initial upload 4 years ago
.gitignore initial upload 4 years ago
.gitmodules initial upload 4 years ago
.travis.yml initial upload 4 years ago
CODE_OF_CONDUCT.md initial upload 4 years ago
Dockerfile initial upload 4 years ago
Doxyfile initial upload 4 years ago
Kyria_QWERTY.PNG Upload files to '' 4 years ago
LICENSE initial upload 4 years ago
Makefile initial upload 4 years ago
UT472_QWERTY.PNG Upload files to '' 4 years ago
Vagrantfile initial upload 4 years ago
autocomplete.sh initial upload 4 years ago
book.json initial upload 4 years ago
bootloader.mk initial upload 4 years ago
build_full_test.mk initial upload 4 years ago
build_json.mk initial upload 4 years ago
build_keyboard.mk initial upload 4 years ago
build_layout.mk initial upload 4 years ago
build_test.mk initial upload 4 years ago
common.mk initial upload 4 years ago
common_features.mk initial upload 4 years ago
doxygen-todo initial upload 4 years ago
license_GPLv2.md initial upload 4 years ago
license_GPLv3.md initial upload 4 years ago
license_Modified_BSD.md initial upload 4 years ago
message.mk initial upload 4 years ago
nose2.cfg initial upload 4 years ago
readme.md Update 'readme.md' 4 years ago
requirements.txt initial upload 4 years ago
secrets.tar.enc initial upload 4 years ago
setup.cfg initial upload 4 years ago
shell.nix initial upload 4 years ago
show_options.mk initial upload 4 years ago
testlist.mk initial upload 4 years ago

readme.md

Quantum Mechanical Keyboard Firmware

This is a fork of the official GitHub Repo of QMK. This repo only contains userspace for my layouts and the layouts themselves.

Keymaps

All my keymaps are based on the userspace from Drashna. This is probably the most advanced userspace I've seen and I have heavily borrowed from it (read: copy/paste).

The main idea is to have a wrapper where let's say QWERTY is stored. This wrapper can be used for both UT47.2 and Kyria because they both have the same 3x10 keys for alphas. The mods are different, but that does not matter.

A QWERTY wrapper can look like:

#define _________________QWERTY_L1_________________        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T
#define _________________QWERTY_L2_________________        KC_A,    KC_S,    KC_D,    KC_F,    KC_G
#define _________________QWERTY_L3_________________        KC_Z,    KC_X,    KC_C,    KC_V,    KC_B

#define _________________QWERTY_R1_________________        KC_Y,    KC_U,    KC_I,    KC_O,    KC_P
#define _________________QWERTY_R2_________________        KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN
#define _________________QWERTY_R3_________________        KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLASH

When added to Kyria it will look like:

Boards

The repo only contains keymaps for my own boards. The keymaps can be changed to other layouts as well.

Current

Incoming

Keyboard-layout-editor

All the boards should be available on keyboard-layout-editor.com.

Official QMK Information

Below is information about the official GitHub Repo

Current Version Build Status Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.