diff options
Diffstat (limited to 'keyboards/clueboard/66_hotswap/config.h')
| -rw-r--r-- | keyboards/clueboard/66_hotswap/config.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/clueboard/66_hotswap/config.h b/keyboards/clueboard/66_hotswap/config.h index b25686fa1..9b1dba3dc 100644 --- a/keyboards/clueboard/66_hotswap/config.h +++ b/keyboards/clueboard/66_hotswap/config.h | |||
| @@ -18,32 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #pragma once | 18 | #pragma once |
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0xC1ED | ||
| 23 | #define MANUFACTURER Clueboard | ||
| 24 | #define PRODUCT Clueboard 66% HotSwap | ||
| 25 | #define DESCRIPTION QMK keyboard firmware for Clueboard 66% | ||
| 26 | |||
| 27 | /* COL2ROW or ROW2COL */ | ||
| 28 | #define DIODE_DIRECTION COL2ROW | ||
| 29 | |||
| 30 | /* Set 0 if debouncing isn't needed */ | ||
| 31 | #define DEBOUNCE 5 | ||
| 32 | |||
| 33 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 34 | #define LOCKING_SUPPORT_ENABLE | ||
| 35 | /* Locking resynchronize hack */ | ||
| 36 | #define LOCKING_RESYNC_ENABLE | ||
| 37 | |||
| 38 | /* | 21 | /* |
| 39 | * Feature disable options | 22 | * Feature disable options |
| 40 | * These options are also useful to firmware size reduction. | 23 | * These options are also useful to firmware size reduction. |
| 41 | */ | 24 | */ |
| 42 | |||
| 43 | //#define NO_DEBUG | ||
| 44 | //#define NO_PRINT | ||
| 45 | //#define NO_ACTION_LAYER | ||
| 46 | //#define NO_ACTION_TAPPING | ||
| 47 | #define NO_ACTION_ONESHOT | 25 | #define NO_ACTION_ONESHOT |
| 48 | #define NO_ACTION_MACRO | 26 | #define NO_ACTION_MACRO |
| 49 | //#define NO_ACTION_FUNCTION | ||
