Created
October 5, 2018 17:51
-
-
Save nchristus/d067292297ae7087d7d839c3b65afe0e to your computer and use it in GitHub Desktop.
Keymap
This file contains hidden or 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
#include QMK_KEYBOARD_H | |
#include "nchristus.h" | |
#define RAISE LT(_RAISE, KC_ENT) | |
#define LOWER LT(_LOWER, KC_SPC) | |
#define _QWRTY 0 | |
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |
[_QWRTY] = KEYMAP_wrapper( | |
KC_TAB, __________________QWERTYL1_________________, __________________QWERTYR1_________________, KC_BSPC, | |
CTL_ESC, __________________QWERTYL2_________________, __________________QWERTYR2_________________, KC_QUOT, | |
KC_LSFT, __________________QWERTYL3_________________, __________________QWERTYR3_________________, KC_RSFT, | |
_______, KC_LCTL, KC_LALT, KC_LGUI, RAISE, RAISE, LOWER, LOWER, KC_RGUI, KC_RALT, KC_RCTL, _______ | |
) | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment