diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-21 22:09:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-21 22:09:30 +0000 |
commit | e36ae90a651df6ccad5f6d125135ee0240a01f02 (patch) | |
tree | 834b7f0b4bdbe09730574948837d56f0aca7a111 /keyboards/dumbpad | |
parent | 51e4e91285722fd9fc93eaa4617dfa7501b5ddf0 (diff) | |
parent | b0eda7701a372e820264c6a78afa1f8c410845f7 (diff) | |
download | qmk_firmware-e36ae90a651df6ccad5f6d125135ee0240a01f02.tar.gz qmk_firmware-e36ae90a651df6ccad5f6d125135ee0240a01f02.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/dumbpad')
-rw-r--r-- | keyboards/dumbpad/v1x/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/dumbpad/v1x/config.h b/keyboards/dumbpad/v1x/config.h index 4c5b14d61c..88ee875c0d 100644 --- a/keyboards/dumbpad/v1x/config.h +++ b/keyboards/dumbpad/v1x/config.h @@ -18,9 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define DEVICE_VER 0x0010 - /* Column/Row IO definitions */ #define MATRIX_ROWS 4 #define MATRIX_COLS 5 |