From b7b82d509bfccd69c6507761f03910f34b4366cb Mon Sep 17 00:00:00 2001 From: Craig Gardner <40006110+LeafCutterLabs@users.noreply.github.com> Date: Wed, 6 Jan 2021 10:00:05 -0800 Subject: [Keyboard] add support for bigknob (#11291) * add support for bigknob Add support for bigknob macropad * corrected files * Apply suggestions from code review Co-authored-by: Joel Challis * corrected tap dance * Update config.h * correct image link * Apply suggestions from code review Co-authored-by: Ryan * added GPL headers * Update readme.md Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/leafcutterlabs/bigknob/info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/leafcutterlabs/bigknob/info.json (limited to 'keyboards/leafcutterlabs/bigknob/info.json') diff --git a/keyboards/leafcutterlabs/bigknob/info.json b/keyboards/leafcutterlabs/bigknob/info.json new file mode 100644 index 0000000000..697edebbef --- /dev/null +++ b/keyboards/leafcutterlabs/bigknob/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "bigknob", + "url": "", + "maintainer": "qmk", + "width": 5, + "height": 1, + "layouts": { + "LAYOUT_ortho_1x5": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}] + } + } +} -- cgit v1.2.3