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:
parent
c70abc8d04
commit
78ccd9c201
577 changed files with 0 additions and 0 deletions
13
keyboards/xiudi/xd004/keymaps/default/keymap.c
Normal file
13
keyboards/xiudi/xd004/keymaps/default/keymap.c
Normal 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
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue