Skip to content

Instantly share code, notes, and snippets.

@nchristus
Created October 5, 2018 17:51
Show Gist options
  • Save nchristus/d067292297ae7087d7d839c3b65afe0e to your computer and use it in GitHub Desktop.
Save nchristus/d067292297ae7087d7d839c3b65afe0e to your computer and use it in GitHub Desktop.
Keymap
#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