diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-07 09:21:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-07 09:21:28 +0000 |
commit | 50e6dd41e6c187a932f49691f6491cd9d450770e (patch) | |
tree | 972f715d95408a837c57dd8ab4e7e2e59a43fc96 /keyboards/linworks/fave65h/rules.mk | |
parent | ac25109312a49b6b50e54d61430c959652307810 (diff) | |
parent | de613fac0ac69533119ad82f94bcee7faf6985a1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/linworks/fave65h/rules.mk')
-rw-r--r-- | keyboards/linworks/fave65h/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/linworks/fave65h/rules.mk b/keyboards/linworks/fave65h/rules.mk index 01b02d60ca..8c6797a8fe 100644 --- a/keyboards/linworks/fave65h/rules.mk +++ b/keyboards/linworks/fave65h/rules.mk @@ -20,4 +20,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812
\ No newline at end of file +RGB_MATRIX_DRIVER = WS2812 + +LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs |