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/tanuki | |
parent | 4ed67d666e1cea2c1d428af2b972de3e35e1742a (diff) |
Remove `DESCRIPTION`, R-V (#11632)
Diffstat (limited to 'keyboards/tanuki')
-rw-r--r-- | keyboards/tanuki/config.h | 1 | ||||
-rw-r--r-- | keyboards/tanuki/keymaps/tucznak/config.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/tanuki/config.h b/keyboards/tanuki/config.h index 2dcd7b27d6..f73ffa79a2 100644 --- a/keyboards/tanuki/config.h +++ b/keyboards/tanuki/config.h @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Seth #define PRODUCT Tanuki PCB version -#define DESCRIPTION Handwired 40% keyboard /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/tanuki/keymaps/tucznak/config.h b/keyboards/tanuki/keymaps/tucznak/config.h index 3a140193d8..4f2a778ff2 100644 --- a/keyboards/tanuki/keymaps/tucznak/config.h +++ b/keyboards/tanuki/keymaps/tucznak/config.h @@ -2,11 +2,9 @@ #undef MANUFACTURER #undef PRODUCT -#undef DESCRIPTION #define MANUFACTURER Potato Inc. #define PRODUCT Trash Panda -#define DESCRIPTION Qt3.14 smolkeeb /* for bootloader */ #define QMK_ESC_OUTPUT B2 |