Rename keyboards with uppercase letters (#18268)

master
Ryan 3 years ago committed by GitHub
parent a9f8111eac
commit 3e02b70d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      data/schemas/definitions.jsonschema
  2. 0
      keyboards/converter/numeric_keypad_iie/config.h
  3. 0
      keyboards/converter/numeric_keypad_iie/info.json
  4. 0
      keyboards/converter/numeric_keypad_iie/keymaps/default/keymap.c
  5. 0
      keyboards/converter/numeric_keypad_iie/keymaps/default/readme.md
  6. 0
      keyboards/converter/numeric_keypad_iie/keymaps/newbold/config.h
  7. 0
      keyboards/converter/numeric_keypad_iie/keymaps/newbold/keymap.c
  8. 0
      keyboards/converter/numeric_keypad_iie/keymaps/newbold/readme.md
  9. 2
      keyboards/converter/numeric_keypad_iie/numeric_keypad_iie.c
  10. 0
      keyboards/converter/numeric_keypad_iie/numeric_keypad_iie.h
  11. 2
      keyboards/converter/numeric_keypad_iie/readme.md
  12. 0
      keyboards/converter/numeric_keypad_iie/rules.mk
  13. 1
      keyboards/emptystring/NQG/NQG.c
  14. 0
      keyboards/emptystring/nqg/.noci
  15. 0
      keyboards/emptystring/nqg/config.h
  16. 0
      keyboards/emptystring/nqg/info.json
  17. 0
      keyboards/emptystring/nqg/keymaps/default/keymap.c
  18. 0
      keyboards/emptystring/nqg/keymaps/default/rules.mk
  19. 1
      keyboards/emptystring/nqg/nqg.c
  20. 0
      keyboards/emptystring/nqg/nqg.h
  21. 2
      keyboards/emptystring/nqg/readme.md
  22. 0
      keyboards/emptystring/nqg/rules.mk
  23. 1
      keyboards/maple_computing/christmas_tree/V2017/V2017.c
  24. 2
      keyboards/maple_computing/christmas_tree/readme.md
  25. 2
      keyboards/maple_computing/christmas_tree/rules.mk
  26. 0
      keyboards/maple_computing/christmas_tree/v2017/info.json
  27. 0
      keyboards/maple_computing/christmas_tree/v2017/rules.mk
  28. 1
      keyboards/maple_computing/christmas_tree/v2017/v2017.c
  29. 0
      keyboards/maple_computing/christmas_tree/v2017/v2017.h

@ -68,20 +68,8 @@
"type": "number" "type": "number"
}, },
"keyboard": { "keyboard": {
"oneOf": [
{
"type": "string",
"enum": [
"converter/numeric_keypad_IIe",
"emptystring/NQG",
"maple_computing/christmas_tree/V2017"
]
},
{
"type": "string", "type": "string",
"pattern": "^[0-9a-z][0-9a-z_/]*$" "pattern": "^[0-9a-z][0-9a-z_/]*$"
}
]
}, },
"mcu_pin_array": { "mcu_pin_array": {
"type": "array", "type": "array",

@ -13,4 +13,4 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "numeric_keypad_IIe.h" #include "numeric_keypad_iie.h"

@ -11,6 +11,6 @@ Hardware Supported: Internal Numeric Keypad IIe PCB (Apple part 820.0081.c), ATm
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make converter/numeric_keypad_IIe:default make converter/numeric_keypad_iie:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

@ -10,6 +10,6 @@ Hardware Availability: Kits are available from [SA_EndlessGame](http://twitter.c
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
make emptystring/NQG:default make emptystring/nqg:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

@ -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 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. 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.

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

Loading…
Cancel
Save