diff options
| author | nopunin10did <w.alex.ronke@gmail.com> | 2020-11-01 13:21:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-01 10:21:09 -0800 |
| commit | f450bdbb41575e8162f41776f9fb8b2be7ab6f85 (patch) | |
| tree | 3cdcc084153bf17b28e78971adaa73f621bc87fa /keyboards | |
| parent | 4fa1924bd7bb0d527dc66573ab48c620e011a87f (diff) | |
| download | qmk_firmware-f450bdbb41575e8162f41776f9fb8b2be7ab6f85.tar.gz qmk_firmware-f450bdbb41575e8162f41776f9fb8b2be7ab6f85.zip | |
[Keyboard] Add The Railroad (rev 0) (#10474)
* Add The Railroad keyboard, rev 0
* Update keyboards/nopunin10did/railroad/config.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/config.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update config.h
* Update keyboards/nopunin10did/railroad/rules.mk
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/config.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/nopunin10did/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/nopunin10did/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/nopunin10did/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/rules.mk
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update rules.mk
* Update config.h
* Update keymap.c
* Update keyboards/nopunin10did/railroad/railroad.h
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update railroad.h
* Update keyboards/nopunin10did/railroad/railroad.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/keymaps/default/keymap.c
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/nopunin10did/railroad/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/nopunin10did/railroad/config.h
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/nopunin10did/railroad/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Updates from peer review to correct render
* Update keyboards/nopunin10did/railroad/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/nopunin10did/railroad/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/nopunin10did/railroad/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Relocate most files inside rev0
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/nopunin10did/railroad/readme.md | 15 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/config.h | 47 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/info.json | 122 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/keymaps/default/keymap.c | 45 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/keymaps/nopunin10did/keymap.c | 50 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/railroad.c | 17 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rev0/railroad.h | 53 | ||||
| -rw-r--r-- | keyboards/nopunin10did/railroad/rules.mk | 22 |
8 files changed, 371 insertions, 0 deletions
diff --git a/keyboards/nopunin10did/railroad/readme.md b/keyboards/nopunin10did/railroad/readme.md new file mode 100644 index 000000000..c84e3573f --- /dev/null +++ b/keyboards/nopunin10did/railroad/readme.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # The Railroad | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | A long keyboard with ortholinear alphas and semi-standard modifier keys. For more information, join the [NoPunIn10Key Discord](https://discord.gg/sku2Y6w). | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [Alex Ronke](diplomacyvariants.wordpress.com), also known as NoPunIn10Did. | ||
| 8 | * Hardware Supported: The Railroad: 2020-07 Prototype | ||
| 9 | * Hardware Availability: Currently by request only | ||
| 10 | |||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make nopunin10did/railroad:default | ||
| 14 | |||
| 15 | 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/nopunin10did/railroad/rev0/config.h b/keyboards/nopunin10did/railroad/rev0/config.h new file mode 100644 index 000000000..8c6b075bf --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/config.h | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | /* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) | ||
| 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 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #include "config_common.h" | ||
| 20 | |||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0x4E50 // "NP" | ||
| 23 | #define PRODUCT_ID 0x9111 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER NoPunIn10Did | ||
| 26 | #define PRODUCT The Railroad | ||
| 27 | |||
| 28 | /* key matrix size */ | ||
| 29 | #define MATRIX_ROWS 10 | ||
| 30 | #define MATRIX_COLS 11 | ||
| 31 | |||
| 32 | /* key matrix pins */ | ||
| 33 | #define MATRIX_ROW_PINS { D2, D3, D5, C6, C7, F6, F5, F4, F1, F0 } | ||
| 34 | #define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D4, D6, D7, B4, B5, B6 } | ||
| 35 | #define UNUSED_PINS | ||
| 36 | |||
| 37 | /* COL2ROW or ROW2COL */ | ||
| 38 | #define DIODE_DIRECTION COL2ROW | ||
| 39 | |||
| 40 | /* Set 0 if debouncing isn't needed */ | ||
| 41 | #define DEBOUNCE 5 | ||
| 42 | |||
| 43 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 44 | #define LOCKING_SUPPORT_ENABLE | ||
| 45 | |||
| 46 | /* Locking resynchronize hack */ | ||
| 47 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/nopunin10did/railroad/rev0/info.json b/keyboards/nopunin10did/railroad/rev0/info.json new file mode 100644 index 000000000..4305c09dc --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/info.json | |||
| @@ -0,0 +1,122 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "The Railroad", | ||
| 3 | "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/nopunin10did/railroad", | ||
| 4 | "maintainer": "NoPunIn10Did", | ||
| 5 | "manufacturer": "NoPunIn10Did", | ||
| 6 | "width": 23.5, | ||
| 7 | "height": 5.25, | ||
| 8 | "layouts": { | ||
| 9 | "LAYOUT": { | ||
| 10 | "layout": [ | ||
| 11 | {"y":0, "x":0, "label":"Scroll"}, | ||
| 12 | {"y":0, "x":1, "label":"Pause"}, | ||
| 13 | {"y":0, "x":2, "label":"Esc"}, | ||
| 14 | {"y":0, "x":3, "label":"`"}, | ||
| 15 | {"y":0, "x":4, "label":"1"}, | ||
| 16 | {"y":0, "x":5, "label":"2"}, | ||
| 17 | {"y":0, "x":6, "label":"3"}, | ||
| 18 | {"y":0, "x":7, "label":"4"}, | ||
| 19 | {"y":0, "x":8, "label":"5"}, | ||
| 20 | {"y":0, "x":9, "label":"-"}, | ||
| 21 | |||
| 22 | {"y":1, "x":0, "label":"Print"}, | ||
| 23 | {"y":1, "x":1, "label":"Backspace", "w":1.5}, | ||
| 24 | {"y":1, "x":2.5, "label":"Tab", "w":1.5}, | ||
| 25 | {"y":1, "x":4, "label":"Q"}, | ||
| 26 | {"y":1, "x":5, "label":"W"}, | ||
| 27 | {"y":1, "x":6, "label":"E"}, | ||
| 28 | {"y":1, "x":7, "label":"R"}, | ||
| 29 | {"y":1, "x":8, "label":"T"}, | ||
| 30 | {"y":1, "x":9, "label":"["}, | ||
| 31 | |||
| 32 | {"y":2, "x":0, "label":"Caps", "w":1.25}, | ||
| 33 | {"y":2, "x":1.75, "label":"Control", "w":2.25}, | ||
| 34 | {"y":2, "x":4, "label":"A"}, | ||
| 35 | {"y":2, "x":5, "label":"S"}, | ||
| 36 | {"y":2, "x":6, "label":"D"}, | ||
| 37 | {"y":2, "x":7, "label":"F"}, | ||
| 38 | {"y":2, "x":8, "label":"G"}, | ||
| 39 | {"y":2, "x":9, "label":"PgUp"}, | ||
| 40 | |||
| 41 | {"y":3.25, "x":0, "label":"Cut"}, | ||
| 42 | {"y":3, "x":1.25, "label":"Shift", "w":2.75}, | ||
| 43 | {"y":3, "x":4, "label":"Z"}, | ||
| 44 | {"y":3, "x":5, "label":"X"}, | ||
| 45 | {"y":3, "x":6, "label":"C"}, | ||
| 46 | {"y":3, "x":7, "label":"V"}, | ||
| 47 | {"y":3, "x":8, "label":"B"}, | ||
| 48 | {"y":3, "x":9, "label":"PgDn"}, | ||
| 49 | |||
| 50 | {"y":4.25, "x":0, "label":"Copy"}, | ||
| 51 | {"y":4.25, "x":1, "label":"Paste"}, | ||
| 52 | {"y":4, "x":2.25, "label":"Control", "w":1.5}, | ||
| 53 | {"y":4, "x":3.75, "label":"Super", "w":1.25}, | ||
| 54 | {"y":4, "x":5, "label":"Alt", "w":1.25}, | ||
| 55 | {"y":4.25, "x":6.5, "label":"UK \\|"}, | ||
| 56 | {"y":4.25, "x":7.5, "label":"Space", "w":1.75}, | ||
| 57 | {"y":4.25, "x":9.25, "label":"Shift / Del", "w":2.75}, | ||
| 58 | |||
| 59 | {"y":0, "x":10.25, "label":"F1"}, | ||
| 60 | {"y":0, "x":11.25, "label":"F5"}, | ||
| 61 | {"y":0, "x":12.25, "label":"F9"}, | ||
| 62 | {"y":1, "x":10.25, "label":"F2"}, | ||
| 63 | {"y":1, "x":11.25, "label":"F6"}, | ||
| 64 | {"y":1, "x":12.25, "label":"F10"}, | ||
| 65 | {"y":2, "x":10.25, "label":"F3"}, | ||
| 66 | {"y":2, "x":11.25, "label":"F7"}, | ||
| 67 | {"y":2, "x":12.25, "label":"F11"}, | ||
| 68 | {"y":3, "x":10.25, "label":"F4"}, | ||
| 69 | {"y":3, "x":11.25, "label":"F8"}, | ||
| 70 | {"y":3, "x":12.25, "label":"F12"}, | ||
| 71 | |||
| 72 | {"y":0, "x":13.5, "label":"="}, | ||
| 73 | {"y":0, "x":14.5, "label":"6"}, | ||
| 74 | {"y":0, "x":15.5, "label":"7"}, | ||
| 75 | {"y":0, "x":16.5, "label":"8"}, | ||
| 76 | {"y":0, "x":17.5, "label":"9"}, | ||
| 77 | {"y":0, "x":18.5, "label":"0"}, | ||
| 78 | {"y":0, "x":19.5, "label":"Backspace", "w":2}, | ||
| 79 | {"y":0, "x":21.5, "label":"Ins"}, | ||
| 80 | {"y":0, "x":22.5, "label":"Esc"}, | ||
| 81 | |||
| 82 | {"y":1, "x":13.5, "label":"]"}, | ||
| 83 | {"y":1, "x":14.5, "label":"Y"}, | ||
| 84 | {"y":1, "x":15.5, "label":"U"}, | ||
| 85 | {"y":1, "x":16.5, "label":"I"}, | ||
| 86 | {"y":1, "x":17.5, "label":"O"}, | ||
| 87 | {"y":1, "x":18.5, "label":"P"}, | ||
| 88 | {"y":1, "x":19.5, "label":"\\", "w":1.5}, | ||
| 89 | {"y":1, "x":21, "label":"Del"}, | ||
| 90 | |||
| 91 | {"y":2, "x":13.5, "label":"Home"}, | ||
| 92 | {"y":2, "x":14.5, "label":"H"}, | ||
| 93 | {"y":2, "x":15.5, "label":"J"}, | ||
| 94 | {"y":2, "x":16.5, "label":"K"}, | ||
| 95 | {"y":2, "x":17.5, "label":"L"}, | ||
| 96 | {"y":2, "x":18.5, "label":";"}, | ||
| 97 | {"y":2, "x":19.5, "label":"'"}, | ||
| 98 | {"y":2, "x":20.5, "label":"Return", "w":1.75}, | ||
| 99 | |||
| 100 | {"y":1, "x":22.25, "label":"ISO Enter", "h":2, "w":1.25}, | ||
| 101 | |||
| 102 | {"y":3, "x":13.5, "label":"End"}, | ||
| 103 | {"y":3, "x":14.5, "label":"N"}, | ||
| 104 | {"y":3, "x":15.5, "label":"M"}, | ||
| 105 | {"y":3, "x":16.5, "label":","}, | ||
| 106 | {"y":3, "x":17.5, "label":"."}, | ||
| 107 | {"y":3, "x":18.5, "label":"/"}, | ||
| 108 | {"y":3, "x":19.5, "label":"Shift", "w":1.75}, | ||
| 109 | {"y":3.25, "x":21.5, "label":"Up"}, | ||
| 110 | |||
| 111 | {"y":4.25, "x":12, "label":"LShftAlt / Calc", "w":2.25}, | ||
| 112 | {"y":4.25, "x":14.25, "label":"Space", "w":1.75}, | ||
| 113 | {"y":4.25, "x":16, "label":"UK #~"}, | ||
| 114 | {"y":4, "x":17.25, "label":"AltGr / Home", "w":1.5}, | ||
| 115 | {"y":4, "x":18.75, "label":"Ctrl / End", "w":1.5}, | ||
| 116 | {"y":4.25, "x":20.5, "label":"Left"}, | ||
| 117 | {"y":4.25, "x":21.5, "label":"Down"}, | ||
| 118 | {"y":4.25, "x":22.5, "label":"Right"} | ||
| 119 | ] | ||
| 120 | } | ||
| 121 | } | ||
| 122 | } | ||
diff --git a/keyboards/nopunin10did/railroad/rev0/keymaps/default/keymap.c b/keyboards/nopunin10did/railroad/rev0/keymaps/default/keymap.c new file mode 100644 index 000000000..8ffcc7f5b --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/keymaps/default/keymap.c | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | /* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) | ||
| 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 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | #define CUT LCTL(KC_X) | ||
| 20 | #define COPY LCTL(KC_C) | ||
| 21 | #define PASTE LCTL(KC_V) | ||
| 22 | |||
| 23 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 24 | |||
| 25 | [0] = LAYOUT( | ||
| 26 | /* Left Block */ | ||
| 27 | KC_SLCK,KC_PAUS,KC_ESC ,KC_GRV ,KC_1 ,KC_2 ,KC_3 ,KC_4 ,KC_5 ,KC_MINS, | ||
| 28 | KC_PSCR,KC_BSPC, KC_TAB ,KC_Q ,KC_W ,KC_E ,KC_R ,KC_T ,KC_LBRC, | ||
| 29 | KC_CAPS, KC_LCTL,KC_A ,KC_S ,KC_D ,KC_F ,KC_G ,KC_PGUP, | ||
| 30 | CUT , KC_LSFT,KC_Z ,KC_X ,KC_C ,KC_V ,KC_B ,KC_PGDN, | ||
| 31 | COPY ,PASTE , KC_LCTL,KC_LGUI,KC_LALT,KC_NUBS,KC_SPC ,KC_DEL , | ||
| 32 | /* Center Block */ | ||
| 33 | KC_F1 ,KC_F5 ,KC_F9 , | ||
| 34 | KC_F2 ,KC_F6 ,KC_F10 , | ||
| 35 | KC_F3 ,KC_F7 ,KC_F11 , | ||
| 36 | KC_F4 ,KC_F8 ,KC_F12 , | ||
| 37 | /* Right Block */ | ||
| 38 | KC_EQL ,KC_6 ,KC_7 ,KC_8 ,KC_9 ,KC_0 ,KC_BSPC, KC_INS ,KC_ESC , | ||
| 39 | KC_RBRC,KC_Y ,KC_U ,KC_I ,KC_O ,KC_P ,KC_BSLS, KC_DEL ,/*ISO*/ | ||
| 40 | KC_HOME,KC_H ,KC_J ,KC_K ,KC_L ,KC_SCLN,KC_QUOT, KC_ENT ,KC_ENT , | ||
| 41 | KC_END ,KC_N ,KC_M ,KC_COMM,KC_DOT ,KC_SLSH,KC_RSFT, KC_UP , | ||
| 42 | KC_CALC,KC_SPC ,KC_NUHS,KC_ALGR,KC_RCTL, KC_LEFT,KC_DOWN,KC_RGHT | ||
| 43 | ) | ||
| 44 | |||
| 45 | }; | ||
diff --git a/keyboards/nopunin10did/railroad/rev0/keymaps/nopunin10did/keymap.c b/keyboards/nopunin10did/railroad/rev0/keymaps/nopunin10did/keymap.c new file mode 100644 index 000000000..466cd735d --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/keymaps/nopunin10did/keymap.c | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | /* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) | ||
| 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 | |||
| 17 | #include QMK_KEYBOARD_H | ||
| 18 | |||
| 19 | #define LSHFDEL LSFT_T(KC_DEL) | ||
| 20 | #define LSACALC LSA_T(KC_CALC) | ||
| 21 | #define RALTHOM RALT_T(KC_HOME) | ||
| 22 | #define RCTLEND RCTL_T(KC_END) | ||
| 23 | #define CUT LCTL(KC_X) | ||
| 24 | #define COPY LCTL(KC_C) | ||
| 25 | #define PASTE LCTL(KC_V) | ||
| 26 | #define CTLCAPS RCTL_T(KC_CAPS) | ||
| 27 | |||
| 28 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 29 | |||
| 30 | [0] = LAYOUT( | ||
| 31 | /* Left Block */ | ||
| 32 | KC_ESC ,KC_PAUS,KC_ESC, KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, | ||
| 33 | KC_SLCK,KC_BSPC, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_6, | ||
| 34 | CTLCAPS, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_PGUP, | ||
| 35 | CUT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_PGDN, | ||
| 36 | COPY, PASTE, KC_LCTL, KC_LGUI, KC_LALT, KC_GRV, KC_SPC, LSHFDEL, | ||
| 37 | /* Center Block */ | ||
| 38 | KC_F1, KC_F5, KC_F9, | ||
| 39 | KC_F2, KC_F6, KC_F10, | ||
| 40 | KC_F3, KC_F7, KC_F11, | ||
| 41 | KC_F4, KC_F8, KC_F12, | ||
| 42 | /* Right Block */ | ||
| 43 | KC_EQL, KC_7, KC_8, KC_9, KC_0, KC_MINS,KC_BSPC, KC_INS, KC_PSCR, | ||
| 44 | KC_EQL ,KC_Y, KC_U, KC_I, KC_O, KC_P, KC_ENT , KC_DEL, /* ISO */ | ||
| 45 | KC_LBRC,KC_H, KC_J, KC_K, KC_L, KC_SCLN,KC_QUOT, KC_ENT, KC_ENT, | ||
| 46 | KC_RBRC,KC_N, KC_M, KC_COMM,KC_DOT, KC_SLSH,KC_RSFT, KC_UP, | ||
| 47 | LSACALC, KC_NUBS, KC_NUHS, RALTHOM, RCTLEND, KC_LEFT,KC_DOWN,KC_RGHT | ||
| 48 | ) | ||
| 49 | |||
| 50 | }; | ||
diff --git a/keyboards/nopunin10did/railroad/rev0/railroad.c b/keyboards/nopunin10did/railroad/rev0/railroad.c new file mode 100644 index 000000000..7a0aff3d1 --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/railroad.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) | ||
| 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 | |||
| 17 | #include "railroad.h" | ||
diff --git a/keyboards/nopunin10did/railroad/rev0/railroad.h b/keyboards/nopunin10did/railroad/rev0/railroad.h new file mode 100644 index 000000000..44610cfb5 --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/railroad.h | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | /* Copyright 2020 W. Alex Ronke, a.k.a. NoPunIn10Did (w.alex.ronke@gmail.com) | ||
| 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 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #include "quantum.h" | ||
| 20 | |||
| 21 | #define LAYOUT( \ | ||
| 22 | \ | ||
| 23 | K0000, K0500, K0100, K0001, K0101, K0002, K0102, K0003, K0103, K0004, \ | ||
| 24 | K0200, K0300, K0201, K0301, K0202, K0302, K0203, K0303, K0204, \ | ||
| 25 | K0400, K0401, K0501, K0402, K0502, K0403, K0503, K0404, \ | ||
| 26 | K0600, K0601, K0701, K0602, K0702, K0603, K0703, K0604, \ | ||
| 27 | K0800, K0900, K0801, K0901, K0802, K0902, K0903, K0904,\ | ||
| 28 | \ | ||
| 29 | K0104, K0005, K0105, \ | ||
| 30 | K0304, K0205, K0305, \ | ||
| 31 | K0504, K0405, K0505, \ | ||
| 32 | K0704, K0605, K0705, \ | ||
| 33 | \ | ||
| 34 | K0006, K0106, K0007, K0107, K0008, K0108, K0009, K0109, K0010, \ | ||
| 35 | K0206, K0306, K0207, K0307, K0208, K0308, K0209, K0309, \ | ||
| 36 | K0406, K0506, K0407, K0507, K0408, K0508, K0409, K0509, K0410, \ | ||
| 37 | K0606, K0706, K0607, K0707, K0608, K0708, K0609, K0709, \ | ||
| 38 | K0905, K0906, K0907, K0808, K0908, K0809, K0909, K0810 \ | ||
| 39 | ) \ | ||
| 40 | { \ | ||
| 41 | { K0000, K0001, K0002, K0003, K0004, K0005, K0006, K0007, K0008, K0009, K0010 }, \ | ||
| 42 | { K0100, K0101, K0102, K0103, K0104, K0105, K0106, K0107, K0108, K0109, KC_NO }, \ | ||
| 43 | { K0200, K0201, K0202, K0203, K0204, K0205, K0206, K0207, K0208, K0209, KC_NO }, \ | ||
| 44 | { K0300, K0301, K0302, K0303, K0304, K0305, K0306, K0307, K0308, K0309, KC_NO }, \ | ||
| 45 | { K0400, K0401, K0402, K0403, K0404, K0405, K0406, K0407, K0408, K0409, K0410 }, \ | ||
| 46 | { K0500, K0501, K0502, K0503, K0504, K0505, K0506, K0507, K0508, K0509, KC_NO }, \ | ||
| 47 | { K0600, K0601, K0602, K0603, K0604, K0605, K0606, K0607, K0608, K0609, KC_NO }, \ | ||
| 48 | { KC_NO, K0701, K0702, K0703, K0704, K0705, K0706, K0707, K0708, K0709, KC_NO }, \ | ||
| 49 | { K0800, K0801, K0802, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K0808, K0809, K0810 }, \ | ||
| 50 | { K0900, K0901, K0902, K0903, K0904, K0905, K0906, K0907, K0908, K0909, KC_NO } \ | ||
| 51 | } | ||
| 52 | |||
| 53 | |||
diff --git a/keyboards/nopunin10did/railroad/rules.mk b/keyboards/nopunin10did/railroad/rules.mk new file mode 100644 index 000000000..a7facc532 --- /dev/null +++ b/keyboards/nopunin10did/railroad/rules.mk | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = atmel-dfu | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 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 = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
