summaryrefslogtreecommitdiff
path: root/keyboards/takashicompany/dogtag/config.h
diff options
context:
space:
mode:
authortakashicompany <t@kashi.company>2022-03-07 16:02:52 +0900
committerGitHub <noreply@github.com>2022-03-06 23:02:52 -0800
commit41fb9120d0aff73664da880871d4e168ad158ae2 (patch)
tree5cf2f2450c1ca127f35a547978c027a634524a49 /keyboards/takashicompany/dogtag/config.h
parent6e61126e08a2219db81ab0fc2ad6b385e2bd6098 (diff)
[Keyboard] Update DogTag Macro Pad (#16446)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/takashicompany/dogtag/config.h')
-rw-r--r--keyboards/takashicompany/dogtag/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/takashicompany/dogtag/config.h b/keyboards/takashicompany/dogtag/config.h
index 542a44ce62..631435092d 100644
--- a/keyboards/takashicompany/dogtag/config.h
+++ b/keyboards/takashicompany/dogtag/config.h
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT DogTag
/* key matrix size */
-#define MATRIX_ROWS 2 * 2
+#define MATRIX_ROWS 6
#define MATRIX_COLS 5
/*
@@ -40,9 +40,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
-#define MATRIX_ROW_PINS { B2, B6 }
+#define MATRIX_ROW_PINS { B2, B6, B3 }
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1 }
-#define MATRIX_ROW_PINS_RIGHT { B2, B6 }
+#define MATRIX_ROW_PINS_RIGHT { B2, B6, B3 }
#define MATRIX_COL_PINS_RIGHT { B1, F7, F6, F5, F4 }
#define UNUSED_PINS
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define ENCODER_RESOLUTION 1
+#define ENCODER_RESOLUTION 4
#define ENCODERS_PAD_A { D4 }
#define ENCODERS_PAD_B { C6 }
@@ -71,8 +71,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#ifdef RGB_DI_PIN
-# define RGBLED_NUM 3 * 2
-# define RGBLED_SPLIT {3, 3}
+# define RGBLED_NUM 4 * 2
+# define RGBLED_SPLIT { 4, 4 }
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 8
# define RGBLIGHT_VAL_STEP 8