diff options
Diffstat (limited to 'keyboards/dztech/endless80')
-rw-r--r-- | keyboards/dztech/endless80/config.h | 2 | ||||
-rw-r--r-- | keyboards/dztech/endless80/info.json | 2 | ||||
-rw-r--r-- | keyboards/dztech/endless80/rules.mk | 6 |
3 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/dztech/endless80/config.h b/keyboards/dztech/endless80/config.h index 197dc46172..c7ec70e315 100644 --- a/keyboards/dztech/endless80/config.h +++ b/keyboards/dztech/endless80/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 15 @@ -45,4 +44,3 @@ #define RGBLIGHT_VAL_STEP 10 #define RGBLIGHT_LIMIT_VAL 130 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. #endif -#define DEBOUNCE 5
\ No newline at end of file diff --git a/keyboards/dztech/endless80/info.json b/keyboards/dztech/endless80/info.json index a739999084..28daf1b97e 100644 --- a/keyboards/dztech/endless80/info.json +++ b/keyboards/dztech/endless80/info.json @@ -8,6 +8,8 @@ "pid": "0x1015", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "community_layouts": ["tkl_ansi", "tkl_ansi_tsangan"], "layouts": { "LAYOUT_all": { diff --git a/keyboards/dztech/endless80/rules.mk b/keyboards/dztech/endless80/rules.mk index 533eacc989..4ae26a099a 100644 --- a/keyboards/dztech/endless80/rules.mk +++ b/keyboards/dztech/endless80/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |