Rename keyboards with uppercase letters (#18268)
This commit is contained in:
parent
a9f8111eac
commit
3e02b70d28
29 changed files with 9 additions and 21 deletions
5
keyboards/maple_computing/christmas_tree/v2017/info.json
Normal file
5
keyboards/maple_computing/christmas_tree/v2017/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "20.1.7"
|
||||
}
|
||||
}
|
3
keyboards/maple_computing/christmas_tree/v2017/rules.mk
Normal file
3
keyboards/maple_computing/christmas_tree/v2017/rules.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
AUDIO_ENABLE = no # Audio output
|
1
keyboards/maple_computing/christmas_tree/v2017/v2017.c
Normal file
1
keyboards/maple_computing/christmas_tree/v2017/v2017.c
Normal file
|
@ -0,0 +1 @@
|
|||
#include "v2017.h"
|
3
keyboards/maple_computing/christmas_tree/v2017/v2017.h
Normal file
3
keyboards/maple_computing/christmas_tree/v2017/v2017.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#include "christmas_tree.h"
|
Loading…
Add table
Add a link
Reference in a new issue