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/numpad/config.h | |
parent | fa740f81298dc0965970a4dc7b0b67285bd1985c (diff) | |
download | qmk_firmware-3fed8bced718e24e414c0d5736554d7988235b20.tar.gz qmk_firmware-3fed8bced718e24e414c0d5736554d7988235b20.zip |
Dc01 fixes (#11843)
* dc01-fixes
* dc01-fixes
* Cleanup and add VIA
* Updated JSONs
* fix
Diffstat (limited to 'keyboards/dc01/numpad/config.h')
-rw-r--r-- | keyboards/dc01/numpad/config.h | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/keyboards/dc01/numpad/config.h b/keyboards/dc01/numpad/config.h index e8b5d2b57..87c73ebc2 100644 --- a/keyboards/dc01/numpad/config.h +++ b/keyboards/dc01/numpad/config.h | |||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
20 | #include "config_common.h" | 20 | #include "config_common.h" |
21 | 21 | ||
22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
23 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0x8968 |
24 | #define PRODUCT_ID 0x1013 | 24 | #define PRODUCT_ID 0x1013 |
25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
26 | #define MANUFACTURER Mechboards | 26 | #define MANUFACTURER Mechboards |
@@ -47,10 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | /* COL2ROW, ROW2COL*/ | 47 | /* COL2ROW, ROW2COL*/ |
48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
49 | 49 | ||
50 | // #define BACKLIGHT_PIN B7 | ||
51 | // #define BACKLIGHT_BREATHING | ||
52 | // #define BACKLIGHT_LEVELS 3 | ||
53 | |||
54 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 50 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
55 | #define DEBOUNCE 5 | 51 | #define DEBOUNCE 5 |
56 | 52 | ||
@@ -89,53 +85,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
89 | * | 85 | * |
90 | */ | 86 | */ |
91 | //#define FORCE_NKRO | 87 | //#define FORCE_NKRO |
92 | |||
93 | /* | ||
94 | * Magic Key Options | ||
95 | * | ||
96 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
97 | * the keyboard. They are best used in combination with the HID Listen program, | ||
98 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
99 | * | ||
100 | * The options below allow the magic key functionality to be changed. This is | ||
101 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
102 | * | ||
103 | */ | ||
104 | |||
105 | /* | ||
106 | * Feature disable options | ||
107 | * These options are also useful to firmware size reduction. | ||
108 | */ | ||
109 | |||
110 | /* disable debug print */ | ||
111 | //#define NO_DEBUG | ||
112 | |||
113 | /* disable print */ | ||
114 | //#define NO_PRINT | ||
115 | |||
116 | /* disable action features */ | ||
117 | //#define NO_ACTION_LAYER | ||
118 | //#define NO_ACTION_TAPPING | ||
119 | //#define NO_ACTION_ONESHOT | ||
120 | //#define NO_ACTION_MACRO | ||
121 | //#define NO_ACTION_FUNCTION | ||
122 | |||
123 | /* | ||
124 | * MIDI options | ||
125 | */ | ||
126 | |||
127 | /* enable basic MIDI features: | ||
128 | - MIDI notes can be sent when in Music mode is on | ||
129 | */ | ||
130 | //#define MIDI_BASIC | ||
131 | |||
132 | /* enable advanced MIDI features: | ||
133 | - MIDI notes can be added to the keymap | ||
134 | - Octave shift and transpose | ||
135 | - Virtual sustain, portamento, and modulation wheel | ||
136 | - etc. | ||
137 | */ | ||
138 | //#define MIDI_ADVANCED | ||
139 | |||
140 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
141 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 \ No newline at end of file | ||