aboutsummaryrefslogtreecommitdiff
path: root/util/new_keyboard.sh
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-06 14:56:47 +0000
committerQMK Bot <hello@qmk.fm>2021-07-06 14:56:47 +0000
commit150f4ef5dcb3546566bcbbd7b744975bdebd23b6 (patch)
tree8f9e03bd6880398f7cfabb511c091b580df8d4a6 /util/new_keyboard.sh
parentfc4f03086f7fdd8eb35c5b88de9d3757f402eaf5 (diff)
parentacf7de7a52c16dd994305ce289e60e4894ff04d0 (diff)
downloadqmk_firmware-150f4ef5dcb3546566bcbbd7b744975bdebd23b6.tar.gz
qmk_firmware-150f4ef5dcb3546566bcbbd7b744975bdebd23b6.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util/new_keyboard.sh')
-rwxr-xr-xutil/new_keyboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/new_keyboard.sh b/util/new_keyboard.sh
index cf3339f9a..d0db23bb4 100755
--- a/util/new_keyboard.sh
+++ b/util/new_keyboard.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/usr/bin/env bash
2 2
3# This script generates a new keyboard directory under keyboards/, 3# This script generates a new keyboard directory under keyboards/,
4# and copies the template files from quantum/template/ into it. 4# and copies the template files from quantum/template/ into it.