b05c0e46c6
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
23 lines
527 B
C
23 lines
527 B
C
#pragma once
|
|
|
|
#include "config_common.h"
|
|
|
|
/* USB Device descriptor parameter */
|
|
#define VENDOR_ID 0xFEED
|
|
#define PRODUCT_ID 0x0C60
|
|
#define DEVICE_VER 0x00C6
|
|
#define MANUFACTURER PeiorisBoards
|
|
#define PRODUCT QC60
|
|
#define DESCRIPTION Split 60% staggered keyboard
|
|
|
|
/* key matrix size */
|
|
// Rows are doubled-up
|
|
#define MATRIX_ROWS 10
|
|
#define MATRIX_COLS 8
|
|
|
|
/* Set 0 if debouncing isn't needed */
|
|
#define DEBOUNCING_DELAY 5
|
|
|
|
/* serial.c configuration for split keyboard */
|
|
#define SOFT_SERIAL_PIN D0
|