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
| #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 |
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 KEYMAP_minorca_wrapper(...) KEYMAP(__VA_ARGS__) | |
| #define LOWER LT(1, KC_SPC) | |
| #define RAISE LT(2, KC_ENT) | |
| #define SFTSLSH RSFT_T(KC_SLSH) |
OlderNewer