[Keyboard] Zen keyboard update for Rev2 (#5522)
* Updated Zen keyboard for rev2 support * Fixing r1 compile errors * PR feedback and changes for Proton-C compile errors
This commit is contained in:
committed by
Drashna Jaelre
parent
4974683040
commit
ffc82ebdb2
@@ -1,7 +1,8 @@
|
||||
#ifndef ZEN_H
|
||||
#define ZEN_H
|
||||
|
||||
#include "rev1.h"
|
||||
#include "quantum.h"
|
||||
#pragma once
|
||||
|
||||
#if KEYBOARD_zen_rev1
|
||||
#include "rev1.h"
|
||||
#elif KEYBOARD_zen_rev2
|
||||
#include "rev2.h"
|
||||
#endif
|
||||
#include "quantum.h"
|
||||
|
||||
Reference in New Issue
Block a user