-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from urob/update-urob-zmk
urob: Remove QMK keymap and update ZMK keymap
- Loading branch information
Showing
2 changed files
with
18 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
--- | ||
author: urob | ||
baseLayouts: [Colemak] | ||
firmwares: [QMK] | ||
firmwares: [ZMK] | ||
hasHomeRowMods: true | ||
hasLetterOnThumb: false | ||
hasRotaryEncoder: false | ||
isAutoShiftEnabled: false | ||
isComboEnabled: true | ||
isSplit: true | ||
isTapDanceEnabled: false | ||
isTapDanceEnabled: true | ||
keybindings: [Vim, TWM] | ||
keyboard: Planck | ||
keyCount: 42 | ||
keymapImage: https://github.com/urob/qmk_firmware/raw/master/keyboards/planck/keymaps/urob/layout.png | ||
keymapUrl: https://github.com/urob/qmk_firmware/tree/master/keyboards/planck/keymaps/urob | ||
languages: [English] | ||
layerCount: 8 | ||
keyboard: Corne | ||
keyCount: 34 | ||
keymapImage: https://raw.githubusercontent.com/urob/zmk-config/main/draw/keymap.png | ||
keymapUrl: https://github.com/urob/zmk-config | ||
languages: [English, German, Greek] | ||
layerCount: 6 | ||
OS: [Linux, Windows] | ||
stagger: ortholinear | ||
summary: Keymap with lots of custom code, optimized for mathematical typesetting and programming. | ||
title: urob's keymap configuration for OLKB Planck | ||
writeup: https://github.com/urob/qmk_firmware/blob/master/keyboards/planck/keymaps/urob/readme.md | ||
stagger: columnar | ||
summary: | ||
- Timeless homerow mods | ||
- Combos replace symbol layer | ||
- Smart numbers and mouse layers auto-toggle off | ||
- Unicode math and international layers | ||
- Fully automated, nix-based local build environment | ||
- Base keymap used for various keyboards using modular structure | ||
title: urob's keymap for 34+ key keyboards | ||
writeup: https://github.com/urob/zmk-config/blob/main/readme.md | ||
--- |