diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-20 12:40:35 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 12:40:35 +1100 |
commit | e0ed2c950d25315461c4025b9649091e113626e3 (patch) | |
tree | 8d05b112a3bf98e1ca248339a5d6c868a179d498 /keyboards/tada68 | |
parent | 4ed67d666e1cea2c1d428af2b972de3e35e1742a (diff) |
Remove `DESCRIPTION`, R-V (#11632)
Diffstat (limited to 'keyboards/tada68')
-rwxr-xr-x | keyboards/tada68/config.h | 1 | ||||
-rwxr-xr-x | keyboards/tada68/keymaps/tokyovigilante/config.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 8c36a78bf6..b537380cc0 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0003 #define MANUFACTURER TADA #define PRODUCT TADA68 -#define DESCRIPTION QMK keyboard firmware for TADA68 with WS2812 support /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/tada68/keymaps/tokyovigilante/config.h b/keyboards/tada68/keymaps/tokyovigilante/config.h index 9184bc1f4d..099d26914e 100755 --- a/keyboards/tada68/keymaps/tokyovigilante/config.h +++ b/keyboards/tada68/keymaps/tokyovigilante/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#undef DESCRIPTION -#define DESCRIPTION QMK keyboard firmware for TADA68 with QMK bootloader - #define QMK_ESC_OUTPUT F0 // usually COL #define QMK_ESC_INPUT D0 // usually ROW #define QMK_LED B6 |