Add support for MacroCat Keyboard (#17480)
This commit is contained in:
parent
d87d537b50
commit
168a631720
10 changed files with 366 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue