Skip to content

Commit 90796eb

Browse files
committed
Update qmk new-keyboard
1 parent d502026 commit 90796eb

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

data/templates/keyboard/config.h

-20
This file was deleted.
File renamed without changes.

data/templates/keyboard/rules.mk

-1
This file was deleted.

lib/python/qmk/cli/new/keyboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def new_keyboard(cli):
251251

252252
# merge in infos
253253
community_info = Path(COMMUNITY / f'{default_layout}/info.json')
254-
augment_community_info(community_info, keyboard(kb_name) / community_info.name)
254+
augment_community_info(community_info, keyboard(kb_name) / 'keyboard.json')
255255

256256
cli.log.info(f'{{fg_green}}Created a new keyboard called {{fg_cyan}}{kb_name}{{fg_green}}.{{fg_reset}}')
257257
cli.log.info(f'To start working on things, `cd` into {{fg_cyan}}keyboards/{kb_name}{{fg_reset}},')

0 commit comments

Comments
 (0)