diff options
| author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-12 02:01:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 10:01:33 -0800 |
| commit | f0c14507a521dbb7c6418ef5209b96057fffcdf7 (patch) | |
| tree | 06f42947be2141b9dcd003f9567019dcd1a6e1c3 /keyboards/nacly | |
| parent | 80e321f6ab176233f41ef556acc089ca1598df72 (diff) | |
[Keyboard] move @nacly 's boards to nacly/ (#15801)
Diffstat (limited to 'keyboards/nacly')
| -rw-r--r-- | keyboards/nacly/splitreus62/config.h | 76 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/info.json | 10 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/keymaps/default/keymap.c | 50 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/keymaps/scheiklp/config.h | 84 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/keymaps/scheiklp/keymap.c | 56 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/keymaps/scheiklp/rules.mk | 9 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/readme.md | 13 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/rules.mk | 20 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/splitreus62.c | 1 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/splitreus62.h | 26 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/config.h | 145 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/info.json | 10 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/keymaps/default/keymap.c | 43 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/readme.md | 14 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/rules.mk | 18 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/ua62.c | 17 | ||||
| -rw-r--r-- | keyboards/nacly/ua62/ua62.h | 41 |
17 files changed, 633 insertions, 0 deletions
diff --git a/keyboards/nacly/splitreus62/config.h b/keyboards/nacly/splitreus62/config.h new file mode 100644 index 0000000000..d8e67661bd --- /dev/null +++ b/keyboards/nacly/splitreus62/config.h | |||
| @@ -0,0 +1,76 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 3 | Copyright 2015 Jack Humbert | ||
| 4 | |||
| 5 | This program is free software: you can redistribute it and/or modify | ||
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation, either version 2 of the License, or | ||
| 8 | (at your option) any later version. | ||
| 9 | |||
| 10 | This program is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 17 | */ | ||
| 18 | |||
| 19 | #pragma once | ||
| 20 | |||
| 21 | #include "config_common.h" | ||
| 22 | |||
| 23 | /* USB Device descriptor parameter */ | ||
| 24 | #define VENDOR_ID 0xBEEF | ||
| 25 | #define PRODUCT_ID 0xFED0 | ||
| 26 | #define DEVICE_VER 0x0001 | ||
| 27 | #define MANUFACTURER NaCly | ||
| 28 | #define PRODUCT Splitreus62 | ||
| 29 | |||
| 30 | /* key matrix size */ | ||
| 31 | // Rows are doubled-up | ||
| 32 | #define MATRIX_ROWS 12 | ||
| 33 | #define MATRIX_COLS 6 | ||
| 34 | |||
| 35 | // wiring of each half | ||
| 36 | #define MATRIX_ROW_PINS { D3, D2, D1, D4, C6, D7 } | ||
| 37 | #define MATRIX_COL_PINS { E6, B4, B5, B6, B2, B3 } | ||
| 38 | |||
| 39 | #define DIODE_DIRECTION ROW2COL | ||
| 40 | |||
| 41 | #define SPLIT_HAND_PIN F4 | ||
| 42 | |||
| 43 | /* Set 0 if debouncing isn't needed */ | ||
| 44 | #define DEBOUNCE 5 | ||
| 45 | |||
| 46 | /* serial.c configuration for split keyboard */ | ||
| 47 | #define SOFT_SERIAL_PIN D0 | ||
| 48 | |||
| 49 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 50 | #define LOCKING_SUPPORT_ENABLE | ||
| 51 | /* Locking resynchronize hack */ | ||
| 52 | #define LOCKING_RESYNC_ENABLE | ||
| 53 | |||
| 54 | /* ws2812 RGB LED */ | ||
| 55 | #define RGB_DI_PIN B1 | ||
| 56 | |||
| 57 | #define RGBLED_NUM 12 // Number of LEDs | ||
| 58 | |||
| 59 | #define RGBLED_SPLIT { 6, 6 } | ||
| 60 | /* | ||
| 61 | * Feature disable options | ||
| 62 | * These options are also useful to firmware size reduction. | ||
| 63 | */ | ||
| 64 | |||
| 65 | /* disable debug print */ | ||
| 66 | // #define NO_DEBUG | ||
| 67 | |||
| 68 | /* disable print */ | ||
| 69 | // #define NO_PRINT | ||
| 70 | |||
| 71 | /* disable action features */ | ||
| 72 | //#define NO_ACTION_LAYER | ||
| 73 | //#define NO_ACTION_TAPPING | ||
| 74 | //#define NO_ACTION_ONESHOT | ||
| 75 | //#define NO_ACTION_MACRO | ||
| 76 | //#define NO_ACTION_FUNCTION | ||
diff --git a/keyboards/nacly/splitreus62/info.json b/keyboards/nacly/splitreus62/info.json new file mode 100644 index 0000000000..a9f9b540a9 --- /dev/null +++ b/keyboards/nacly/splitreus62/info.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "splitreus62", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "layouts": { | ||
| 6 | "LAYOUT": { | ||
| 7 | "layout": [{"x":0, "y":0.6}, {"x":1, "y":0.6}, {"x":2, "y":0.35}, {"x":3, "y":0}, {"x":4, "y":0.35}, {"x":5, "y":0.7}, {"x":9, "y":0.7}, {"x":10, "y":0.35}, {"x":11, "y":0}, {"x":12, "y":0.35}, {"x":13, "y":0.6}, {"x":14, "y":0.6}, {"x":0, "y":1.6}, {"x":1, "y":1.6}, {"x":2, "y":1.35}, {"x":3, "y":1}, {"x":4, "y":1.35}, {"x":5, "y":1.7}, {"x":9, "y":1.7}, {"x":10, "y":1.35}, {"x":11, "y":1}, {"x":12, "y":1.35}, {"x":13, "y":1.6}, {"x":14, "y":1.6}, {"x":0, "y":2.6}, {"x":1, "y":2.6}, {"x":2, "y":2.35}, {"x":3, "y":2}, {"x":4, "y":2.35}, {"x":5, "y":2.7}, {"x":9, "y":2.7}, {"x":10, "y":2.35}, {"x":11, "y":2}, {"x":12, "y":2.35}, {"x":13, "y":2.6}, {"x":14, "y":2.6}, {"x":0, "y":3.6}, {"x":1, "y":3.6}, {"x":2, "y":3.35}, {"x":3, "y":3}, {"x":4, "y":3.35}, {"x":5, "y":3.7}, {"x":9, "y":3.7}, {"x":10, "y":3.35}, {"x":11, "y":3}, {"x":12, "y":3.35}, {"x":13, "y":3.6}, {"x":14, "y":3.6}, {"x":0, "y":4.6}, {"x":1, "y":4.6}, {"x":2, "y":4.35}, {"x":3, "y":4}, {"x":4, "y":4.35}, {"x":5, "y":4.7}, {"x":6, "y":3.95, "h":1.5}, {"x":8, "y":3.95, "h":1.5}, {"x":9, "y":4.7}, {"x":10, "y":4.35}, {"x":11, "y":4}, {"x":12, "y":4.35}, {"x":13, "y":4.6}, {"x":14, "y":4.6}] | ||
| 8 | } | ||
| 9 | } | ||
| 10 | } | ||
diff --git a/keyboards/nacly/splitreus62/keymaps/default/keymap.c b/keyboards/nacly/splitreus62/keymaps/default/keymap.c new file mode 100644 index 0000000000..0137b7e3d9 --- /dev/null +++ b/keyboards/nacly/splitreus62/keymaps/default/keymap.c | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | /* Copyright 2019 NaCly | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 19 | [0] = LAYOUT( | ||
| 20 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | ||
| 21 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
| 22 | KC_LCTL, KC_A, KC_S, KC_D, LT(1,KC_F), KC_G, KC_H, LT(2,KC_J), KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 23 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 24 | KC_LCTL, KC_LGUI, KC_LALT, KC_GRV, KC_EQL, KC_BSPC, KC_DEL, KC_ENT, KC_SPC, KC_LBRC, KC_RBRC, KC_HOME, KC_END, KC_ESC | ||
| 25 | ), | ||
| 26 | //Holding F | ||
| 27 | [1] = LAYOUT( | ||
| 28 | KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, | ||
| 29 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 30 | KC_LCTL, KC_NO, KC_NO, KC_NO, _______, KC_NO, KC_NO, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_NO, | ||
| 31 | KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_RSFT, | ||
| 32 | KC_LCTL, KC_LGUI, KC_LALT, KC_NO, KC_NO, KC_NO, KC_NO, KC_HOME, KC_END, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO | ||
| 33 | ), | ||
| 34 | //Holding J | ||
| 35 | [2] = LAYOUT( | ||
| 36 | KC_MUTE, KC_VOLD, KC_VOLU, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 37 | KC_NO, KC_MPRV, KC_MPLY, KC_MNXT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 38 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, _______, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 39 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 40 | KC_LCTL, KC_LGUI, KC_LALT, KC_NO, KC_NO, KC_NO, KC_NO, KC_ENT, KC_SPC, KC_NO, KC_NO, KC_NO, KC_NO, TG(3) | ||
| 41 | ), | ||
| 42 | //game layer | ||
| 43 | [3] = LAYOUT( | ||
| 44 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | ||
| 45 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
| 46 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, LT(2,KC_J), KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 47 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 48 | KC_LCTL, KC_NO, KC_LALT, KC_GRV, KC_SPC, KC_BSPC, KC_DEL, KC_ENT, KC_SPC, KC_LBRC, KC_RBRC, KC_HOME, KC_END, TO(0) | ||
| 49 | ) | ||
| 50 | }; | ||
diff --git a/keyboards/nacly/splitreus62/keymaps/scheiklp/config.h b/keyboards/nacly/splitreus62/keymaps/scheiklp/config.h new file mode 100644 index 0000000000..04af418d8f --- /dev/null +++ b/keyboards/nacly/splitreus62/keymaps/scheiklp/config.h | |||
| @@ -0,0 +1,84 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 3 | Copyright 2015 Jack Humbert | ||
| 4 | |||
| 5 | This program is free software: you can redistribute it and/or modify | ||
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation, either version 2 of the License, or | ||
| 8 | (at your option) any later version. | ||
| 9 | |||
| 10 | This program is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 17 | */ | ||
| 18 | |||
| 19 | #pragma once | ||
| 20 | |||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0xBEEF | ||
| 23 | #define PRODUCT_ID 0xFED0 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER NaCly | ||
| 26 | #define PRODUCT Splitreus62 | ||
| 27 | |||
| 28 | /* key matrix size */ | ||
| 29 | // Rows are doubled-up | ||
| 30 | #define MATRIX_ROWS 12 | ||
| 31 | #define MATRIX_COLS 6 | ||
| 32 | |||
| 33 | // wiring of each half | ||
| 34 | #define MATRIX_ROW_PINS { D3, D2, D1, D4, C6, D7 } | ||
| 35 | #define MATRIX_COL_PINS { E6, B4, B5, B6, B2, B3 } | ||
| 36 | |||
| 37 | #define DIODE_DIRECTION ROW2COL | ||
| 38 | |||
| 39 | #define SPLIT_HAND_PIN F4 | ||
| 40 | |||
| 41 | /* Set 0 if debouncing isn't needed */ | ||
| 42 | #define DEBOUNCE 5 | ||
| 43 | |||
| 44 | /* serial.c configuration for split keyboard */ | ||
| 45 | #define SOFT_SERIAL_PIN D0 | ||
| 46 | |||
| 47 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 48 | #define LOCKING_SUPPORT_ENABLE | ||
| 49 | /* Locking resynchronize hack */ | ||
| 50 | #define LOCKING_RESYNC_ENABLE | ||
| 51 | |||
| 52 | #define AUTO_SHIFT_TIMEOUT 100 | ||
| 53 | #define NO_AUTO_SHIFT_SPECIAL | ||
| 54 | #define NO_AUTO_SHIFT_NUMERIC | ||
| 55 | |||
| 56 | // require two taps for a TT layer switch (default 5) | ||
| 57 | #define TAPPING_TOGGLE 2 | ||
| 58 | |||
| 59 | // Mouse control | ||
| 60 | // constant mode (velocity) | ||
| 61 | #define MK_3_SPEED | ||
| 62 | // KC_ACL0 < KC_ACL1 < unmodified < KC_ACL2 | ||
| 63 | |||
| 64 | // Cursor offset per movement (unmodified) | ||
| 65 | #define MK_C_OFFSET_UNMOD 16 | ||
| 66 | // Time between cursor movements (unmodified) | ||
| 67 | #define MK_C_INTERVAL_UNMOD 10 | ||
| 68 | /* #define MK_C_INTERVAL_UNMOD 16 */ | ||
| 69 | |||
| 70 | // Cursor offset per movement (KC_ACL0) | ||
| 71 | #define MK_C_OFFSET_0 1 | ||
| 72 | // Time between cursor movements (KC_ACL0) | ||
| 73 | #define MK_C_INTERVAL_0 32 | ||
| 74 | |||
| 75 | // Cursor offset per movement (KC_ACL1) | ||
| 76 | #define MK_C_OFFSET_1 4 | ||
| 77 | // Time between cursor movements (KC_ACL1) | ||
| 78 | #define MK_C_INTERVAL_1 16 | ||
| 79 | |||
| 80 | // Cursor offset per movement (KC_ACL2) | ||
| 81 | #define MK_C_OFFSET_2 20 | ||
| 82 | /* #define MK_C_OFFSET_2 32 */ | ||
| 83 | // Time between cursor movements (KC_ACL2) | ||
| 84 | #define MK_C_INTERVAL_2 16 | ||
diff --git a/keyboards/nacly/splitreus62/keymaps/scheiklp/keymap.c b/keyboards/nacly/splitreus62/keymaps/scheiklp/keymap.c new file mode 100644 index 0000000000..b192e357f0 --- /dev/null +++ b/keyboards/nacly/splitreus62/keymaps/scheiklp/keymap.c | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | /* Copyright 2019 NaCly | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include QMK_KEYBOARD_H | ||
| 17 | #include "koy_keys_on_quertz_de_latin1.h" | ||
| 18 | // Layer shorthand | ||
| 19 | #define _1 0 | ||
| 20 | #define _3 1 | ||
| 21 | #define _4 2 | ||
| 22 | #define _7 3 | ||
| 23 | |||
| 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 25 | [_1] = LAYOUT( | ||
| 26 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | ||
| 27 | KC_TAB, KC_K, KC_DOT, KC_O, KC_COMM, N_Y, KC_V, KC_G, KC_C, KC_L, N_SS, N_Z, | ||
| 28 | MO(_3), KC_H, KC_A, KC_E, KC_I, KC_U, KC_D, KC_T, KC_R, KC_N, KC_S, KC_F, | ||
| 29 | KC_LSFT, KC_X, KC_Q, N_AE, N_UE, N_OE, KC_B, KC_P, KC_W, KC_M, KC_J, KC_RSFT, | ||
| 30 | KC_LCTL, N_COPY, N_PASTE, KC_LGUI, KC_LALT, KC_SPC, KC_ENTER, KC_RCTL, MO(_3), MO(_4), KC_TRNS, KC_TRNS, KC_CAPS, TT(_7) | ||
| 31 | ), | ||
| 32 | |||
| 33 | [_3] = LAYOUT( | ||
| 34 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_BSPC, | ||
| 35 | KC_TAB, N_DOTS, N_USC, N_LSQBR, N_RSQBR, N_CIRC, N_EXKL, N_LT, N_GT, N_EQ, N_AMP, KC_TRNS, | ||
| 36 | KC_TRNS, N_BSLS, N_SLSH, N_LCUBR, N_RCUBR, N_ASTR, N_QUES, N_LPARN, N_RPARN, N_MINS, N_COLN, N_AT, | ||
| 37 | KC_LSFT, N_HASH, N_DLR, N_PIPE, N_TILD, N_GRAVE, N_PLUS, N_PERC, N_QUOT, N_SING, N_SEMI, KC_RSFT, | ||
| 38 | KC_LCTL, N_COPY, N_PASTE, KC_LGUI, KC_LALT, KC_SPC, KC_ENTER, KC_TRNS, KC_TRNS, KC_RCTL, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
| 39 | ), | ||
| 40 | |||
| 41 | [_4] = LAYOUT( | ||
| 42 | KC_ESC, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BSPC, | ||
| 43 | KC_TAB, KC_PGUP, KC_BSPC, KC_UP, KC_DEL, KC_PGDN, KC_KP_SLASH, KC_7, KC_8, KC_9, KC_KP_MINUS, KC_TRNS, | ||
| 44 | KC_TRNS, KC_HOME, KC_LEFT, KC_DOWN, KC_RIGHT, KC_END, KC_KP_ASTERISK, KC_4, KC_5, KC_6, KC_KP_PLUS, KC_TRNS, | ||
| 45 | KC_LSFT, KC_ESC, KC_TAB, KC_INS, KC_ENTER, N_UNDO, KC_KP_ENTER, KC_1, KC_2, KC_3, KC_KP_DOT, KC_RSFT, | ||
| 46 | KC_LCTL, N_COPY, N_PASTE, KC_LGUI, KC_LALT, KC_0, KC_ENTER, KC_0, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
| 47 | ), | ||
| 48 | |||
| 49 | [_7] = LAYOUT( | ||
| 50 | KC_ESC, KC_TRNS, KC_TRNS, KC_MS_BTN3, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, | ||
| 51 | KC_TAB, KC_MS_WH_UP, KC_MS_BTN2, KC_MS_UP, KC_MS_BTN1, KC_MS_WH_DOWN, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 52 | KC_TRNS, KC_MS_ACCEL0, KC_MS_LEFT, KC_MS_DOWN, KC_MS_RIGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 53 | KC_LSFT, KC_MS_ACCEL1, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 54 | KC_LCTL, KC_MS_ACCEL2, KC_TRNS, KC_LALT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
| 55 | ) | ||
| 56 | }; | ||
diff --git a/keyboards/nacly/splitreus62/keymaps/scheiklp/rules.mk b/keyboards/nacly/splitreus62/keymaps/scheiklp/rules.mk new file mode 100644 index 0000000000..cbfc44e1bd --- /dev/null +++ b/keyboards/nacly/splitreus62/keymaps/scheiklp/rules.mk | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | BOOTLOADER = atmel-dfu | ||
| 2 | |||
| 3 | # Build Options | ||
| 4 | AUTO_SHIFT_ENABLE = yes | ||
| 5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 7 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 8 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 9 | SPLIT_KEYBOARD = yes | ||
diff --git a/keyboards/nacly/splitreus62/readme.md b/keyboards/nacly/splitreus62/readme.md new file mode 100644 index 0000000000..414b507d97 --- /dev/null +++ b/keyboards/nacly/splitreus62/readme.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # splitreus62 | ||
| 2 | |||
| 3 | A split version of the [Atreus62](https://github.com/profet23/atreus62) by Profet23, which itself is based on Phil Hagelberg's [Atreus](https://github.com/technomancy/atreus). You can copy keymaps from Atreus62 and use them with this keyboard. | ||
| 4 | |||
| 5 | * Keyboard Maintainer: [NaCly](https://github.com/Na-Cly) | ||
| 6 | * Hardware Supported: splitreus62 PCBs, Pro Micro | ||
| 7 | * Hardware Availability: https://github.com/Na-Cly/splitreus62 | ||
| 8 | |||
| 9 | Make example for this keyboard (after setting up your build environment): | ||
| 10 | |||
| 11 | make nacly/splitreus62:default | ||
| 12 | |||
| 13 | 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/nacly/splitreus62/rules.mk b/keyboards/nacly/splitreus62/rules.mk new file mode 100644 index 0000000000..d585e3b4b3 --- /dev/null +++ b/keyboards/nacly/splitreus62/rules.mk | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = no # Console for debug | ||
| 14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 15 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 18 | AUDIO_ENABLE = no # Audio output | ||
| 19 | |||
| 20 | SPLIT_KEYBOARD = yes | ||
diff --git a/keyboards/nacly/splitreus62/splitreus62.c b/keyboards/nacly/splitreus62/splitreus62.c new file mode 100644 index 0000000000..d6ea3f9135 --- /dev/null +++ b/keyboards/nacly/splitreus62/splitreus62.c | |||
| @@ -0,0 +1 @@ | |||
| #include "splitreus62.h" | |||
diff --git a/keyboards/nacly/splitreus62/splitreus62.h b/keyboards/nacly/splitreus62/splitreus62.h new file mode 100644 index 0000000000..bc6c2a9131 --- /dev/null +++ b/keyboards/nacly/splitreus62/splitreus62.h | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | #define LAYOUT(\ | ||
| 6 | L00, L01, L02, L03, L04, L05, R05, R04, R03, R02, R01, R00, \ | ||
| 7 | L10, L11, L12, L13, L14, L15, R15, R14, R13, R12, R11, R10, \ | ||
| 8 | L20, L21, L22, L23, L24, L25, R25, R24, R23, R22, R21, R20, \ | ||
| 9 | L30, L31, L32, L33, L34, L35, R35, R34, R33, R32, R31, R30, \ | ||
| 10 | L40, L41, L42, L43, L44, L45, L55, R55, R45, R44, R43, R42, R41, R40 \ | ||
| 11 | )\ | ||
| 12 | {\ | ||
| 13 | { L00, L01, L02, L03, L04, L05 }, \ | ||
| 14 | { L10, L11, L12, L13, L14, L15 }, \ | ||
| 15 | { L20, L21, L22, L23, L24, L25 }, \ | ||
| 16 | { L30, L31, L32, L33, L34, L35 }, \ | ||
| 17 | { L40, L41, L42, L43, L44, L45 }, \ | ||
| 18 | { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, L55 }, \ | ||
| 19 | \ | ||
| 20 | { R00, R01, R02, R03, R04, R05 }, \ | ||
| 21 | { R10, R11, R12, R13, R14, R15 }, \ | ||
| 22 | { R20, R21, R22, R23, R24, R25 }, \ | ||
| 23 | { R30, R31, R32, R33, R34, R35 }, \ | ||
| 24 | { R40, R41, R42, R43, R44, R45 }, \ | ||
| 25 | { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, R55 } \ | ||
| 26 | } | ||
diff --git a/keyboards/nacly/ua62/config.h b/keyboards/nacly/ua62/config.h new file mode 100644 index 0000000000..492bba93e8 --- /dev/null +++ b/keyboards/nacly/ua62/config.h | |||
| @@ -0,0 +1,145 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2019 NaCly | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xBEEF | ||
| 24 | #define PRODUCT_ID 0xFFFF | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER NaCly | ||
| 27 | #define PRODUCT UA62 | ||
| 28 | |||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 5 | ||
| 31 | #define MATRIX_COLS 13 | ||
| 32 | |||
| 33 | /* | ||
| 34 | * Keyboard Matrix Assignments | ||
| 35 | * | ||
| 36 | * Change this to how you wired your keyboard | ||
| 37 | * COLS: AVR pins used for columns, left to right | ||
| 38 | * ROWS: AVR pins used for rows, top to bottom | ||
| 39 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 40 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 41 | * | ||
| 42 | */ | ||
| 43 | #define MATRIX_ROW_PINS { D3, D2, D1, D0, D4 } | ||
| 44 | #define MATRIX_COL_PINS { C6, D7, E6, B4, B5, B6, B2, B3, B1, F7, F6, F5, F4 } | ||
| 45 | #define UNUSED_PINS | ||
| 46 | |||
| 47 | /* COL2ROW, ROW2COL*/ | ||
| 48 | #define DIODE_DIRECTION ROW2COL | ||
| 49 | |||
| 50 | /* | ||
| 51 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | ||
| 52 | */ | ||
| 53 | //#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 | ||
| 54 | |||
| 55 | // #define BACKLIGHT_PIN B7 | ||
| 56 | // #define BACKLIGHT_BREATHING | ||
| 57 | // #define BACKLIGHT_LEVELS 3 | ||
| 58 | |||
| 59 | // #define RGB_DI_PIN E2 | ||
| 60 | // #ifdef RGB_DI_PIN | ||
| 61 | // #define RGBLED_NUM 16 | ||
| 62 | // #define RGBLIGHT_HUE_STEP 8 | ||
| 63 | // #define RGBLIGHT_SAT_STEP 8 | ||
| 64 | // #define RGBLIGHT_VAL_STEP 8 | ||
| 65 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 66 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 67 | // /*== all animations enable ==*/ | ||
| 68 | // #define RGBLIGHT_ANIMATIONS | ||
| 69 | // /*== or choose animations ==*/ | ||
| 70 | // #define RGBLIGHT_EFFECT_BREATHING | ||
| 71 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 72 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 73 | // #define RGBLIGHT_EFFECT_SNAKE | ||
| 74 | // #define RGBLIGHT_EFFECT_KNIGHT | ||
| 75 | // #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 76 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 77 | // #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 78 | // #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 79 | // /*== customize breathing effect ==*/ | ||
| 80 | // /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 81 | // #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 82 | // /*==== use exp() and sin() ====*/ | ||
| 83 | // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 84 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 85 | // #endif | ||
| 86 | |||
| 87 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
| 88 | #define DEBOUNCE 5 | ||
| 89 | |||
| 90 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | ||
| 91 | //#define MATRIX_HAS_GHOST | ||
| 92 | |||
| 93 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 94 | #define LOCKING_SUPPORT_ENABLE | ||
| 95 | /* Locking resynchronize hack */ | ||
| 96 | #define LOCKING_RESYNC_ENABLE | ||
| 97 | |||
| 98 | #define TAPPING_TERM 200 | ||
| 99 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 100 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 101 | */ | ||
| 102 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 103 | |||
| 104 | /* | ||
| 105 | * Force NKRO | ||
| 106 | * | ||
| 107 | * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved | ||
| 108 | * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the | ||
| 109 | * makefile for this to work.) | ||
| 110 | * | ||
| 111 | * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N) | ||
| 112 | * until the next keyboard reset. | ||
| 113 | * | ||
| 114 | * NKRO may prevent your keystrokes from being detected in the BIOS, but it is | ||
| 115 | * fully operational during normal computer usage. | ||
| 116 | * | ||
| 117 | * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N) | ||
| 118 | * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by | ||
| 119 | * bootmagic, NKRO mode will always be enabled until it is toggled again during a | ||
| 120 | * power-up. | ||
| 121 | * | ||
| 122 | */ | ||
| 123 | //#define FORCE_NKRO | ||
| 124 | |||
| 125 | /* | ||
| 126 | * Feature disable options | ||
| 127 | * These options are also useful to firmware size reduction. | ||
| 128 | */ | ||
| 129 | |||
| 130 | /* disable debug print */ | ||
| 131 | //#define NO_DEBUG | ||
| 132 | |||
| 133 | /* disable print */ | ||
| 134 | //#define NO_PRINT | ||
| 135 | |||
| 136 | /* disable action features */ | ||
| 137 | //#define NO_ACTION_LAYER | ||
| 138 | //#define NO_ACTION_TAPPING | ||
| 139 | //#define NO_ACTION_ONESHOT | ||
| 140 | //#define NO_ACTION_MACRO | ||
| 141 | //#define NO_ACTION_FUNCTION | ||
| 142 | |||
| 143 | /* Bootmagic Lite key configuration */ | ||
| 144 | // #define BOOTMAGIC_LITE_ROW 0 | ||
| 145 | // #define BOOTMAGIC_LITE_COLUMN 0 | ||
diff --git a/keyboards/nacly/ua62/info.json b/keyboards/nacly/ua62/info.json new file mode 100644 index 0000000000..4090b43d11 --- /dev/null +++ b/keyboards/nacly/ua62/info.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "ua62", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "layouts": { | ||
| 6 | "LAYOUT": { | ||
| 7 | "layout": [{"x":0, "y":0.6}, {"x":1, "y":0.6}, {"x":2, "y":0.35}, {"x":3, "y":0}, {"x":4, "y":0.35}, {"x":5, "y":0.7}, {"x":9, "y":0.7}, {"x":10, "y":0.35}, {"x":11, "y":0}, {"x":12, "y":0.35}, {"x":13, "y":0.6}, {"x":14, "y":0.6}, {"x":0, "y":1.6}, {"x":1, "y":1.6}, {"x":2, "y":1.35}, {"x":3, "y":1}, {"x":4, "y":1.35}, {"x":5, "y":1.7}, {"x":9, "y":1.7}, {"x":10, "y":1.35}, {"x":11, "y":1}, {"x":12, "y":1.35}, {"x":13, "y":1.6}, {"x":14, "y":1.6}, {"x":0, "y":2.6}, {"x":1, "y":2.6}, {"x":2, "y":2.35}, {"x":3, "y":2}, {"x":4, "y":2.35}, {"x":5, "y":2.7}, {"x":9, "y":2.7}, {"x":10, "y":2.35}, {"x":11, "y":2}, {"x":12, "y":2.35}, {"x":13, "y":2.6}, {"x":14, "y":2.6}, {"x":0, "y":3.6}, {"x":1, "y":3.6}, {"x":2, "y":3.35}, {"x":3, "y":3}, {"x":4, "y":3.35}, {"x":5, "y":3.7}, {"x":9, "y":3.7}, {"x":10, "y":3.35}, {"x":11, "y":3}, {"x":12, "y":3.35}, {"x":13, "y":3.6}, {"x":14, "y":3.6}, {"x":0, "y":4.6}, {"x":1, "y":4.6}, {"x":2, "y":4.35}, {"x":3, "y":4}, {"x":4, "y":4.35}, {"x":5, "y":4.7}, {"x":6, "y":3.95, "h":1.5}, {"x":8, "y":3.95, "h":1.5}, {"x":9, "y":4.7}, {"x":10, "y":4.35}, {"x":11, "y":4}, {"x":12, "y":4.35}, {"x":13, "y":4.6}, {"x":14, "y":4.6}] | ||
| 8 | } | ||
| 9 | } | ||
| 10 | } | ||
diff --git a/keyboards/nacly/ua62/keymaps/default/keymap.c b/keyboards/nacly/ua62/keymaps/default/keymap.c new file mode 100644 index 0000000000..5488fdfdc1 --- /dev/null +++ b/keyboards/nacly/ua62/keymaps/default/keymap.c | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | /* Copyright 2019 NaCly | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 19 | [0] = LAYOUT( | ||
| 20 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | ||
| 21 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
| 22 | KC_LCTRL, KC_A, KC_S, KC_D, LT(1, KC_F), KC_G, KC_H, LT(2, KC_J), KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 23 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 24 | KC_LCTRL, KC_LGUI, KC_LALT, KC_GRV, KC_EQL, KC_BSPC, KC_DEL, KC_ENT, KC_SPC, KC_LBRC, KC_RBRC, KC_HOME, KC_END, KC_ESC | ||
| 25 | ), | ||
| 26 | //Holding F | ||
| 27 | [1] = LAYOUT( | ||
| 28 | KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, | ||
| 29 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 30 | KC_LCTRL, KC_NO, KC_NO, KC_NO, _______, KC_NO, KC_NO, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_NO, | ||
| 31 | KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_RSFT, | ||
| 32 | KC_LCTRL, KC_LGUI, KC_LALT, KC_NO, KC_NO, KC_NO, KC_NO, KC_HOME, KC_END, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO | ||
| 33 | ), | ||
| 34 | //Holding J | ||
| 35 | [2] = LAYOUT( | ||
| 36 | KC_MUTE, KC_VOLD, KC_VOLU, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 37 | KC_NO, KC_MPRV, KC_MPLY, KC_MNXT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 38 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, _______, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 39 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 40 | KC_LCTRL, KC_LGUI, KC_LALT, KC_NO, KC_NO, KC_NO, KC_NO, KC_ENT, KC_SPC, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO | ||
| 41 | ) | ||
| 42 | }; | ||
| 43 | |||
diff --git a/keyboards/nacly/ua62/readme.md b/keyboards/nacly/ua62/readme.md new file mode 100644 index 0000000000..cb4b870bcd --- /dev/null +++ b/keyboards/nacly/ua62/readme.md | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # UA62 | ||
| 2 | |||
| 3 | * A Universal pcb for the atreus62 | ||
| 4 | * atreus62 by profet23 | ||
| 5 | * Original atreus by Phil Hagelberg | ||
| 6 | * Keyboard Maintainer: [NaCly](https://github.com/na-cly) | ||
| 7 | * Hardware Supported: UA62 PCB | ||
| 8 | * Hardware Availability: https://github.com/na-cly/UA62 (Order PCBS) | ||
| 9 | |||
| 10 | Make example for this keyboard (after setting up your build environment): | ||
| 11 | |||
| 12 | make nacly/ua62:default | ||
| 13 | |||
| 14 | 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/nacly/ua62/rules.mk b/keyboards/nacly/ua62/rules.mk new file mode 100644 index 0000000000..33d28b3a89 --- /dev/null +++ b/keyboards/nacly/ua62/rules.mk | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = yes # Console for debug | ||
| 14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 15 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 18 | AUDIO_ENABLE = no # Audio output | ||
diff --git a/keyboards/nacly/ua62/ua62.c b/keyboards/nacly/ua62/ua62.c new file mode 100644 index 0000000000..cac45f3fbf --- /dev/null +++ b/keyboards/nacly/ua62/ua62.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2019 NaCly | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include "ua62.h" | ||
| 17 | |||
diff --git a/keyboards/nacly/ua62/ua62.h b/keyboards/nacly/ua62/ua62.h new file mode 100644 index 0000000000..4509bbff3d --- /dev/null +++ b/keyboards/nacly/ua62/ua62.h | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | /* Copyright 2019 NaCly | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #pragma once | ||
| 17 | |||
| 18 | #include "quantum.h" | ||
| 19 | |||
| 20 | /* This a shortcut to help you visually see your layout. | ||
| 21 | * | ||
| 22 | * The first section contains all of the arguments representing the physical | ||
| 23 | * layout of the board and position of the keys. | ||
| 24 | * | ||
| 25 | * The second converts the arguments into a two-dimensional array which | ||
| 26 | * represents the switch matrix. | ||
| 27 | */ | ||
| 28 | #define LAYOUT( \ | ||
| 29 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ | ||
| 30 | k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ | ||
| 31 | k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ | ||
| 32 | k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, \ | ||
| 33 | k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4b, k4c, k4d \ | ||
| 34 | ) \ | ||
| 35 | { \ | ||
| 36 | { k00, k01, k02, k03, k04, k05, KC_NO, k06, k07, k08, k09, k0a, k0b }, \ | ||
| 37 | { k10, k11, k12, k13, k14, k15, KC_NO, k16, k17, k18, k19, k1a, k1b }, \ | ||
| 38 | { k20, k21, k22, k23, k24, k25, KC_NO, k26, k27, k28, k29, k2a, k2b }, \ | ||
| 39 | { k30, k31, k32, k33, k34, k35, k47, k36, k37, k38, k39, k3a, k3b }, \ | ||
| 40 | { k40, k41, k42, k43, k44, k45, k46, k48, k49, k4a, k4b, k4c, k4d }, \ | ||
| 41 | } | ||
