From cfbe5349259446f49e8885e995d9cac1b77dac01 Mon Sep 17 00:00:00 2001 From: mexsistor Date: Wed, 7 Oct 2020 03:40:20 -0500 Subject: [PATCH] Add description; Change on RGB PIN --- keyboards/mexsistor/ludmila/config.h | 7 ++++--- keyboards/mexsistor/ludmila/rules.mk | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/keyboards/mexsistor/ludmila/config.h b/keyboards/mexsistor/ludmila/config.h index 5606f8c40d8..a3a23e80c19 100644 --- a/keyboards/mexsistor/ludmila/config.h +++ b/keyboards/mexsistor/ludmila/config.h @@ -24,7 +24,8 @@ along with this program. If not, see . #define PRODUCT_ID 0x6BF6 #define DEVICE_VER 0x0001 #define MANUFACTURER Kevin M. -#define PRODUCT ludmila_v1 +#define PRODUCT Ludmila Macropad +#define DESCRIPTION Ludmila 4 switch + encoder macropad /* key matrix size */ #define MATRIX_ROWS 3 @@ -42,12 +43,12 @@ along with this program. If not, see . */ #define MATRIX_ROW_PINS { F0, C7, F7 } #define MATRIX_COL_PINS { F4, F1 } -#define UNUSED_PINS + /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -#define RGB_DI_PIN B7 +#define RGB_DI_PIN D1 #define RGBLED_NUM 4 #define RGBLIGHT_SLEEP #define RGBLIGHT_ANIMATIONS diff --git a/keyboards/mexsistor/ludmila/rules.mk b/keyboards/mexsistor/ludmila/rules.mk index 52e6bdb9e83..19044832743 100644 --- a/keyboards/mexsistor/ludmila/rules.mk +++ b/keyboards/mexsistor/ludmila/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32u4 # Bootloader selection -BOOTLOADER = atmel-dfu +BOOTLOADER = caterina # Build Options # change yes to no to disable @@ -19,7 +19,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output ENCODER_ENABLE = yes