diff options
author | paulgali <paulgali@live.co.uk> | 2020-07-05 06:20:22 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 19:20:22 -0700 |
commit | 83bc0b9e80ddbc3d494fb5fa348e601e90f08f01 (patch) | |
tree | d1cb5cae64c782f12a96d496efce766dc9e62bc2 /keyboards/dp60/keymaps/via/rules.mk | |
parent | 29ebb99b1f5dff19a2c7dc3c93c7c95e9e9986be (diff) |
[Keyboard] Updated VIA Support for DP60 (#9508)
* Updated VIA Support
- Added LAYOUT_all Support for VIA compatibility
- Updated default dp60\layouts\via\keymap.c to mmirror changes to
LAYOUT_all
- Rules.mk updated in both base and via directories.
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/dp60/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/dp60/keymaps/via/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/dp60/keymaps/via/rules.mk b/keyboards/dp60/keymaps/via/rules.mk index 36b7ba9cbc..e4b4d91da9 100644 --- a/keyboards/dp60/keymaps/via/rules.mk +++ b/keyboards/dp60/keymaps/via/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes LTO_ENABLE = yes +RGBLIGHT_ENABLE = yes #enables underglow, but will not disable per key leds |