aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dp60/config.h
diff options
context:
space:
mode:
authoryulei <yuleiz@gmail.com>2019-12-13 10:44:14 +0800
committerfauxpark <fauxpark@gmail.com>2019-12-13 13:44:14 +1100
commitf5638e54f51360095640fff621315997e23be30d (patch)
tree7d967ddddc0ec115089bbce019336405c89addc5 /keyboards/dp60/config.h
parent77efa1c620251c9c151dd89d9d0bd256fd146d71 (diff)
downloadqmk_firmware-f5638e54f51360095640fff621315997e23be30d.tar.gz
qmk_firmware-f5638e54f51360095640fff621315997e23be30d.zip
update dp60 configuration (#7561)
* update dp60 configuration * disable rgb underglow to avoid firmware overflow * cleanup rules.mk * Update keyboards/dp60/keymaps/allleds/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dp60/keymaps/allleds/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dp60/keymaps/allleds/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dp60/keymaps/allleds/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dp60/keymaps/allleds/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * cleanup all rules.mk
Diffstat (limited to 'keyboards/dp60/config.h')
-rw-r--r--keyboards/dp60/config.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h
index 730363111..87eebbe19 100644
--- a/keyboards/dp60/config.h
+++ b/keyboards/dp60/config.h
@@ -13,7 +13,6 @@
13#define MANUFACTURER astro 13#define MANUFACTURER astro
14#define PRODUCT Dumplings 14#define PRODUCT Dumplings
15#define DESCRIPTION 60% rgb keyboard with ble extension 15#define DESCRIPTION 60% rgb keyboard with ble extension
16#define LANDING_PAGE yulei.github.io/qmk_webusb_tool/60_wkl.json
17 16
18/* key matrix size */ 17/* key matrix size */
19#define MATRIX_ROWS 5 18#define MATRIX_ROWS 5
@@ -35,13 +34,6 @@
35/* disable print */ 34/* disable print */
36//#define NO_PRINT 35//#define NO_PRINT
37 36
38/* disable action features */
39//#define NO_ACTION_LAYER
40//#define NO_ACTION_TAPPING
41//#define NO_ACTION_ONESHOT
42//#define NO_ACTION_MACRO
43//#define NO_ACTION_FUNCTION
44
45//rgb light setting 37//rgb light setting
46#define RGBLED_NUM 18 38#define RGBLED_NUM 18
47#define RGB_DI_PIN D7 39#define RGB_DI_PIN D7
@@ -56,16 +48,9 @@
56#define DRIVER_COUNT 2 48#define DRIVER_COUNT 2
57#define DRIVER_1_LED_TOTAL 36 49#define DRIVER_1_LED_TOTAL 36
58#define DRIVER_2_LED_TOTAL 36 50#define DRIVER_2_LED_TOTAL 36
59#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL 51#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
60
61// tapping setting
62//#define TAPPING_TERM 200
63//#define RETRO_TAPPING
64//#define PERMISSIVE_HOLD
65 52
66#if defined(WEBUSB_ENABLE) || defined(RAW_ENABLE) 53#if defined(RAW_ENABLE)
67#define WEBUSB_KEYCOUNT 61
68#define WEBUSB_LAYERCOUNT 2
69//VIA 54//VIA
70#define DYNAMIC_KEYMAP_LAYER_COUNT 2 55#define DYNAMIC_KEYMAP_LAYER_COUNT 2
71// EEPROM usage 56// EEPROM usage