1
0

Revert "Delete unused boards"

This reverts commit 1b5c75c83d.
This commit is contained in:
Richard Baptist
2019-06-16 13:04:19 +02:00
parent a6b1f55659
commit 21fbcf145c
8065 changed files with 589315 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_V, KC_C, KC_X, MO(1),
KC_A, KC_S, KC_D, KC_F
),
[1] = LAYOUT(
RGB_TOG, RGB_RMOD, RGB_MOD, KC_NO,
RESET, BL_DEC, BL_INC, BL_TOGG
)
};