diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-14 12:16:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 12:16:16 +1000 |
commit | 3a7dbc89817950709717d6dcec18a6eccbcc2d28 (patch) | |
tree | bf9ad6461f2e0029c41ca4528689423e3b10e95d /keyboards/capsunlocked/cu80/v2_iso/rgb | |
parent | 28b05d15ffb1e724addde3b8929ecb21284a8195 (diff) |
Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)
Diffstat (limited to 'keyboards/capsunlocked/cu80/v2_iso/rgb')
-rw-r--r-- | keyboards/capsunlocked/cu80/v2_iso/rgb/config.h | 4 | ||||
-rw-r--r-- | keyboards/capsunlocked/cu80/v2_iso/rgb/info.json | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/capsunlocked/cu80/v2_iso/rgb/config.h b/keyboards/capsunlocked/cu80/v2_iso/rgb/config.h index dbe9143b8b..41dbede767 100644 --- a/keyboards/capsunlocked/cu80/v2_iso/rgb/config.h +++ b/keyboards/capsunlocked/cu80/v2_iso/rgb/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* enable RGB matrix */ #define CU80_RGB -/* update the product for RGB Matrix variant in VIA/VIAL and Remap-keys.app */ -#undef PRODUCT -#define PRODUCT CU80 v2 ISO RGB - /* moved to RGB specific */ #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 50 diff --git a/keyboards/capsunlocked/cu80/v2_iso/rgb/info.json b/keyboards/capsunlocked/cu80/v2_iso/rgb/info.json index 36748237c5..e04971c21a 100644 --- a/keyboards/capsunlocked/cu80/v2_iso/rgb/info.json +++ b/keyboards/capsunlocked/cu80/v2_iso/rgb/info.json @@ -1,4 +1,5 @@ { + "keyboard_name": "CU80 v2 ISO RGB", "features": { "rgblight": false }, |