Last active
May 21, 2022 01:39
-
-
Save malikbenkirane/d85e6c8155d265d164804656ca1738d6 to your computer and use it in GitHub Desktop.
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
{ | |
"version": 1, | |
"notes": "", | |
"documentation": "stick to https://docs.qmk.fm (=\n", | |
"keymap": "crkbd_rev1_malik", | |
"keyboard": "crkbd/rev1", | |
"layout": "LAYOUT_split_3x5_3", | |
"layers": [ | |
[ | |
"KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", | |
"KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", | |
"KC_A", "KC_S", "KC_D", "KC_F", "KC_G", | |
"KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", | |
"KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", | |
"KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH", | |
"KC_LSFT", | |
"KC_SPC", | |
"KC_BSPC", | |
"KC_ENT", | |
"KC_RSFT", | |
"OSL(1)" | |
], | |
[ | |
"LCTL(KC_W)", "LCTL(KC_U)", "LCTL(KC_P)", "KC_3", "KC_6", | |
"KC_9", "KC_0", "TO(3)", "KC_MINS", "KC_TILD", | |
"LCTL(KC_I)", "LCTL(KC_D)", "LCTL(KC_N)", "KC_2", "KC_5", | |
"KC_8", "KC_LBRC", "KC_RBRC", "KC_PLUS", "KC_MINS", | |
"LCTL(KC_C)", "LCTL(KC_A)", "TO(2)", "KC_1", "KC_4", | |
"KC_7", "KC_LCBR", "KC_PIPE", "KC_EQL", "KC_UNDS", | |
"KC_RSFT", | |
"KC_LCTL", | |
"KC_BSPC", | |
"KC_RSFT", | |
"TO(0)", | |
"KC_TRNS" | |
], | |
[ | |
"KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", | |
"KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", | |
"KC_A", "KC_S", "KC_D", "KC_F", "KC_G", | |
"KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", | |
"KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", | |
"KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH", | |
"KC_LSFT", | |
"KC_LALT", | |
"KC_LCTL", | |
"KC_LCTL", | |
"TO(0)", | |
"TO(1)" | |
], | |
[ | |
"KC_NO", "KC_NO", "KC_NO", "KC_WH_U", "KC_NO", | |
"KC_LBRC", "KC_LCBR", "KC_PIPE", "KC_AT", "KC_NO", | |
"KC_NO", "KC_NO", "KC_NO", "KC_WH_D", "KC_LPRN", | |
"KC_RBRC", "KC_RCBR", "KC_AMPR", "KC_QUES", "KC_EQL", | |
"KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_RPRN", | |
"KC_CIRC", "KC_ASTR", "KC_PERC", "KC_HASH", "KC_NO", | |
"KC_NO", | |
"KC_NO", | |
"KC_NO", | |
"KC_NO", | |
"TO(0)", | |
"TO(1)" | |
] | |
], | |
"author": "anon <[email protected]>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment