Rename keyboards with uppercase letters (#18268)
This commit is contained in:
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"
|
Reference in New Issue
Block a user