1
0
Fork 0

Keyboard: Add Nyquist Rev 3 (#4287)

* Add Nyquist Rev 3

* Switch to split_common
This commit is contained in:
Danny 2018-11-05 14:00:38 -05:00 committed by Drashna Jaelre
parent a95fc388fd
commit a49d0a1e83
24 changed files with 188 additions and 1126 deletions

View file

@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef REV2_CONFIG_H
#define REV2_CONFIG_H
#include QMK_KEYBOARD_CONFIG_H
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
@ -82,5 +79,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
#endif

View file

@ -1,5 +1,4 @@
#ifndef REV2_H
#define REV2_H
#pragma once
#include "nyquist.h"
@ -64,5 +63,3 @@
#endif
#define LAYOUT_ortho_5x12 LAYOUT
#endif