[Keyboard] move unikeyboard boards to /unikeyboard (#16081)

This commit is contained in:
peepeetee 2022-02-01 03:42:53 +08:00 committed by GitHub
parent 4452be587b
commit 2e052b87c4
Failed to generate hash of commit
38 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,11 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_ortho_5x4(
KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6, KC_HOME,
KC_P1, KC_P2, KC_P3, KC_END,
KC_P0, KC_PEQL, KC_PDOT, KC_PENT
)
};