diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2021-02-15 20:55:54 -0500 |
commit | d36dbe66e1b9146df85586b46c58e51a3dbb3653 (patch) | |
tree | f1e8f2e518e7583b7fc4162c7f06c1193844d927 /keyboards/dc01/left/config.h | |
parent | b0e161e33d8ec030c6965daa57a76ec70b1a1122 (diff) | |
parent | 3fed8bced718e24e414c0d5736554d7988235b20 (diff) | |
download | qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.tar.gz qmk_firmware-d36dbe66e1b9146df85586b46c58e51a3dbb3653.zip |
Merge branch 'master' into develop
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 |