Logo
Explore Help
Sign In
dax/qmk
1
0
Fork 0
You've already forked qmk
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
882eadd94de2e2c8bde63384a3026524c1ff407c
qmk/keyboards/8pack/8pack.h

11 lines
148 B
C
Raw Normal View History

[Keyboard] 8 pack (#6031) * 8-Pack Macropad * Added MANUFACTUTER to config.h * Fix the mirrored keymaps by creating rev1.1 and rev1.2 layouts, then using them in the keymaps * fixes from code review comments * Use revisions to manage the different layouts for rev1.1 and rev1.2 * Add DEFAULT_FOLDER to fix default build failures * code review comments fixes * code review comments fixes
2019-06-02 01:43:00 -04:00
#pragma once
#include "quantum.h"
#ifdef KEYBOARD_8pack_rev11
#include "rev11.h"
#endif
#ifdef KEYBOARD_8pack_rev12
#include "rev12.h"
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 138ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API