summaryrefslogtreecommitdiff
path: root/keyboards/machkeyboards
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-26 08:37:57 +1100
committerGitHub <noreply@github.com>2023-02-26 08:37:57 +1100
commit314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (patch)
tree8d0008ee0609b42ffbcbe19e52c3695ea5ab9280 /keyboards/machkeyboards
parentba7546a334ec56e70629652e8552dd493449e9db (diff)
Move backlight config to data driven (#19910)
Diffstat (limited to 'keyboards/machkeyboards')
-rw-r--r--keyboards/machkeyboards/mach3/config.h5
-rw-r--r--keyboards/machkeyboards/mach3/info.json5
-rw-r--r--keyboards/machkeyboards/mach3/rules.mk1
3 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/machkeyboards/mach3/config.h b/keyboards/machkeyboards/mach3/config.h
index 2cb9079a84..ba1628e954 100644
--- a/keyboards/machkeyboards/mach3/config.h
+++ b/keyboards/machkeyboards/mach3/config.h
@@ -23,8 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
23 23
24/* COL2ROW, ROW2COL*/ 24/* COL2ROW, ROW2COL*/
25#define DIODE_DIRECTION COL2ROW 25#define DIODE_DIRECTION COL2ROW
26
27/* backlight */
28#define BACKLIGHT_PIN B6
29#define BACKLIGHT_BREATHING
30#define BACKLIGHT_LEVELS 5
diff --git a/keyboards/machkeyboards/mach3/info.json b/keyboards/machkeyboards/mach3/info.json
index 77b69b9651..767beb2026 100644
--- a/keyboards/machkeyboards/mach3/info.json
+++ b/keyboards/machkeyboards/mach3/info.json
@@ -8,6 +8,11 @@
8 "pid": "0x4D33", 8 "pid": "0x4D33",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "backlight": {
12 "pin": "B6",
13 "levels": 5,
14 "breathing": true
15 },
11 "processor": "atmega32u4", 16 "processor": "atmega32u4",
12 "bootloader": "caterina", 17 "bootloader": "caterina",
13 "layouts": { 18 "layouts": {
diff --git a/keyboards/machkeyboards/mach3/rules.mk b/keyboards/machkeyboards/mach3/rules.mk
index 244bc3f763..75c6a286e5 100644
--- a/keyboards/machkeyboards/mach3/rules.mk
+++ b/keyboards/machkeyboards/mach3/rules.mk
@@ -11,4 +11,3 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output 12AUDIO_ENABLE = no # Audio output
13UNICODE_ENABLE = yes 13UNICODE_ENABLE = yes
14BACKLIGHT_DRIVER = pwm \ No newline at end of file