diff options
Diffstat (limited to 'keyboards/loki65/config.h')
-rw-r--r-- | keyboards/loki65/config.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/keyboards/loki65/config.h b/keyboards/loki65/config.h index 5f017d8cbf..0f4e2c8629 100644 --- a/keyboards/loki65/config.h +++ b/keyboards/loki65/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x8968 -#define PRODUCT_ID 0x4C36 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Yiancar-Designs -#define PRODUCT Loki65 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 @@ -39,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* Ensure we jump to bootloader if the RESET keycode was pressed */ +/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE /* Indicator LEDs */ @@ -51,7 +44,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define WS2812_PWM_CHANNEL 2 #define WS2812_PWM_PAL_MODE 2 #define WS2812_DMA_STREAM STM32_DMA1_STREAM5 -#define WS2812_DMA_CHANNEL 5 +#define WS2812_DMA_CHANNEL 5 +#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB #define RGB_DI_PIN A9 #define RGBLED_NUM 37 |