Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/12632/head
QMK Bot 3 years ago
parent
commit
79e86adfb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/python/qmk/cli/generate/keyboard_h.py

+ 1
- 1
lib/python/qmk/cli/generate/keyboard_h.py View File

@ -5,7 +5,7 @@ from milc import cli
from qmk.decorators import automagic_keyboard, automagic_keymap
from qmk.info import info_json
from qmk.keyboard import keyboard_completer, keyboard_folder
from qmk.path import is_keyboard, normpath
from qmk.path import normpath
def would_populate_layout_h(keyboard):


Loading…
Cancel
Save