Add support for MacroCat Keyboard (#17480)
This commit is contained in:
11
keyboards/macrocat/config.h
Normal file
11
keyboards/macrocat/config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2022 catmunch (@catmunch)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* rotary encoder */
|
||||
#define ENCODERS_PAD_A { D3 }
|
||||
#define ENCODERS_PAD_B { D2 }
|
||||
#define ENCODER_SWITCH B7
|
||||
Reference in New Issue
Block a user