1
0
Fork 0

Organize KPrepublic, K.T.E.C, xiudi boards into directories (#12159)

* reset; redoing my steps; and recommit

* include xd002/.noci
This commit is contained in:
peepeetee 2021-08-21 22:53:49 -05:00 committed by GitHub
parent c70abc8d04
commit 78ccd9c201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
577 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// 0: Base Layer
LAYOUT_all(KC_L, KC_O, KC_V, KC_E),
};
// Loop
void matrix_scan_user(void){
// Empty
};