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 REV1_CONFIG_H
#define REV1_CONFIG_H
#include QMK_KEYBOARD_CONFIG_H
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
@ -81,5 +78,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