diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2021-02-16 03:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 20:36:58 -0500 |
commit | 3fed8bced718e24e414c0d5736554d7988235b20 (patch) | |
tree | 51de9da8f0e01109d9e434fae315a94d6930c142 /keyboards/dc01/left/config.h | |
parent | fa740f81298dc0965970a4dc7b0b67285bd1985c (diff) |
Dc01 fixes (#11843)
* dc01-fixes
* dc01-fixes
* Cleanup and add VIA
* Updated JSONs
* fix
Diffstat (limited to 'keyboards/dc01/left/config.h')
-rw-r--r-- | keyboards/dc01/left/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/dc01/left/config.h b/keyboards/dc01/left/config.h index 9f2e564a45..57614e84ab 100644 --- a/keyboards/dc01/left/config.h +++ b/keyboards/dc01/left/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x8968 #define PRODUCT_ID 0x1010 #define DEVICE_VER 0x0001 #define MANUFACTURER Mechboards @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F4, F1, F0, F7, F6, F5 } #define UNUSED_PINS -#define F_SCL 300000UL +#define F_SCL 350000UL /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW @@ -141,4 +141,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define MIDI_ADVANCED /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ -//#define MIDI_TONE_KEYCODE_OCTAVES 1
\ No newline at end of file +//#define MIDI_TONE_KEYCODE_OCTAVES 1 |