summaryrefslogtreecommitdiffstats
path: root/keyboards/ckeys/handwire_101/config.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-08-04 14:32:27 -0700
committerGitHub <noreply@github.com>2021-08-04 22:32:27 +0100
commitf4c55db8dde8fb1590bff7661dae8718a29208b4 (patch)
treea8a3edd7fe3561c922906c2795f1033b04be56be /keyboards/ckeys/handwire_101/config.h
parent4445455c1fbbdc960e7b8ae5cfc6559712d0323a (diff)
cKeys Handwire 101 Refactor (#13879)
* update info.json - use human-friendly formatting - remove `key_count` key * rename LAYOUT to LAYOUT_ortho_4x4 * refactor default keymap - add license header - qmk cformat pass - keycode grid alignment * remove empty config.h file from default keymap * update Manufacturer and Product strings * tidy up handwire_101.c - add license header - remove boilerplate functions * tidy up handwire_101.h - add license header - remove instructive comment * minor rules.mk tidy-up - remove Bootloader selection sample comments * rewrite SEND_STRING() statements per fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ckeys/handwire_101/config.h')
-rwxr-xr-xkeyboards/ckeys/handwire_101/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ckeys/handwire_101/config.h b/keyboards/ckeys/handwire_101/config.h
index f1e784fd24..663f5e343d 100755
--- a/keyboards/ckeys/handwire_101/config.h
+++ b/keyboards/ckeys/handwire_101/config.h
@@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define DEVICE_VER 0x0001
-#define MANUFACTURER ckeys_handwire
-#define PRODUCT ckeys_handwire
+#define MANUFACTURER cKeys
+#define PRODUCT Handwire 101
/* key matrix size */
#define MATRIX_ROWS 4