Rename keyboards with uppercase letters (#18268)

This commit is contained in:
Ryan 2022-09-05 06:36:33 +10:00 committed by GitHub
parent a9f8111eac
commit 3e02b70d28
Failed to generate hash of commit
29 changed files with 9 additions and 21 deletions

View file

@ -1 +0,0 @@
#include "V2017.h"

View file

@ -9,6 +9,6 @@ Keyboard Maintainer: [That-Canadian](https://github.com/That-Canadian)
Make example for this keyboard (after setting up your build environment):
make maple_computing/christmas_tree/V2017:default
make maple_computing/christmas_tree/v2017:default
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

View file

@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
DEFAULT_FOLDER = maple_computing/christmas_tree/V2017
DEFAULT_FOLDER = maple_computing/christmas_tree/v2017

View file

@ -0,0 +1 @@
#include "v2017.h"