From 4c4009c0fd3e55c2eacde302ef08e56a3ff2ab60 Mon Sep 17 00:00:00 2001 From: mechlovin <57231893+mechlovin@users.noreply.github.com> Date: Sat, 9 May 2020 16:38:19 +0700 Subject: [Keyboard] add adelais PCB (#8945) * add adelais PCB * clean up * merger * update * Update readme.md * Update config.h * update * update * move keymap folder * Update info.json * Update info.json * Update info.json Co-authored-by: vuhopkep --- keyboards/mechlovin/adelais/standard_led/config.h | 15 +++++++++++++++ keyboards/mechlovin/adelais/standard_led/rules.mk | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 keyboards/mechlovin/adelais/standard_led/config.h create mode 100644 keyboards/mechlovin/adelais/standard_led/rules.mk (limited to 'keyboards/mechlovin/adelais/standard_led') diff --git a/keyboards/mechlovin/adelais/standard_led/config.h b/keyboards/mechlovin/adelais/standard_led/config.h new file mode 100644 index 000000000..0de6cc6b4 --- /dev/null +++ b/keyboards/mechlovin/adelais/standard_led/config.h @@ -0,0 +1,15 @@ +#pragma once + +#define PRODUCT_ID 0xAD01 +#define PRODUCT Adelais +#define DESCRIPTION Team.Mechlovin Adelais + +#define BACKLIGHT_PIN B0 +#define BACKLIGHT_BREATHING +#define BACKLIGHT_PWM_DRIVER PWMD3 +#define BACKLIGHT_PWM_CHANNEL 3 + +#define RGB_DI_PIN A7 +#define RGBLED_NUM 23 +#define RGBLIGHT_LIMIT_VAL 255 +#define RGBLIGHT_ANIMATIONS diff --git a/keyboards/mechlovin/adelais/standard_led/rules.mk b/keyboards/mechlovin/adelais/standard_led/rules.mk new file mode 100644 index 000000000..4ddc35240 --- /dev/null +++ b/keyboards/mechlovin/adelais/standard_led/rules.mk @@ -0,0 +1,3 @@ +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_DRIVER = pwm +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow \ No newline at end of file -- cgit v1.2.3