move input club keyboards into vendor folder (#15788)

This commit is contained in:
peepeetee
2022-02-06 13:16:21 +08:00
committed by GitHub
parent 10fa737ab8
commit 38e085df87
112 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
#include QMK_KEYBOARD_H
enum custom_layers {
_QWERTY,
_WORKMAN,
_DVORAK,
_COLEMAK,
_LOWER,
_RAISE,
_ADJUST,
_GAME,
_MOUSE,
_NUM,
};