Skip to content

Instantly share code, notes, and snippets.

View nchristus's full-sized avatar

Nick Christus nchristus

  • Kansas City, MO
View GitHub Profile
#define ___________________BLANK___________________ _______, _______, _______, _______, _______
#define __________________QWERTYL1_________________ KC_Q, KC_W, KC_E, KC_R, KC_T
#define __________________QWERTYR1_________________ KC_Y, KC_U, KC_I, KC_O, KC_P
#define __________________QWERTYL2_________________ KC_A, KC_S, KC_D, KC_F, KC_G
#define __________________QWERTYR2_________________ KC_H, KC_J, KC_K, KC_L, KC_SCLN
#define __________________QWERTYL3_________________ KC_Z, KC_X, KC_C, KC_V, KC_B
#define __________________QWERTYR3_________________ KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH
#include QMK_KEYBOARD_H
#include "nchristus.h"
#define KEYMAP_minorca_wrapper(...) KEYMAP(__VA_ARGS__)
#define LOWER LT(1, KC_SPC)
#define RAISE LT(2, KC_ENT)
#define SFTSLSH RSFT_T(KC_SLSH)