add first draft for chocofi keymap

This commit is contained in:
Frieder Schlesier 2023-09-02 14:00:18 +02:00
parent fdfbb62926
commit 2177d139cf
5 changed files with 129 additions and 2 deletions

View File

@ -1,4 +1,3 @@
* Atreus * Atreus
from keyboard.io flashed with Kaleidoscope firmware (by the lovely keyboardio folks) from keyboard.io flashed with Kaleidoscope firmware (by the lovely keyboardio folks)

View File

@ -9,7 +9,9 @@ added my choc v1 brown switches.
** The Keymap ** The Keymap
image coming soon early draft via https://config.qmk.fm/#/crkbd/r2g/LAYOUT_split_3x5_3
[[./qmk-config.png]]
** Setup ** Setup

View File

@ -0,0 +1,125 @@
{
"version": 1,
"notes": "My awesome keymap",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "crkbd/r2g",
"keymap": "chocofi_colemak_36",
"layout": "LAYOUT_split_3x5_3",
"layers": [
[
"KC_Q",
"KC_W",
"KC_F",
"KC_P",
"KC_B",
"KC_J",
"KC_L",
"KC_U",
"KC_Y",
"KC_BSPC",
"KC_A",
"KC_R",
"KC_S",
"KC_T",
"KC_G",
"KC_M",
"KC_N",
"KC_E",
"KC_I",
"KC_O",
"KC_Z",
"KC_X",
"KC_C",
"KC_D",
"KC_V",
"KC_K",
"KC_H",
"KC_COMM",
"KC_DOT",
"KC_AMPR",
"KC_LSFT",
"LT(1,KC_SPC)",
"LGUI_T(KC_TAB)",
"RCTL_T(KC_ESC)",
"LT(2,KC_ENT)",
"KC_RSFT"
],
[
"KC_BRIU",
"KC_F7",
"KC_F8",
"KC_F9",
"KC_F10",
"KC_NO",
"KC_HOME",
"KC_UP",
"KC_END",
"KC_PGUP",
"KC_BRID",
"KC_F4",
"KC_F5",
"KC_F6",
"KC_F11",
"KC_LEFT",
"KC_DOWN",
"KC_UP",
"KC_RGHT",
"KC_PGDN",
"KC_NO",
"KC_F1",
"KC_F2",
"KC_F3",
"KC_F12",
"KC_VOLD",
"KC_VOLU",
"KC_MUTE",
"KC_MRWD",
"KC_MFFD",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS"
],
[
"KC_EXLM",
"KC_AT",
"KC_UNDS",
"KC_HASH",
"KC_DLR",
"KC_NO",
"KC_7",
"KC_8",
"KC_9",
"KC_PPLS",
"KC_NUBS",
"KC_NO",
"KC_ASTR",
"KC_NO",
"KC_GRV",
"KC_PAST",
"KC_4",
"KC_5",
"KC_6",
"KC_PMNS",
"KC_NO",
"KC_NO",
"KC_LPRN",
"KC_NO",
"KC_BSLS",
"KC_0",
"KC_1",
"KC_2",
"KC_3",
"KC_PSLS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS"
]
],
"author": "Anonymous"
}

View File

@ -20,6 +20,7 @@ todo
ctrl,shift, alt, ctrl,shift, alt,
test better enter keys test better enter keys
https://docs.qmk.fm/#/keycodes
https://docusaurus.qmk.fm/feature_layers/ https://docusaurus.qmk.fm/feature_layers/
use LT(layer, kc) - momentarily activates layer when held, and sends kc when tapped. use LT(layer, kc) - momentarily activates layer when held, and sends kc when tapped.
*/ */

BIN
chocofi/qmk-config.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB