]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Add keyboard Moon (#5976)
authorMathias Andersson <wraul@dbox.se>
Tue, 28 May 2019 17:57:17 +0000 (19:57 +0200)
committerDrashna Jaelre <drashna@live.com>
Tue, 28 May 2019 17:57:17 +0000 (10:57 -0700)
24 files changed:
keyboards/moon/config.h [new file with mode: 0644]
keyboards/moon/info.json [new file with mode: 0644]
keyboards/moon/keymaps/default/config.h [new file with mode: 0644]
keyboards/moon/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/moon/keymaps/default/readme.md [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi/config.h [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi/keymap.c [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi/readme.md [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi_wkl/config.h [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi_wkl/keymap.c [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_ansi_wkl/readme.md [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso/config.h [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso/keymap.c [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso/readme.md [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso_wkl/config.h [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso_wkl/keymap.c [new file with mode: 0644]
keyboards/moon/keymaps/default_tkl_iso_wkl/readme.md [new file with mode: 0644]
keyboards/moon/matrix.c [new file with mode: 0644]
keyboards/moon/moon.c [new file with mode: 0644]
keyboards/moon/moon.h [new file with mode: 0644]
keyboards/moon/pca9555.c [new file with mode: 0644]
keyboards/moon/pca9555.h [new file with mode: 0644]
keyboards/moon/readme.md [new file with mode: 0644]
keyboards/moon/rules.mk [new file with mode: 0644]

diff --git a/keyboards/moon/config.h b/keyboards/moon/config.h
new file mode 100644 (file)
index 0000000..a02cfdb
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+Copyright 2019 Mathias Andersson <wraul@dbox.se>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID       0xFEED
+#define PRODUCT_ID      0xFCB8
+#define DEVICE_VER      0x0001
+#define MANUFACTURER    EVE
+#define PRODUCT         Moon
+#define DESCRIPTION     A tenkeyless keyboard with astonishing curves
+
+/* key matrix size */
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 11
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* Backlight */
+#define BACKLIGHT_PIN C6
+#define BACKLIGHT_LEVELS 3
+
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE
diff --git a/keyboards/moon/info.json b/keyboards/moon/info.json
new file mode 100644 (file)
index 0000000..d7182ee
--- /dev/null
@@ -0,0 +1,467 @@
+{
+    "keyboard_name": "Moon",
+    "url": "https://geekhack.org/index.php?topic=90379.0",
+    "maintainer": "qmk",
+    "width": 18.25,
+    "height": 6.5,
+    "layouts": {
+        "LAYOUT_all": {
+            "key_count": 88,
+            "layout": [
+                {"label":"Esc", "x":0, "y":0}, 
+                {"label":"F1", "x":2, "y":0}, 
+                {"label":"F2", "x":3, "y":0}, 
+                {"label":"F3", "x":4, "y":0}, 
+                {"label":"F4", "x":5, "y":0}, 
+                {"label":"F5", "x":6.5, "y":0}, 
+                {"label":"F6", "x":7.5, "y":0}, 
+                {"label":"F7", "x":8.5, "y":0}, 
+                {"label":"F8", "x":9.5, "y":0}, 
+                {"label":"F9", "x":11, "y":0}, 
+                {"label":"F10", "x":12, "y":0}, 
+                {"label":"F11", "x":13, "y":0}, 
+                {"label":"F12", "x":14, "y":0}, 
+                {"label":"PrtSc", "x":15.25, "y":0}, 
+                {"label":"Scroll Lock", "x":16.25, "y":0}, 
+                {"label":"Pause", "x":17.25, "y":0}, 
+                {"label":"~", "x":0, "y":1.5}, 
+                {"label":"!", "x":1, "y":1.5}, 
+                {"label":"@", "x":2, "y":1.5}, 
+                {"label":"#", "x":3, "y":1.5}, 
+                {"label":"$", "x":4, "y":1.5}, 
+                {"label":"%", "x":5, "y":1.5}, 
+                {"label":"^", "x":6, "y":1.5}, 
+                {"label":"&", "x":7, "y":1.5}, 
+                {"label":"*", "x":8, "y":1.5}, 
+                {"label":"(", "x":9, "y":1.5}, 
+                {"label":")", "x":10, "y":1.5}, 
+                {"label":"_", "x":11, "y":1.5}, 
+                {"label":"+", "x":12, "y":1.5}, 
+                {"label":"Backspace", "x":13, "y":1.5, "w":2}, 
+                {"label":"Insert", "x":15.25, "y":1.5}, 
+                {"label":"Home", "x":16.25, "y":1.5}, 
+                {"label":"PgUp", "x":17.25, "y":1.5}, 
+                {"label":"Tab", "x":0, "y":2.5, "w":1.5}, 
+                {"label":"Q", "x":1.5, "y":2.5}, 
+                {"label":"W", "x":2.5, "y":2.5}, 
+                {"label":"E", "x":3.5, "y":2.5}, 
+                {"label":"R", "x":4.5, "y":2.5}, 
+                {"label":"T", "x":5.5, "y":2.5}, 
+                {"label":"Y", "x":6.5, "y":2.5}, 
+                {"label":"U", "x":7.5, "y":2.5}, 
+                {"label":"I", "x":8.5, "y":2.5}, 
+                {"label":"O", "x":9.5, "y":2.5}, 
+                {"label":"P", "x":10.5, "y":2.5}, 
+                {"label":"{", "x":11.5, "y":2.5}, 
+                {"label":"}", "x":12.5, "y":2.5}, 
+                {"label":"|", "x":13.5, "y":2.5, "w":1.5}, 
+                {"label":"Delete", "x":15.25, "y":2.5}, 
+                {"label":"End", "x":16.25, "y":2.5}, 
+                {"label":"PgDn", "x":17.25, "y":2.5}, 
+                {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, 
+                {"label":"A", "x":1.75, "y":3.5}, 
+                {"label":"S", "x":2.75, "y":3.5}, 
+                {"label":"D", "x":3.75, "y":3.5}, 
+                {"label":"F", "x":4.75, "y":3.5}, 
+                {"label":"G", "x":5.75, "y":3.5}, 
+                {"label":"H", "x":6.75, "y":3.5}, 
+                {"label":"J", "x":7.75, "y":3.5}, 
+                {"label":"K", "x":8.75, "y":3.5}, 
+                {"label":"L", "x":9.75, "y":3.5}, 
+                {"label":":", "x":10.75, "y":3.5}, 
+                {"label":"\"", "x":11.75, "y":3.5}, 
+                {"label":"Enter", "x":12.75, "y":3.5, "w":2.25}, 
+                {"label":"Shift", "x":0, "y":4.5, "w":1.25}, 
+                {"label":"|", "x":1.25, "y":4.5}, 
+                {"label":"Z", "x":2.25, "y":4.5}, 
+                {"label":"X", "x":3.25, "y":4.5}, 
+                {"label":"C", "x":4.25, "y":4.5}, 
+                {"label":"V", "x":5.25, "y":4.5}, 
+                {"label":"B", "x":6.25, "y":4.5}, 
+                {"label":"N", "x":7.25, "y":4.5}, 
+                {"label":"M", "x":8.25, "y":4.5}, 
+                {"label":"<", "x":9.25, "y":4.5}, 
+                {"label":">", "x":10.25, "y":4.5}, 
+                {"label":"?", "x":11.25, "y":4.5}, 
+                {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, 
+                {"label":"Up", "x":16.25, "y":4.5}, 
+                {"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":1.25, "y":5.5, "w":1.25}, 
+                {"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, 
+                {"label":"Space", "x":3.75, "y":5.5, "w":6.25}, 
+                {"label":"Alt", "x":10, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":11.25, "y":5.5, "w":1.25}, 
+                {"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, 
+                {"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, 
+                {"label":"Left", "x":15.25, "y":5.5}, 
+                {"label":"Down", "x":16.25, "y":5.5}, 
+                {"label":"Right", "x":17.25, "y":5.5}
+            ]
+        },
+        "LAYOUT_tkl_ansi": {
+            "key_count": 87,
+            "layout": [
+                {"label":"Esc", "x":0, "y":0}, 
+                {"label":"F1", "x":2, "y":0}, 
+                {"label":"F2", "x":3, "y":0}, 
+                {"label":"F3", "x":4, "y":0}, 
+                {"label":"F4", "x":5, "y":0}, 
+                {"label":"F5", "x":6.5, "y":0}, 
+                {"label":"F6", "x":7.5, "y":0}, 
+                {"label":"F7", "x":8.5, "y":0}, 
+                {"label":"F8", "x":9.5, "y":0}, 
+                {"label":"F9", "x":11, "y":0}, 
+                {"label":"F10", "x":12, "y":0}, 
+                {"label":"F11", "x":13, "y":0}, 
+                {"label":"F12", "x":14, "y":0}, 
+                {"label":"PrtSc", "x":15.25, "y":0}, 
+                {"label":"Scroll Lock", "x":16.25, "y":0}, 
+                {"label":"Pause", "x":17.25, "y":0}, 
+                {"label":"~", "x":0, "y":1.5}, 
+                {"label":"!", "x":1, "y":1.5}, 
+                {"label":"@", "x":2, "y":1.5}, 
+                {"label":"#", "x":3, "y":1.5}, 
+                {"label":"$", "x":4, "y":1.5}, 
+                {"label":"%", "x":5, "y":1.5}, 
+                {"label":"^", "x":6, "y":1.5}, 
+                {"label":"&", "x":7, "y":1.5}, 
+                {"label":"*", "x":8, "y":1.5}, 
+                {"label":"(", "x":9, "y":1.5}, 
+                {"label":")", "x":10, "y":1.5}, 
+                {"label":"_", "x":11, "y":1.5}, 
+                {"label":"+", "x":12, "y":1.5}, 
+                {"label":"Backspace", "x":13, "y":1.5, "w":2}, 
+                {"label":"Insert", "x":15.25, "y":1.5}, 
+                {"label":"Home", "x":16.25, "y":1.5}, 
+                {"label":"PgUp", "x":17.25, "y":1.5}, 
+                {"label":"Tab", "x":0, "y":2.5, "w":1.5}, 
+                {"label":"Q", "x":1.5, "y":2.5}, 
+                {"label":"W", "x":2.5, "y":2.5}, 
+                {"label":"E", "x":3.5, "y":2.5}, 
+                {"label":"R", "x":4.5, "y":2.5}, 
+                {"label":"T", "x":5.5, "y":2.5}, 
+                {"label":"Y", "x":6.5, "y":2.5}, 
+                {"label":"U", "x":7.5, "y":2.5}, 
+                {"label":"I", "x":8.5, "y":2.5}, 
+                {"label":"O", "x":9.5, "y":2.5}, 
+                {"label":"P", "x":10.5, "y":2.5}, 
+                {"label":"{", "x":11.5, "y":2.5}, 
+                {"label":"}", "x":12.5, "y":2.5}, 
+                {"label":"|", "x":13.5, "y":2.5, "w":1.5}, 
+                {"label":"Delete", "x":15.25, "y":2.5}, 
+                {"label":"End", "x":16.25, "y":2.5}, 
+                {"label":"PgDn", "x":17.25, "y":2.5}, 
+                {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, 
+                {"label":"A", "x":1.75, "y":3.5}, 
+                {"label":"S", "x":2.75, "y":3.5}, 
+                {"label":"D", "x":3.75, "y":3.5}, 
+                {"label":"F", "x":4.75, "y":3.5}, 
+                {"label":"G", "x":5.75, "y":3.5}, 
+                {"label":"H", "x":6.75, "y":3.5}, 
+                {"label":"J", "x":7.75, "y":3.5}, 
+                {"label":"K", "x":8.75, "y":3.5}, 
+                {"label":"L", "x":9.75, "y":3.5}, 
+                {"label":":", "x":10.75, "y":3.5}, 
+                {"label":"\"", "x":11.75, "y":3.5}, 
+                {"label":"Enter", "x":12.75, "y":3.5, "w":2.25}, 
+                {"label":"Shift", "x":0, "y":4.5, "w":2.25}, 
+                {"label":"Z", "x":2.25, "y":4.5}, 
+                {"label":"X", "x":3.25, "y":4.5}, 
+                {"label":"C", "x":4.25, "y":4.5}, 
+                {"label":"V", "x":5.25, "y":4.5}, 
+                {"label":"B", "x":6.25, "y":4.5}, 
+                {"label":"N", "x":7.25, "y":4.5}, 
+                {"label":"M", "x":8.25, "y":4.5}, 
+                {"label":"<", "x":9.25, "y":4.5}, 
+                {"label":">", "x":10.25, "y":4.5}, 
+                {"label":"?", "x":11.25, "y":4.5}, 
+                {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, 
+                {"label":"Up", "x":16.25, "y":4.5}, 
+                {"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":1.25, "y":5.5, "w":1.25}, 
+                {"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, 
+                {"label":"Space", "x":3.75, "y":5.5, "w":6.25}, 
+                {"label":"Alt", "x":10, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":11.25, "y":5.5, "w":1.25}, 
+                {"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, 
+                {"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, 
+                {"label":"Left", "x":15.25, "y":5.5}, 
+                {"label":"Down", "x":16.25, "y":5.5}, 
+                {"label":"Right", "x":17.25, "y":5.5}
+            ]
+        },
+        "LAYOUT_tkl_ansi_wkl": {
+            "key_count": 84,
+            "layout": [
+                {"label":"Esc", "x":0, "y":0}, 
+                {"label":"F1", "x":2, "y":0}, 
+                {"label":"F2", "x":3, "y":0}, 
+                {"label":"F3", "x":4, "y":0}, 
+                {"label":"F4", "x":5, "y":0}, 
+                {"label":"F5", "x":6.5, "y":0}, 
+                {"label":"F6", "x":7.5, "y":0}, 
+                {"label":"F7", "x":8.5, "y":0}, 
+                {"label":"F8", "x":9.5, "y":0}, 
+                {"label":"F9", "x":11, "y":0}, 
+                {"label":"F10", "x":12, "y":0}, 
+                {"label":"F11", "x":13, "y":0}, 
+                {"label":"F12", "x":14, "y":0}, 
+                {"label":"PrtSc", "x":15.25, "y":0}, 
+                {"label":"Scroll Lock", "x":16.25, "y":0}, 
+                {"label":"Pause", "x":17.25, "y":0}, 
+                {"label":"~", "x":0, "y":1.5}, 
+                {"label":"!", "x":1, "y":1.5}, 
+                {"label":"@", "x":2, "y":1.5}, 
+                {"label":"#", "x":3, "y":1.5}, 
+                {"label":"$", "x":4, "y":1.5}, 
+                {"label":"%", "x":5, "y":1.5}, 
+                {"label":"^", "x":6, "y":1.5}, 
+                {"label":"&", "x":7, "y":1.5}, 
+                {"label":"*", "x":8, "y":1.5}, 
+                {"label":"(", "x":9, "y":1.5}, 
+                {"label":")", "x":10, "y":1.5}, 
+                {"label":"_", "x":11, "y":1.5}, 
+                {"label":"+", "x":12, "y":1.5}, 
+                {"label":"Backspace", "x":13, "y":1.5, "w":2}, 
+                {"label":"Insert", "x":15.25, "y":1.5}, 
+                {"label":"Home", "x":16.25, "y":1.5}, 
+                {"label":"PgUp", "x":17.25, "y":1.5}, 
+                {"label":"Tab", "x":0, "y":2.5, "w":1.5}, 
+                {"label":"Q", "x":1.5, "y":2.5}, 
+                {"label":"W", "x":2.5, "y":2.5}, 
+                {"label":"E", "x":3.5, "y":2.5}, 
+                {"label":"R", "x":4.5, "y":2.5}, 
+                {"label":"T", "x":5.5, "y":2.5}, 
+                {"label":"Y", "x":6.5, "y":2.5}, 
+                {"label":"U", "x":7.5, "y":2.5}, 
+                {"label":"I", "x":8.5, "y":2.5}, 
+                {"label":"O", "x":9.5, "y":2.5}, 
+                {"label":"P", "x":10.5, "y":2.5}, 
+                {"label":"{", "x":11.5, "y":2.5}, 
+                {"label":"}", "x":12.5, "y":2.5}, 
+                {"label":"|", "x":13.5, "y":2.5, "w":1.5}, 
+                {"label":"Delete", "x":15.25, "y":2.5}, 
+                {"label":"End", "x":16.25, "y":2.5}, 
+                {"label":"PgDn", "x":17.25, "y":2.5}, 
+                {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, 
+                {"label":"A", "x":1.75, "y":3.5}, 
+                {"label":"S", "x":2.75, "y":3.5}, 
+                {"label":"D", "x":3.75, "y":3.5}, 
+                {"label":"F", "x":4.75, "y":3.5}, 
+                {"label":"G", "x":5.75, "y":3.5}, 
+                {"label":"H", "x":6.75, "y":3.5}, 
+                {"label":"J", "x":7.75, "y":3.5}, 
+                {"label":"K", "x":8.75, "y":3.5}, 
+                {"label":"L", "x":9.75, "y":3.5}, 
+                {"label":":", "x":10.75, "y":3.5}, 
+                {"label":"\"", "x":11.75, "y":3.5}, 
+                {"label":"Enter", "x":12.75, "y":3.5, "w":2.25}, 
+                {"label":"Shift", "x":0, "y":4.5, "w":2.25}, 
+                {"label":"Z", "x":2.25, "y":4.5}, 
+                {"label":"X", "x":3.25, "y":4.5}, 
+                {"label":"C", "x":4.25, "y":4.5}, 
+                {"label":"V", "x":5.25, "y":4.5}, 
+                {"label":"B", "x":6.25, "y":4.5}, 
+                {"label":"N", "x":7.25, "y":4.5}, 
+                {"label":"M", "x":8.25, "y":4.5}, 
+                {"label":"<", "x":9.25, "y":4.5}, 
+                {"label":">", "x":10.25, "y":4.5}, 
+                {"label":"?", "x":11.25, "y":4.5}, 
+                {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, 
+                {"label":"Up", "x":16.25, "y":4.5}, 
+                {"label":"Ctrl", "x":0, "y":5.5, "w":1.5}, 
+                {"label":"Alt", "x":2.5, "y":5.5, "w":1.5}, 
+                {"label":"Space", "x":4, "y":5.5, "w":7}, 
+                {"label":"Alt", "x":11, "y":5.5, "w":1.5}, 
+                {"label":"Ctrl", "x":13.5, "y":5.5, "w":1.5}, 
+                {"label":"Left", "x":15.25, "y":5.5}, 
+                {"label":"Down", "x":16.25, "y":5.5}, 
+                {"label":"Right", "x":17.25, "y":5.5}
+            ]
+        },
+        "LAYOUT_tkl_iso": {
+            "key_count": 88,
+            "layout": [
+                {"label":"Esc", "x":0, "y":0}, 
+                {"label":"F1", "x":2, "y":0}, 
+                {"label":"F2", "x":3, "y":0}, 
+                {"label":"F3", "x":4, "y":0}, 
+                {"label":"F4", "x":5, "y":0}, 
+                {"label":"F5", "x":6.5, "y":0}, 
+                {"label":"F6", "x":7.5, "y":0}, 
+                {"label":"F7", "x":8.5, "y":0}, 
+                {"label":"F8", "x":9.5, "y":0}, 
+                {"label":"F9", "x":11, "y":0}, 
+                {"label":"F10", "x":12, "y":0}, 
+                {"label":"F11", "x":13, "y":0}, 
+                {"label":"F12", "x":14, "y":0}, 
+                {"label":"PrtSc", "x":15.25, "y":0}, 
+                {"label":"Scroll Lock", "x":16.25, "y":0}, 
+                {"label":"Pause", "x":17.25, "y":0}, 
+                {"label":"\u00ac", "x":0, "y":1.5}, 
+                {"label":"!", "x":1, "y":1.5}, 
+                {"label":"\"", "x":2, "y":1.5}, 
+                {"label":"\u00a3", "x":3, "y":1.5}, 
+                {"label":"$", "x":4, "y":1.5}, 
+                {"label":"%", "x":5, "y":1.5}, 
+                {"label":"^", "x":6, "y":1.5}, 
+                {"label":"&", "x":7, "y":1.5}, 
+                {"label":"*", "x":8, "y":1.5}, 
+                {"label":"(", "x":9, "y":1.5}, 
+                {"label":")", "x":10, "y":1.5}, 
+                {"label":"_", "x":11, "y":1.5}, 
+                {"label":"+", "x":12, "y":1.5}, 
+                {"label":"Backspace", "x":13, "y":1.5, "w":2}, 
+                {"label":"Insert", "x":15.25, "y":1.5}, 
+                {"label":"Home", "x":16.25, "y":1.5}, 
+                {"label":"PgUp", "x":17.25, "y":1.5}, 
+                {"label":"Tab", "x":0, "y":2.5, "w":1.5}, 
+                {"label":"Q", "x":1.5, "y":2.5}, 
+                {"label":"W", "x":2.5, "y":2.5}, 
+                {"label":"E", "x":3.5, "y":2.5}, 
+                {"label":"R", "x":4.5, "y":2.5}, 
+                {"label":"T", "x":5.5, "y":2.5}, 
+                {"label":"Y", "x":6.5, "y":2.5}, 
+                {"label":"U", "x":7.5, "y":2.5}, 
+                {"label":"I", "x":8.5, "y":2.5}, 
+                {"label":"O", "x":9.5, "y":2.5}, 
+                {"label":"P", "x":10.5, "y":2.5}, 
+                {"label":"{", "x":11.5, "y":2.5}, 
+                {"label":"}", "x":12.5, "y":2.5}, 
+                {"label":"Delete", "x":15.25, "y":2.5}, 
+                {"label":"End", "x":16.25, "y":2.5}, 
+                {"label":"PgDn", "x":17.25, "y":2.5}, 
+                {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, 
+                {"label":"A", "x":1.75, "y":3.5}, 
+                {"label":"S", "x":2.75, "y":3.5}, 
+                {"label":"D", "x":3.75, "y":3.5}, 
+                {"label":"F", "x":4.75, "y":3.5}, 
+                {"label":"G", "x":5.75, "y":3.5}, 
+                {"label":"H", "x":6.75, "y":3.5}, 
+                {"label":"J", "x":7.75, "y":3.5}, 
+                {"label":"K", "x":8.75, "y":3.5}, 
+                {"label":"L", "x":9.75, "y":3.5}, 
+                {"label":":", "x":10.75, "y":3.5}, 
+                {"label":"@", "x":11.75, "y":3.5}, 
+                {"label":"~", "x":12.75, "y":3.5}, 
+                {"label":"Enter", "x":13.75, "y":2.5, "w":1.25, "h":2}, 
+                {"label":"Shift", "x":0, "y":4.5, "w":1.25}, 
+                {"label":"|", "x":1.25, "y":4.5}, 
+                {"label":"Z", "x":2.25, "y":4.5}, 
+                {"label":"X", "x":3.25, "y":4.5}, 
+                {"label":"C", "x":4.25, "y":4.5}, 
+                {"label":"V", "x":5.25, "y":4.5}, 
+                {"label":"B", "x":6.25, "y":4.5}, 
+                {"label":"N", "x":7.25, "y":4.5}, 
+                {"label":"M", "x":8.25, "y":4.5}, 
+                {"label":"<", "x":9.25, "y":4.5}, 
+                {"label":">", "x":10.25, "y":4.5}, 
+                {"label":"?", "x":11.25, "y":4.5}, 
+                {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, 
+                {"label":"Up", "x":16.25, "y":4.5}, 
+                {"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":1.25, "y":5.5, "w":1.25}, 
+                {"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, 
+                {"label":"Space", "x":3.75, "y":5.5, "w":6.25}, 
+                {"label":"AltGr", "x":10, "y":5.5, "w":1.25}, 
+                {"label":"Win", "x":11.25, "y":5.5, "w":1.25}, 
+                {"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, 
+                {"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, 
+                {"label":"Left", "x":15.25, "y":5.5}, 
+                {"label":"Down", "x":16.25, "y":5.5}, 
+                {"label":"Right", "x":17.25, "y":5.5}
+            ]
+        },
+        "LAYOUT_tkl_iso_wkl": {
+            "key_count": 85,
+            "layout": [
+                {"label":"Esc", "x":0, "y":0}, 
+                {"label":"F1", "x":2, "y":0}, 
+                {"label":"F2", "x":3, "y":0}, 
+                {"label":"F3", "x":4, "y":0}, 
+                {"label":"F4", "x":5, "y":0}, 
+                {"label":"F5", "x":6.5, "y":0}, 
+                {"label":"F6", "x":7.5, "y":0}, 
+                {"label":"F7", "x":8.5, "y":0}, 
+                {"label":"F8", "x":9.5, "y":0}, 
+                {"label":"F9", "x":11, "y":0}, 
+                {"label":"F10", "x":12, "y":0}, 
+                {"label":"F11", "x":13, "y":0}, 
+                {"label":"F12", "x":14, "y":0}, 
+                {"label":"PrtSc", "x":15.25, "y":0}, 
+                {"label":"Scroll Lock", "x":16.25, "y":0}, 
+                {"label":"Pause", "x":17.25, "y":0}, 
+                {"label":"\u00ac", "x":0, "y":1.5}, 
+                {"label":"!", "x":1, "y":1.5}, 
+                {"label":"\"", "x":2, "y":1.5}, 
+                {"label":"\u00a3", "x":3, "y":1.5}, 
+                {"label":"$", "x":4, "y":1.5}, 
+                {"label":"%", "x":5, "y":1.5}, 
+                {"label":"^", "x":6, "y":1.5}, 
+                {"label":"&", "x":7, "y":1.5}, 
+                {"label":"*", "x":8, "y":1.5}, 
+                {"label":"(", "x":9, "y":1.5}, 
+                {"label":")", "x":10, "y":1.5}, 
+                {"label":"_", "x":11, "y":1.5}, 
+                {"label":"+", "x":12, "y":1.5}, 
+                {"label":"Backspace", "x":13, "y":1.5, "w":2}, 
+                {"label":"Insert", "x":15.25, "y":1.5}, 
+                {"label":"Home", "x":16.25, "y":1.5}, 
+                {"label":"PgUp", "x":17.25, "y":1.5}, 
+                {"label":"Tab", "x":0, "y":2.5, "w":1.5}, 
+                {"label":"Q", "x":1.5, "y":2.5}, 
+                {"label":"W", "x":2.5, "y":2.5}, 
+                {"label":"E", "x":3.5, "y":2.5}, 
+                {"label":"R", "x":4.5, "y":2.5}, 
+                {"label":"T", "x":5.5, "y":2.5}, 
+                {"label":"Y", "x":6.5, "y":2.5}, 
+                {"label":"U", "x":7.5, "y":2.5}, 
+                {"label":"I", "x":8.5, "y":2.5}, 
+                {"label":"O", "x":9.5, "y":2.5}, 
+                {"label":"P", "x":10.5, "y":2.5}, 
+                {"label":"{", "x":11.5, "y":2.5}, 
+                {"label":"}", "x":12.5, "y":2.5}, 
+                {"label":"Delete", "x":15.25, "y":2.5}, 
+                {"label":"End", "x":16.25, "y":2.5}, 
+                {"label":"PgDn", "x":17.25, "y":2.5}, 
+                {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, 
+                {"label":"A", "x":1.75, "y":3.5}, 
+                {"label":"S", "x":2.75, "y":3.5}, 
+                {"label":"D", "x":3.75, "y":3.5}, 
+                {"label":"F", "x":4.75, "y":3.5}, 
+                {"label":"G", "x":5.75, "y":3.5}, 
+                {"label":"H", "x":6.75, "y":3.5}, 
+                {"label":"J", "x":7.75, "y":3.5}, 
+                {"label":"K", "x":8.75, "y":3.5}, 
+                {"label":"L", "x":9.75, "y":3.5}, 
+                {"label":":", "x":10.75, "y":3.5}, 
+                {"label":"@", "x":11.75, "y":3.5}, 
+                {"label":"~", "x":12.75, "y":3.5}, 
+                {"label":"Enter", "x":13.75, "y":2.5, "w":1.25, "h":2}, 
+                {"label":"Shift", "x":0, "y":4.5, "w":1.25}, 
+                {"label":"|", "x":1.25, "y":4.5}, 
+                {"label":"Z", "x":2.25, "y":4.5}, 
+                {"label":"X", "x":3.25, "y":4.5}, 
+                {"label":"C", "x":4.25, "y":4.5}, 
+                {"label":"V", "x":5.25, "y":4.5}, 
+                {"label":"B", "x":6.25, "y":4.5}, 
+                {"label":"N", "x":7.25, "y":4.5}, 
+                {"label":"M", "x":8.25, "y":4.5}, 
+                {"label":"<", "x":9.25, "y":4.5}, 
+                {"label":">", "x":10.25, "y":4.5}, 
+                {"label":"?", "x":11.25, "y":4.5}, 
+                {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, 
+                {"label":"Up", "x":16.25, "y":4.5}, 
+                {"label":"Ctrl", "x":0, "y":5.5, "w":1.5}, 
+                {"label":"Alt", "x":2.5, "y":5.5, "w":1.5}, 
+                {"label":"Space", "x":4, "y":5.5, "w":7}, 
+                {"label":"AltGr", "x":11, "y":5.5, "w":1.5}, 
+                {"label":"Ctrl", "x":13.5, "y":5.5, "w":1.5}, 
+                {"label":"Left", "x":15.25, "y":5.5}, 
+                {"label":"Down", "x":16.25, "y":5.5}, 
+                {"label":"Right", "x":17.25, "y":5.5}
+            ]
+        }
+    }
+}
+
diff --git a/keyboards/moon/keymaps/default/config.h b/keyboards/moon/keymaps/default/config.h
new file mode 100644 (file)
index 0000000..271f48d
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+// place overrides here
diff --git a/keyboards/moon/keymaps/default/keymap.c b/keyboards/moon/keymaps/default/keymap.c
new file mode 100644 (file)
index 0000000..7ab5a25
--- /dev/null
@@ -0,0 +1,13 @@
+#include QMK_KEYBOARD_H
+
+// clang-format off
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_all(
+        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS,
+        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS , KC_HOME, KC_PGUP,
+        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL , KC_END,  KC_PGDN,
+        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,
+        KC_LSFT, KC_NO,   KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,          KC_UP,
+        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                             KC_RALT, KC_RGUI, KC_APP,  KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT)
+};
+// clang-format on
diff --git a/keyboards/moon/keymaps/default/readme.md b/keyboards/moon/keymaps/default/readme.md
new file mode 100644 (file)
index 0000000..3a1a937
--- /dev/null
@@ -0,0 +1 @@
+# The default keymap for the Moon
diff --git a/keyboards/moon/keymaps/default_tkl_ansi/config.h b/keyboards/moon/keymaps/default_tkl_ansi/config.h
new file mode 100644 (file)
index 0000000..271f48d
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+// place overrides here
diff --git a/keyboards/moon/keymaps/default_tkl_ansi/keymap.c b/keyboards/moon/keymaps/default_tkl_ansi/keymap.c
new file mode 100644 (file)
index 0000000..2eb006f
--- /dev/null
@@ -0,0 +1,13 @@
+#include QMK_KEYBOARD_H
+
+// clang-format off
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_tkl_ansi(
+        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS,
+        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS , KC_HOME, KC_PGUP,
+        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL , KC_END,  KC_PGDN,
+        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,
+        KC_LSFT,          KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,          KC_UP,
+        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                             KC_RALT, KC_RGUI, KC_APP,  KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT)
+};
+// clang-format on
diff --git a/keyboards/moon/keymaps/default_tkl_ansi/readme.md b/keyboards/moon/keymaps/default_tkl_ansi/readme.md
new file mode 100644 (file)
index 0000000..bf1e2ac
--- /dev/null
@@ -0,0 +1 @@
+# The default ANSI keymap for the Moon
diff --git a/keyboards/moon/keymaps/default_tkl_ansi_wkl/config.h b/keyboards/moon/keymaps/default_tkl_ansi_wkl/config.h
new file mode 100644 (file)
index 0000000..271f48d
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+// place overrides here
diff --git a/keyboards/moon/keymaps/default_tkl_ansi_wkl/keymap.c b/keyboards/moon/keymaps/default_tkl_ansi_wkl/keymap.c
new file mode 100644 (file)
index 0000000..ce3bcd7
--- /dev/null
@@ -0,0 +1,13 @@
+#include QMK_KEYBOARD_H
+
+// clang-format off
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_tkl_ansi_wkl(
+        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS,
+        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS , KC_HOME, KC_PGUP,
+        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL , KC_END,  KC_PGDN,
+        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,
+        KC_LSFT,          KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,          KC_UP,
+        KC_LCTL,          KC_LALT,                            KC_SPC,                             KC_RALT,                   KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT)
+};
+// clang-format on
diff --git a/keyboards/moon/keymaps/default_tkl_ansi_wkl/readme.md b/keyboards/moon/keymaps/default_tkl_ansi_wkl/readme.md
new file mode 100644 (file)
index 0000000..f284c1b
--- /dev/null
@@ -0,0 +1 @@
+# The default winkeyless ANSI keymap for the Moon
diff --git a/keyboards/moon/keymaps/default_tkl_iso/config.h b/keyboards/moon/keymaps/default_tkl_iso/config.h
new file mode 100644 (file)
index 0000000..271f48d
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+// place overrides here
diff --git a/keyboards/moon/keymaps/default_tkl_iso/keymap.c b/keyboards/moon/keymaps/default_tkl_iso/keymap.c
new file mode 100644 (file)
index 0000000..868f68b
--- /dev/null
@@ -0,0 +1,13 @@
+#include QMK_KEYBOARD_H
+
+// clang-format off
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_tkl_iso(
+        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS,
+        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS , KC_HOME, KC_PGUP,
+        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC,          KC_DEL , KC_END,  KC_PGDN,
+        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
+        KC_LSFT, KC_BSLS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,          KC_UP,
+        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                             KC_RALT, KC_RGUI, KC_APP,  KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT)
+};
+// clang-format on
diff --git a/keyboards/moon/keymaps/default_tkl_iso/readme.md b/keyboards/moon/keymaps/default_tkl_iso/readme.md
new file mode 100644 (file)
index 0000000..9dd1e2c
--- /dev/null
@@ -0,0 +1 @@
+# The default ISO keymap for the Moon
diff --git a/keyboards/moon/keymaps/default_tkl_iso_wkl/config.h b/keyboards/moon/keymaps/default_tkl_iso_wkl/config.h
new file mode 100644 (file)
index 0000000..271f48d
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+// place overrides here
diff --git a/keyboards/moon/keymaps/default_tkl_iso_wkl/keymap.c b/keyboards/moon/keymaps/default_tkl_iso_wkl/keymap.c
new file mode 100644 (file)
index 0000000..6e1e1d5
--- /dev/null
@@ -0,0 +1,13 @@
+#include QMK_KEYBOARD_H
+
+// clang-format off
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_tkl_iso_wkl(
+        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS,
+        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS , KC_HOME, KC_PGUP,
+        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC,          KC_DEL , KC_END,  KC_PGDN,
+        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
+        KC_LSFT, KC_BSLS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,          KC_UP,
+        KC_LCTL,          KC_LALT,                            KC_SPC,                             KC_RALT,                   KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT)
+};
+// clang-format on
diff --git a/keyboards/moon/keymaps/default_tkl_iso_wkl/readme.md b/keyboards/moon/keymaps/default_tkl_iso_wkl/readme.md
new file mode 100644 (file)
index 0000000..fabba45
--- /dev/null
@@ -0,0 +1 @@
+# The default winkeyless ISO keymap for the Moon
diff --git a/keyboards/moon/matrix.c b/keyboards/moon/matrix.c
new file mode 100644 (file)
index 0000000..c74c70f
--- /dev/null
@@ -0,0 +1,218 @@
+/*
+Copyright 2012-2019 Jun Wako, Jack Humbert, Yiancar, Mathias Andersson <wraul@dbox.se>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+#include <stdint.h>
+#include <stdbool.h>
+#include "wait.h"
+#include "print.h"
+#include "debug.h"
+#include "util.h"
+#include "matrix.h"
+#include "debounce.h"
+#include "quantum.h"
+#include "pca9555.h"
+
+/*
+ *       IC1 (PCA9555)                  IC2 (PCA9555)
+ *       ,----------.                   ,----------.
+ * SDA --| SDA  P00 |-- P1        SDA --| SDA  P00 |-- P17
+ * SCL --| SCL  P01 |-- P2        SCL --| SCL  P01 |-- P18
+ * INT --| INT  P02 |-- P3        INT --| INT  P02 |-- P19
+ *       |      P03 |-- P4              |      P03 |-- P20
+ * GND --| A0   P04 |-- P5        VCC --| A0   P04 |-- P21
+ * SJ1 --| A1   P05 |-- P6        SJ1 --| A1   P05 |-- P22
+ * GND --| A2   P06 |-- P7        GND --| A2   P06 |-- P23
+ *       |      P07 |-- P8              |      P07 |-- P24
+ *       |          |                   |          |
+ *       |      P10 |-- P9              |      P10 |-- P25
+ *       |      P11 |-- P10             |      P11 |-- P26
+ *       |      P12 |-- P11             |      P12 |-- P27
+ *       |      P13 |-- P12             |      P13 |-- P28
+ *       |      P14 |-- P13             |      P14 |-- P29
+ *       |      P15 |-- P14             |      P15 |-- P30
+ *       |      P16 |-- P15             |      P16 |-- P31
+ *       |      P17 |-- P16             |      P17 |-- P32
+ *       `----------'                   `----------'
+ */
+
+/*
+ * | Row | Pin |   | Col | Pin |
+ * | --- | --- |   | --- | --- |
+ * | 0   | P1  |   | 0   | P25 |
+ * | 1   | P2  |   | 1   | P26 |
+ * | 2   | P3  |   | 2   | P27 |
+ * | 3   | P4  |   | 3   | P28 |
+ * | 4   | P5  |   | 4   | P29 |
+ * | 5   | P6  |   | 5   | P30 |
+ * | 6   | P7  |   | 6   | P20 |
+ * | 7   | P8  |   | 7   | P21 |
+ *                 | 8   | P22 |
+ *                 | 9   | P23 |
+ *                 | A   | P24 |
+ */
+
+// PCA9555 slave addresses
+#define IC1 0x20
+#define IC2 0x21
+
+// PCA9555 column pin masks
+#define PORT0_COLS_MASK 0b11111000
+#define PORT1_COLS_MASK 0b00111111
+#define COLS_MASK 0b0000011111111111
+
+#if (MATRIX_COLS <= 8)
+#  define print_matrix_header() print("\nr/c 01234567\n")
+#  define print_matrix_row(row) print_bin_reverse8(matrix_get_row(row))
+#  define matrix_bitpop(i) bitpop(matrix[i])
+#  define ROW_SHIFTER ((uint8_t)1)
+#elif (MATRIX_COLS <= 16)
+#  define print_matrix_header() print("\nr/c 0123456789ABCDEF\n")
+#  define print_matrix_row(row) print_bin_reverse16(matrix_get_row(row))
+#  define matrix_bitpop(i) bitpop16(matrix[i])
+#  define ROW_SHIFTER ((uint16_t)1)
+#elif (MATRIX_COLS <= 32)
+#  define print_matrix_header() print("\nr/c 0123456789ABCDEF0123456789ABCDEF\n")
+#  define print_matrix_row(row) print_bin_reverse32(matrix_get_row(row))
+#  define matrix_bitpop(i) bitpop32(matrix[i])
+#  define ROW_SHIFTER ((uint32_t)1)
+#endif
+
+/* matrix state(1:on, 0:off) */
+static matrix_row_t raw_matrix[MATRIX_ROWS];  // raw values
+static matrix_row_t matrix[MATRIX_ROWS];      // debounced values
+
+__attribute__((weak)) void matrix_init_quantum(void) { matrix_init_kb(); }
+
+__attribute__((weak)) void matrix_scan_quantum(void) { matrix_scan_kb(); }
+
+__attribute__((weak)) void matrix_init_kb(void) { matrix_init_user(); }
+
+__attribute__((weak)) void matrix_scan_kb(void) { matrix_scan_user(); }
+
+__attribute__((weak)) void matrix_init_user(void) {}
+
+__attribute__((weak)) void matrix_scan_user(void) {}
+
+inline uint8_t matrix_rows(void) { return MATRIX_ROWS; }
+
+inline uint8_t matrix_cols(void) { return MATRIX_COLS; }
+
+inline bool matrix_is_on(uint8_t row, uint8_t col) { return (matrix[row] & ((matrix_row_t)1 << col)); }
+
+inline matrix_row_t matrix_get_row(uint8_t row) { return matrix[row]; }
+
+void matrix_print(void) {
+  print_matrix_header();
+
+  for (uint8_t row = 0; row < MATRIX_ROWS; row++) {
+    phex(row);
+    print(": ");
+    print_matrix_row(row);
+    print("\n");
+  }
+}
+
+uint8_t matrix_key_count(void) {
+  uint8_t count = 0;
+  for (uint8_t i = 0; i < MATRIX_ROWS; i++) {
+    count += matrix_bitpop(i);
+  }
+  return count;
+}
+
+static void init_i2c(void) {
+  pca9555_init(IC1);
+  pca9555_init(IC2);
+}
+
+static void init_pins(void) {
+  // init cols - IC2 port0 & IC2 port1 input
+  pca9555_set_config(IC2, PCA9555_PORT0, ALL_INPUT);
+  pca9555_set_config(IC2, PCA9555_PORT1, ALL_INPUT);
+
+  // init rows - IC1 port0 output
+  pca9555_set_config(IC1, PCA9555_PORT0, ALL_OUTPUT);
+  pca9555_set_output(IC1, PCA9555_PORT0, ALL_HIGH);
+}
+
+static void select_row(uint8_t row) {
+  // All rows are on the same IC and port
+  uint8_t mask = 1 << row;
+
+  // set active row low  : 0
+  // set other rows hi-Z : 1
+  pca9555_set_output(IC1, PCA9555_PORT0, ALL_HIGH & (~mask));
+}
+
+static uint16_t read_cols(void) {
+  uint16_t state_1 = pca9555_readPins(IC2, PCA9555_PORT0);
+  uint16_t state_2 = pca9555_readPins(IC2, PCA9555_PORT1);
+
+  uint16_t state = ((state_1 & PORT0_COLS_MASK) << 3) | ((state_2 & PORT1_COLS_MASK));
+
+  // A low pin indicates an active column
+  return (~state) & COLS_MASK;
+}
+
+static bool read_cols_on_row(matrix_row_t current_matrix[], uint8_t current_row) {
+  // Store last value of row prior to reading
+  matrix_row_t last_row_value = current_matrix[current_row];
+
+  // Clear data in matrix row
+  current_matrix[current_row] = 0;
+
+  // Select row and wait for row selecton to stabilize
+  select_row(current_row);
+  wait_us(30);
+
+  current_matrix[current_row] |= read_cols();
+
+  // No need to unselect as `select_row` sets all the pins.
+
+  return (last_row_value != current_matrix[current_row]);
+}
+
+void matrix_init(void) {
+  // initialize i2c
+  init_i2c();
+
+  // initialize key pins
+  init_pins();
+
+  // initialize matrix state: all keys off
+  for (uint8_t i = 0; i < MATRIX_ROWS; i++) {
+    raw_matrix[i] = 0;
+    matrix[i]     = 0;
+  }
+
+  debounce_init(MATRIX_ROWS);
+
+  matrix_init_quantum();
+}
+
+uint8_t matrix_scan(void) {
+  bool changed = false;
+
+  for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) {
+    changed |= read_cols_on_row(raw_matrix, current_row);
+  }
+
+  debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
+
+  matrix_scan_quantum();
+
+  return (uint8_t)changed;
+}
diff --git a/keyboards/moon/moon.c b/keyboards/moon/moon.c
new file mode 100644 (file)
index 0000000..c218bf5
--- /dev/null
@@ -0,0 +1,69 @@
+/* Copyright 2019 Mathias Andersson <wraul@dbox.se>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+#include "moon.h"
+
+#define CAPS_PIN B5
+#define SCROLL_PIN B6
+
+// Optional override functions below.
+// You can leave any or all of these undefined.
+// These are only required if you want to perform custom actions.
+
+void matrix_init_kb(void) {
+  // put your keyboard start-up code here
+  // runs once when the firmware starts up
+
+  setPinOutput(CAPS_PIN);
+  setPinOutput(SCROLL_PIN);
+
+  matrix_init_user();
+}
+
+/*
+
+void matrix_scan_kb(void) {
+  // put your looping keyboard code here
+  // runs every cycle (a lot)
+
+  matrix_scan_user();
+}
+
+bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
+  // put your per-action keyboard code here
+  // runs for every action, just before processing by the firmware
+
+  return process_record_user(keycode, record);
+}
+
+*/
+
+void led_set_kb(uint8_t usb_led) {
+  // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
+
+  if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) {
+    writePinHigh(CAPS_PIN);
+  } else {
+    writePinLow(CAPS_PIN);
+  }
+
+  if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) {
+    writePinHigh(SCROLL_PIN);
+  } else {
+    writePinLow(SCROLL_PIN);
+  }
+
+  led_set_user(usb_led);
+}
diff --git a/keyboards/moon/moon.h b/keyboards/moon/moon.h
new file mode 100644 (file)
index 0000000..8599ade
--- /dev/null
@@ -0,0 +1,121 @@
+/* Copyright 2019 Mathias Andersson <wraul@dbox.se>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+#pragma once
+
+#include "quantum.h"
+
+/* This a shortcut to help you visually see your layout.
+ *
+ * The first section contains all of the arguments representing the physical
+ * layout of the board and position of the keys.
+ *
+ * The second converts the arguments into a two-dimensional array which
+ * represents the switch matrix.
+ */
+#define LAYOUT_all( \
+    k06,      k07, k08, k09, k0A,      k00, k01, k02, k03,      k04, k05, k66, k67,      k68, k69, k6A, \
+    k16, k17, k18, k19, k1A, k10, k11, k12, k13, k14, k15, k60, k61,           k62,      k63, k64, k65, \
+    k26,      k27, k28, k29, k2A, k20, k21, k22, k23, k24, k25, k76, k77,      k78,      k79, k7A, k70, \
+    k36,      k37, k38, k39, k3A, k30, k31, k32, k33, k34, k35, k71,           k72,                     \
+    k46, k47, k48, k49, k4A, k40, k41, k42, k43, k44, k45, k73,                k75,           k74,      \
+    k56, k57, k58,                     k59,                     k5A, k50, k51, k52,      k53, k54, k55  \
+) \
+{ \
+    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A }, \
+    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A }, \
+    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A }, \
+    { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A }, \
+    { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4A }, \
+    { k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k5A }, \
+    { k60, k61, k62, k63, k64, k65, k66, k67, k68, k69, k6A }, \
+    { k70, k71, k72, k73, k74, k75, k76, k77, k78, k79, k7A }, \
+}
+
+#define LAYOUT_tkl_ansi( \
+    k06,      k07, k08, k09, k0A,      k00, k01, k02, k03,      k04, k05, k66, k67,      k68, k69, k6A, \
+    k16, k17, k18, k19, k1A, k10, k11, k12, k13, k14, k15, k60, k61,           k62,      k63, k64, k65, \
+    k26,      k27, k28, k29, k2A, k20, k21, k22, k23, k24, k25, k76, k77,      k78,      k79, k7A, k70, \
+    k36,      k37, k38, k39, k3A, k30, k31, k32, k33, k34, k35, k71,           k72,                     \
+    k46,      k48, k49, k4A, k40, k41, k42, k43, k44, k45, k73,                k75,           k74,      \
+    k56, k57, k58,                     k59,                     k5A, k50, k51, k52,      k53, k54, k55  \
+) \
+{ \
+    { k00, k01, k02, k03, k04, k05, k06, k07,   k08, k09, k0A }, \
+    { k10, k11, k12, k13, k14, k15, k16, k17,   k18, k19, k1A }, \
+    { k20, k21, k22, k23, k24, k25, k26, k27,   k28, k29, k2A }, \
+    { k30, k31, k32, k33, k34, k35, k36, k37,   k38, k39, k3A }, \
+    { k40, k41, k42, k43, k44, k45, k46, KC_NO, k48, k49, k4A }, \
+    { k50, k51, k52, k53, k54, k55, k56, k57,   k58, k59, k5A }, \
+    { k60, k61, k62, k63, k64, k65, k66, k67,   k68, k69, k6A }, \
+    { k70, k71, k72, k73, k74, k75, k76, k77,   k78, k79, k7A }, \
+}
+
+#define LAYOUT_tkl_ansi_wkl( \
+    k06,      k07, k08, k09, k0A,      k00, k01, k02, k03,      k04, k05, k66, k67,      k68, k69, k6A, \
+    k16, k17, k18, k19, k1A, k10, k11, k12, k13, k14, k15, k60, k61,           k62,      k63, k64, k65, \
+    k26,      k27, k28, k29, k2A, k20, k21, k22, k23, k24, k25, k76, k77,      k78,      k79, k7A, k70, \
+    k36,      k37, k38, k39, k3A, k30, k31, k32, k33, k34, k35, k71,           k72,                     \
+    k46,      k48, k49, k4A, k40, k41, k42, k43, k44, k45, k73,                k75,           k74,      \
+    k56,      k58,                     k59,                          k50,      k52,      k53, k54, k55  \
+) \
+{ \
+    { k00, k01,   k02, k03, k04, k05, k06, k07,   k08, k09, k0A   }, \
+    { k10, k11,   k12, k13, k14, k15, k16, k17,   k18, k19, k1A   }, \
+    { k20, k21,   k22, k23, k24, k25, k26, k27,   k28, k29, k2A   }, \
+    { k30, k31,   k32, k33, k34, k35, k36, k37,   k38, k39, k3A   }, \
+    { k40, k41,   k42, k43, k44, k45, k46, KC_NO, k48, k49, k4A   }, \
+    { k50, KC_NO, k52, k53, k54, k55, k56, KC_NO, k58, k59, KC_NO }, \
+    { k60, k61,   k62, k63, k64, k65, k66, k67,   k68, k69, k6A   }, \
+    { k70, k71,   k72, k73, k74, k75, k76, k77,   k78, k79, k7A   }, \
+}
+
+#define LAYOUT_tkl_iso( \
+    k06,      k07, k08, k09, k0A,      k00, k01, k02, k03,      k04, k05, k66, k67,      k68, k69, k6A, \
+    k16, k17, k18, k19, k1A, k10, k11, k12, k13, k14, k15, k60, k61,           k62,      k63, k64, k65, \
+    k26,      k27, k28, k29, k2A, k20, k21, k22, k23, k24, k25, k76, k77,                k79, k7A, k70, \
+    k36,      k37, k38, k39, k3A, k30, k31, k32, k33, k34, k35, k71, k78,      k72,                     \
+    k46, k47, k48, k49, k4A, k40, k41, k42, k43, k44, k45, k73,                k75,           k74,      \
+    k56, k57, k58,                     k59,                     k5A, k50, k51, k52,      k53, k54, k55  \
+) \
+{ \
+    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A }, \
+    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A }, \
+    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A }, \
+    { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A }, \
+    { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4A }, \
+    { k50, k51, k52, k53, k54, k55, k56, k57, k58, k59, k5A }, \
+    { k60, k61, k62, k63, k64, k65, k66, k67, k68, k69, k6A }, \
+    { k70, k71, k72, k73, k74, k75, k76, k77, k78, k79, k7A }, \
+}
+
+#define LAYOUT_tkl_iso_wkl( \
+    k06,      k07, k08, k09, k0A,      k00, k01, k02, k03,      k04, k05, k66, k67,      k68, k69, k6A, \
+    k16, k17, k18, k19, k1A, k10, k11, k12, k13, k14, k15, k60, k61,           k62,      k63, k64, k65, \
+    k26,      k27, k28, k29, k2A, k20, k21, k22, k23, k24, k25, k76, k77,                k79, k7A, k70, \
+    k36,      k37, k38, k39, k3A, k30, k31, k32, k33, k34, k35, k71, k78,      k72,                     \
+    k46, k47, k48, k49, k4A, k40, k41, k42, k43, k44, k45, k73,                k75,           k74,      \
+    k56,      k58,                     k59,                          k50,      k52,      k53, k54, k55  \
+) \
+{ \
+    { k00, k01,   k02, k03, k04, k05, k06, k07,   k08, k09, k0A   }, \
+    { k10, k11,   k12, k13, k14, k15, k16, k17,   k18, k19, k1A   }, \
+    { k20, k21,   k22, k23, k24, k25, k26, k27,   k28, k29, k2A   }, \
+    { k30, k31,   k32, k33, k34, k35, k36, k37,   k38, k39, k3A   }, \
+    { k40, k41,   k42, k43, k44, k45, k46, k47,   k48, k49, k4A   }, \
+    { k50, KC_NO, k52, k53, k54, k55, k56, KC_NO, k58, k59, KC_NO }, \
+    { k60, k61,   k62, k63, k64, k65, k66, k67,   k68, k69, k6A   }, \
+    { k70, k71,   k72, k73, k74, k75, k76, k77,   k78, k79, k7A   }, \
+}
diff --git a/keyboards/moon/pca9555.c b/keyboards/moon/pca9555.c
new file mode 100644 (file)
index 0000000..b0e542d
--- /dev/null
@@ -0,0 +1,78 @@
+/* Copyright 2019
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+#include "i2c_master.h"
+#include "pca9555.h"
+
+#include "debug.h"
+
+#define SLAVE_TO_ADDR(n) (n << 1)
+#define TIMEOUT 100
+
+enum {
+  CMD_INPUT_0 = 0,
+  CMD_INPUT_1,
+  CMD_OUTPUT_0,
+  CMD_OUTPUT_1,
+  CMD_INVERSION_0,
+  CMD_INVERSION_1,
+  CMD_CONFIG_0,
+  CMD_CONFIG_1,
+};
+
+void pca9555_init(uint8_t slave_addr) {
+  static uint8_t s_init = 0;
+  if (!s_init) {
+    i2c_init();
+
+    s_init = 1;
+  }
+
+  // TODO: could check device connected
+  // i2c_start(SLAVE_TO_ADDR(slave) | I2C_WRITE);
+  // i2c_stop();
+}
+
+void pca9555_set_config(uint8_t slave_addr, uint8_t port, uint8_t conf) {
+  uint8_t addr = SLAVE_TO_ADDR(slave_addr);
+  uint8_t cmd  = port ? CMD_CONFIG_1 : CMD_CONFIG_0;
+
+  i2c_status_t ret = i2c_writeReg(addr, cmd, &conf, sizeof(conf), TIMEOUT);
+  if (ret != I2C_STATUS_SUCCESS) {
+    print("pca9555_set_config::FAILED\n");
+  }
+}
+
+void pca9555_set_output(uint8_t slave_addr, uint8_t port, uint8_t conf) {
+  uint8_t addr = SLAVE_TO_ADDR(slave_addr);
+  uint8_t cmd  = port ? CMD_OUTPUT_1 : CMD_OUTPUT_0;
+
+  i2c_status_t ret = i2c_writeReg(addr, cmd, &conf, sizeof(conf), TIMEOUT);
+  if (ret != I2C_STATUS_SUCCESS) {
+    print("pca9555_set_output::FAILED\n");
+  }
+}
+
+uint8_t pca9555_readPins(uint8_t slave_addr, uint8_t port) {
+  uint8_t addr = SLAVE_TO_ADDR(slave_addr);
+  uint8_t cmd  = port ? CMD_INPUT_1 : CMD_INPUT_0;
+
+  uint8_t      data = 0;
+  i2c_status_t ret  = i2c_readReg(addr, cmd, &data, sizeof(data), TIMEOUT);
+  if (ret != I2C_STATUS_SUCCESS) {
+    print("pca9555_readPins::FAILED\n");
+  }
+  return data;
+}
diff --git a/keyboards/moon/pca9555.h b/keyboards/moon/pca9555.h
new file mode 100644 (file)
index 0000000..ebb97e2
--- /dev/null
@@ -0,0 +1,55 @@
+/* Copyright 2019
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+#pragma once
+
+/*
+            PCA9555
+         ,----------.
+   SDA --| SDA  P00 |-- P00
+   SCL --| SCL  P01 |-- P01
+   INT --| INT  P02 |-- P02
+         |      P03 |-- P03
+   A0  --| A0   P04 |-- P04
+   A1  --| A1   P05 |-- P05
+   A2  --| A2   P06 |-- P06
+         |      P07 |-- P07
+         |          |
+         |      P10 |-- P10
+         |      P11 |-- P11
+         |      P12 |-- P12
+         |      P13 |-- P13
+         |      P14 |-- P14
+         |      P15 |-- P15
+         |      P16 |-- P16
+         |      P17 |-- P17
+         `----------'
+*/
+
+#define PCA9555_PORT0 0
+#define PCA9555_PORT1 1
+
+#define ALL_OUTPUT 0
+#define ALL_INPUT 0xFF
+#define ALL_LOW 0
+#define ALL_HIGH 0xFF
+
+void pca9555_init(uint8_t slave_addr);
+
+void pca9555_set_config(uint8_t slave_addr, uint8_t port, uint8_t conf);
+
+void pca9555_set_output(uint8_t slave_addr, uint8_t port, uint8_t conf);
+
+uint8_t pca9555_readPins(uint8_t slave_addr, uint8_t port);
diff --git a/keyboards/moon/readme.md b/keyboards/moon/readme.md
new file mode 100644 (file)
index 0000000..6ba3882
--- /dev/null
@@ -0,0 +1,17 @@
+# Moon
+
+![moon](https://i.imgur.com/hQeOBMs.jpg)
+
+A tenkeyless keyboard with astonishing curves. Designed and manufactured by EVE.
+
+The PCB uses the [Kimera core](https://github.com/kairyu/kimera) controller.
+
+Keyboard Maintainer: [Mathias Andersson](https://github.com/wraul)  
+Hardware Supported: Moon (only the initial black PCB with Kimera core).  
+Hardware Availability: https://geekhack.org/index.php?topic=90379.0
+
+Make example for this keyboard (after setting up your build environment):
+
+    make moon:default
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/moon/rules.mk b/keyboards/moon/rules.mk
new file mode 100644 (file)
index 0000000..699fc33
--- /dev/null
@@ -0,0 +1,77 @@
+# Project specific files
+SRC += i2c_master.c pca9555.c matrix.c
+
+# MCU name
+MCU = atmega32u4
+
+# Processor frequency.
+#     This will define a symbol, F_CPU, in all source code files equal to the
+#     processor frequency in Hz. You can then use this symbol in your source code to
+#     calculate timings. Do NOT tack on a 'UL' at the end, this will be done
+#     automatically to create a 32-bit value in your source code.
+#
+#     This will be an integer division of F_USB below, as it is sourced by
+#     F_USB after it has run through any CPU prescalers. Note that this value
+#     does not *change* the processor frequency - it should merely be updated to
+#     reflect the processor speed set externally so that the code can use accurate
+#     software delays.
+F_CPU = 16000000
+
+
+#
+# LUFA specific
+#
+# Target architecture (see library "Board Types" documentation).
+ARCH = AVR8
+
+# Input clock frequency.
+#     This will define a symbol, F_USB, in all source code files equal to the
+#     input clock frequency (before any prescaling is performed) in Hz. This value may
+#     differ from F_CPU if prescaling is used on the latter, and is required as the
+#     raw input clock is fed directly to the PLL sections of the AVR for high speed
+#     clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'
+#     at the end, this will be done automatically to create a 32-bit value in your
+#     source code.
+#
+#     If no clock division is performed on the input clock inside the AVR (via the
+#     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
+F_USB = $(F_CPU)
+
+# Interrupt driven control endpoint task(+60)
+OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
+
+
+# Bootloader selection
+#   Teensy       halfkay
+#   Pro Micro    caterina
+#   Atmel DFU    atmel-dfu
+#   LUFA DFU     lufa-dfu
+#   QMK DFU      qmk-dfu
+#   atmega32a    bootloadHID
+BOOTLOADER = atmel-dfu
+
+
+# Supported layouts
+LAYOUTS = tkl_ansi tkl_iso
+
+# Build Options
+#   change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
+CONSOLE_ENABLE = yes        # Console for debug(+400)
+COMMAND_ENABLE = yes        # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes           # USB Nkey Rollover
+BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality on B7 by default
+RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
+MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
+UNICODE_ENABLE = no         # Unicode
+BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
+AUDIO_ENABLE = no           # Audio output on port C6
+FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
+HD44780_ENABLE = no         # Enable support for HD44780 based LCDs (+400)
+CUSTOM_MATRIX = yes