Dactyl Manuform cleanup (#13686)

This commit is contained in:
Ryan
2021-07-27 22:00:38 +10:00
committed by GitHub
parent 95de60513d
commit 468f705455
54 changed files with 1399 additions and 1544 deletions

View File

@@ -1,9 +1,10 @@
#pragma once
#include "config_common.h"
#define PRODUCT_ID 0x3632
#define DEVICE_VER 0x0001
#define PRODUCT DMOTE (62-key)
#define PRODUCT_ID 0x3632
#define DEVICE_VER 0x0001
#define PRODUCT DMOTE (62-key)
#define MATRIX_ROWS 12
#define MATRIX_COLS 6
@@ -48,5 +49,3 @@
#define RGB_DI_PIN D1
#define RGBLED_NUM 6 // Used when chaining strips
#define RGBLED_SPLIT { 3, 3 } // Used when not chaining strips
#define ws2812_PORTREG PORTD
#define ws2812_DDRREG DDRD