Browse Source

[Keyboard] Add new keyboard Symmetry60 (#7327)

* [Keyboard] Add new keyboard Symmetry60

* Add new keyboard Symmetry60

* Fix Typo

* Update keyboards/handwired/symmetry60/config.h

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/symmetry60/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update readme.md

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update rules.mk

* Update symmetry60.c

* Update keyboards/handwired/symmetry60/rules.mk

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
marhalloweenvt 5 years ago
parent
commit
b252cce18f

+ 71 - 0
keyboards/handwired/symmetry60/config.h

@@ -0,0 +1,71 @@
+/*
+Copyright 2019 Marhalloweenvt
+
+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      0x0000
+#define DEVICE_VER      0x0001
+#define MANUFACTURER    Marhalloweenvt
+#define PRODUCT         Symmetry60
+#define DESCRIPTION     A Boardwalk-inspired keyboard
+
+/* key matrix size */
+#define MATRIX_ROWS 5
+#define MATRIX_COLS 14
+
+/*
+ * Keyboard Matrix Assignments
+ *
+ * Change this to how you wired your keyboard
+ * COLS: AVR pins used for columns, left to right
+ * ROWS: AVR pins used for rows, top to bottom
+ * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
+ *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
+ *
+*/
+#define MATRIX_ROW_PINS { D0, D1, D2, D3, D5 }
+#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, C7, B6, B5, B4, D7, D6, D4, E6 }
+#define UNUSED_PINS
+
+/* COL2ROW, ROW2COL*/
+#define DIODE_DIRECTION COL2ROW
+
+#define RGB_DI_PIN B1
+#ifdef RGB_DI_PIN
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 14
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
+#endif
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* define if matrix has ghost (lacks anti-ghosting diodes) */
+//#define MATRIX_HAS_GHOST
+
+/* number of backlight levels */
+
+/* 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

+ 83 - 0
keyboards/handwired/symmetry60/info.json

@@ -0,0 +1,83 @@
+{
+  "Keyboard_name": "Symmetry60",
+  "url": "",
+  "maintainer": "marhalloweenvt",
+  "width": 14,
+  "height": 5,
+  "layouts": {
+      "LAYOUT_ortho_5x14": {
+          "layout": [
+            {"label":"K00", "x":0, "y":0, "w":1.5},
+            {"label":"K01", "x":1.5, "y":0},
+            {"label":"K02", "x":2.5, "y":0},
+            {"label":"K03", "x":3.5, "y":0},
+            {"label":"K04", "x":4.5, "y":0},
+            {"label":"K05", "x":5.5, "y":0},
+            {"label":"K06", "x":6.5, "y":0},
+            {"label":"K07", "x":7.5, "y":0},
+            {"label":"K08", "x":8.5, "y":0},
+            {"label":"K09", "x":9.5, "y":0},
+            {"label":"K0A", "x":10.5, "y":0},
+            {"label":"K0B", "x":11.5, "y":0},
+            {"label":"K0C", "x":12.5, "y":0},
+            {"label":"K0D", "x":13.5, "y":0, "w":1.5},
+            {"label":"K10", "x":0, "y":1, "w":1.5},
+            {"label":"K11", "x":1.5, "y":1},
+            {"label":"K12", "x":2.5, "y":1},
+            {"label":"K13", "x":3.5, "y":1},
+            {"label":"K14", "x":4.5, "y":1},
+            {"label":"K15", "x":5.5, "y":1},
+            {"label":"K16", "x":6.5, "y":1},
+            {"label":"K17", "x":7.5, "y":1},
+            {"label":"K18", "x":8.5, "y":1},
+            {"label":"K19", "x":9.5, "y":1},
+            {"label":"K1A", "x":10.5, "y":1},
+            {"label":"K1B", "x":11.5, "y":1},
+            {"label":"K1C", "x":12.5, "y":1},
+            {"label":"K1D", "x":13.5, "y":1, "w":1.5},
+            {"label":"K20", "x":0, "y":2, "w":1.5},
+            {"label":"K21", "x":1.5, "y":2},
+            {"label":"K22", "x":2.5, "y":2},
+            {"label":"K23", "x":3.5, "y":2},
+            {"label":"K24", "x":4.5, "y":2},
+            {"label":"K25", "x":5.5, "y":2},
+            {"label":"K26", "x":6.5, "y":2},
+            {"label":"K27", "x":7.5, "y":2},
+            {"label":"K28", "x":8.5, "y":2},
+            {"label":"K29", "x":9.5, "y":2},
+            {"label":"K2A", "x":10.5, "y":2},
+            {"label":"K2B", "x":11.5, "y":2},
+            {"label":"K2C", "x":12.5, "y":2},
+            {"label":"K2D", "x":13.5, "y":2, "w":1.5},
+            {"label":"K30", "x":0, "y":3, "w":1.5},
+            {"label":"K31", "x":1.5, "y":3},
+            {"label":"K32", "x":2.5, "y":3},
+            {"label":"K33", "x":3.5, "y":3},
+            {"label":"K34", "x":4.5, "y":3},
+            {"label":"K35", "x":5.5, "y":3},
+            {"label":"K36", "x":6.5, "y":3},
+            {"label":"K37", "x":7.5, "y":3},
+            {"label":"K38", "x":8.5, "y":3},
+            {"label":"K39", "x":9.5, "y":3},
+            {"label":"K3A", "x":10.5, "y":3},
+            {"label":"K3B", "x":11.5, "y":3},
+            {"label":"K3C", "x":12.5, "y":3},
+            {"label":"K3D", "x":13.5, "y":3, "w":1.5},
+            {"label":"K40", "x":0, "y":4, "w":1.5},
+            {"label":"K41", "x":1.5, "y":4},
+            {"label":"K42", "x":2.5, "y":4},
+            {"label":"K43", "x":3.5, "y":4},
+            {"label":"K44", "x":4.5, "y":4},
+            {"label":"K45", "x":5.5, "y":4},
+            {"label":"K46", "x":6.5, "y":4},
+            {"label":"K47", "x":7.5, "y":4},
+            {"label":"K48", "x":8.5, "y":4},
+            {"label":"K49", "x":9.5, "y":4},
+            {"label":"K4A", "x":10.5, "y":4},
+            {"label":"K4B", "x":11.5, "y":4},
+            {"label":"K4C", "x":12.5, "y":4},
+            {"label":"K4D", "x":13.5, "y":4, "w":1.5}
+              ]
+      }
+  }
+}

+ 19 - 0
keyboards/handwired/symmetry60/keymaps/default/config.h

@@ -0,0 +1,19 @@
+/* Copyright 2019 marhalloweenvt
+ *
+ * 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
+
+// place overrides here

+ 26 - 0
keyboards/handwired/symmetry60/keymaps/default/keymap.c

@@ -0,0 +1,26 @@
+/* Copyright 2019 marhalloweenvt
+ *
+ * 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 QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT_ortho_5x14(
+    KC_GESC, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_MINS, KC_EQL,  KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSPC,
+    KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_LBRC, KC_RBRC, KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_QUOT,
+    KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_HOME, KC_PGUP, KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_ENT, 
+    KC_LSFT, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_END,  KC_PGDN, KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT,
+    KC_LCTL, KC_DEL, KC_LGUI,  KC_LALT, KC_SPC,  KC_SPC,  KC_SPC,  KC_SPC,  KC_SPC,  KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT, KC_RCTL 
+  ),
+};

+ 1 - 0
keyboards/handwired/symmetry60/keymaps/default/readme.md

@@ -0,0 +1 @@
+# The default keymap for symmetry60

+ 13 - 0
keyboards/handwired/symmetry60/readme.md

@@ -0,0 +1,13 @@
+# SYMMETRY60
+
+A keyboard inspired by Boardwalk
+
+* Keyboard Maintainer: [marhalloweenvt](https://github.com/marhalloweenvt)
+* Hardware Supported: Symmetry60 PCB
+* Hardware Availability: Symmetry60 PCB
+
+Make example for this keyboard (after setting up your build environment):
+
+    make handwired/symmetry60: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).

+ 36 - 0
keyboards/handwired/symmetry60/rules.mk

@@ -0,0 +1,36 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+#   Teensy       halfkay
+#   Pro Micro    caterina
+#   Atmel DFU    atmel-dfu
+#   LUFA DFU     lufa-dfu
+#   QMK DFU      qmk-dfu
+#   ATmega32A    bootloadHID
+#   ATmega328P   USBasp
+BOOTLOADER = atmel-dfu
+
+# Build Options
+#   change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes      # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes       # Mouse keys
+EXTRAKEY_ENABLE = yes       # Audio control and System control
+CONSOLE_ENABLE = yes        # Console for debug
+COMMAND_ENABLE = no         # 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 = no       # Enable keyboard backlight functionality on B7 by default
+RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
+MIDI_ENABLE = no            # MIDI support
+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
+LTO_ENABLE = yes            # Use link time optimization
+
+LAYOUTS = ortho_5x14

+ 16 - 0
keyboards/handwired/symmetry60/symmetry60.c

@@ -0,0 +1,16 @@
+/* Copyright 2019 marhalloweenvt
+ *
+ * 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 "symmetry60.h"

+ 42 - 0
keyboards/handwired/symmetry60/symmetry60.h

@@ -0,0 +1,42 @@
+/* Copyright 2019 marhalloweenvt
+ *
+ * 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_ortho_5x14( \
+    K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \
+    K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \
+    K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \
+    K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \
+    K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D  \
+) \
+{ \
+    { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \
+    { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \
+    { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \
+    { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \
+    { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D }, \
+}
+