diff options
| author | Sắn <59417802+MaiTheSan@users.noreply.github.com> | 2024-12-02 23:35:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 00:35:24 -0700 |
| commit | 191172aa4e03081ec36cc918a6ac7ffe289162d6 (patch) | |
| tree | 7fb88b591d2d38d656bf63c422775324786a790c /keyboards/salane | |
| parent | c8fe565ee6528942cfc71187e32237b39ab7320a (diff) | |
[Keyboard] Add NCR80 ALPS SKFL/FR (#24625)
* ADD NCR80 ALPS SKFL/FR
* fix
* Update config.h
* Update config.h
* Update keyboards/salane/ncr80alpsskfl/keyboard.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keyboard.json
Co-authored-by: jack <jack@pngu.org>
* Update keyboards/salane/ncr80alpsskfl/readme.md
Co-authored-by: jack <jack@pngu.org>
---------
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <jack@pngu.org>
Diffstat (limited to 'keyboards/salane')
| -rw-r--r-- | keyboards/salane/ncr80alpsskfl/config.h | 17 | ||||
| -rw-r--r-- | keyboards/salane/ncr80alpsskfl/keyboard.json | 124 | ||||
| -rw-r--r-- | keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c | 28 | ||||
| -rw-r--r-- | keyboards/salane/ncr80alpsskfl/readme.md | 29 |
4 files changed, 198 insertions, 0 deletions
diff --git a/keyboards/salane/ncr80alpsskfl/config.h b/keyboards/salane/ncr80alpsskfl/config.h new file mode 100644 index 0000000000..cc6fb298f4 --- /dev/null +++ b/keyboards/salane/ncr80alpsskfl/config.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2024 Salane | ||
| 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 | This program is distributed in the hope that it will be useful, | ||
| 8 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | GNU General Public License for more details. | ||
| 11 | You should have received a copy of the GNU General Public License | ||
| 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 13 | */ | ||
| 14 | |||
| 15 | #pragma once | ||
| 16 | |||
| 17 | #define RP2040_FLASH_GENERIC_03H | ||
diff --git a/keyboards/salane/ncr80alpsskfl/keyboard.json b/keyboards/salane/ncr80alpsskfl/keyboard.json new file mode 100644 index 0000000000..512593d351 --- /dev/null +++ b/keyboards/salane/ncr80alpsskfl/keyboard.json | |||
| @@ -0,0 +1,124 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "NCR80 ALPS SKFL", | ||
| 3 | "manufacturer": "Salane", | ||
| 4 | "url": "", | ||
| 5 | "maintainer": "Mai The San", | ||
| 6 | "processor": "RP2040", | ||
| 7 | "bootloader": "rp2040", | ||
| 8 | "usb": { | ||
| 9 | "vid": "0x534C", | ||
| 10 | "pid": "0x087A", | ||
| 11 | "device_version": "0.0.1" | ||
| 12 | }, | ||
| 13 | "matrix_pins": { | ||
| 14 | "rows": ["GP24", "GP9", "GP10", "GP13", "GP12", "GP11"], | ||
| 15 | "cols": ["GP16", "GP17", "GP18", "GP19", "GP20", "GP21", "GP22", "GP23", "GP25", "GP26", "GP27", "GP28", "GP29", "GP6", "GP5", "GP4", "GP3"] | ||
| 16 | }, | ||
| 17 | "diode_direction": "COL2ROW", | ||
| 18 | "features": { | ||
| 19 | "bootmagic": true, | ||
| 20 | "mousekey": true, | ||
| 21 | "extrakey": true | ||
| 22 | }, | ||
| 23 | "indicators": { | ||
| 24 | "num_lock": "GP0", | ||
| 25 | "caps_lock": "GP1", | ||
| 26 | "scroll_lock": "GP2" | ||
| 27 | }, | ||
| 28 | "layouts": { | ||
| 29 | "LAYOUT_all": { | ||
| 30 | "layout": [ | ||
| 31 | {"label": "K00", "matrix": [0, 0], "x": 0, "y": 0}, | ||
| 32 | {"label": "K01", "matrix": [0, 1], "x": 2, "y": 0}, | ||
| 33 | {"label": "K02", "matrix": [0, 2], "x": 3, "y": 0}, | ||
| 34 | {"label": "K03", "matrix": [0, 3], "x": 4, "y": 0}, | ||
| 35 | {"label": "K04", "matrix": [0, 4], "x": 5, "y": 0}, | ||
| 36 | {"label": "K05", "matrix": [0, 5], "x": 6.5, "y": 0}, | ||
| 37 | {"label": "K06", "matrix": [0, 6], "x": 7.5, "y": 0}, | ||
| 38 | {"label": "K07", "matrix": [0, 7], "x": 8.5, "y": 0}, | ||
| 39 | {"label": "K08", "matrix": [0, 8], "x": 9.5, "y": 0}, | ||
| 40 | {"label": "K09", "matrix": [0, 9], "x": 11, "y": 0}, | ||
| 41 | {"label": "K0A", "matrix": [0, 10], "x": 12, "y": 0}, | ||
| 42 | {"label": "K0B", "matrix": [0, 11], "x": 13, "y": 0}, | ||
| 43 | {"label": "K0C", "matrix": [0, 12], "x": 14, "y": 0}, | ||
| 44 | |||
| 45 | {"label": "K10", "matrix": [1, 0], "x": 0, "y": 2}, | ||
| 46 | {"label": "K11", "matrix": [1, 1], "x": 1, "y": 2}, | ||
| 47 | {"label": "K12", "matrix": [1, 2], "x": 2, "y": 2}, | ||
| 48 | {"label": "K13", "matrix": [1, 3], "x": 3, "y": 2}, | ||
| 49 | {"label": "K14", "matrix": [1, 4], "x": 4, "y": 2}, | ||
| 50 | {"label": "K15", "matrix": [1, 5], "x": 5, "y": 2}, | ||
| 51 | {"label": "K16", "matrix": [1, 6], "x": 6, "y": 2}, | ||
| 52 | {"label": "K17", "matrix": [1, 7], "x": 7, "y": 2}, | ||
| 53 | {"label": "K18", "matrix": [1, 8], "x": 8, "y": 2}, | ||
| 54 | {"label": "K19", "matrix": [1, 9], "x": 9, "y": 2}, | ||
| 55 | {"label": "K1A", "matrix": [1, 10], "x": 10, "y": 2}, | ||
| 56 | {"label": "K1B", "matrix": [1, 11], "x": 11, "y": 2}, | ||
| 57 | {"label": "K1C", "matrix": [1, 12], "x": 12, "y": 2}, | ||
| 58 | {"label": "K0D", "matrix": [0, 13], "x": 13, "y": 2}, | ||
| 59 | {"label": "K1D", "matrix": [1, 13], "x": 14, "y": 2}, | ||
| 60 | {"label": "K1E", "matrix": [1, 14], "x": 15.25, "y": 2}, | ||
| 61 | {"label": "K1F", "matrix": [1, 15], "x": 16.25, "y": 2}, | ||
| 62 | {"label": "K1G", "matrix": [1, 16], "x": 17.25, "y": 2}, | ||
| 63 | |||
| 64 | {"label": "K20", "matrix": [2, 0], "x": 0, "y": 3, "w": 1.5}, | ||
| 65 | {"label": "K21", "matrix": [2, 1], "x": 1.5, "y": 3}, | ||
| 66 | {"label": "K22", "matrix": [2, 2], "x": 2.5, "y": 3}, | ||
| 67 | {"label": "K23", "matrix": [2, 3], "x": 3.5, "y": 3}, | ||
| 68 | {"label": "K24", "matrix": [2, 4], "x": 4.5, "y": 3}, | ||
| 69 | {"label": "K25", "matrix": [2, 5], "x": 5.5, "y": 3}, | ||
| 70 | {"label": "K26", "matrix": [2, 6], "x": 6.5, "y": 3}, | ||
| 71 | {"label": "K27", "matrix": [2, 7], "x": 7.5, "y": 3}, | ||
| 72 | {"label": "K28", "matrix": [2, 8], "x": 8.5, "y": 3}, | ||
| 73 | {"label": "K29", "matrix": [2, 9], "x": 9.5, "y": 3}, | ||
| 74 | {"label": "K2A", "matrix": [2, 10], "x": 10.5, "y": 3}, | ||
| 75 | {"label": "K2B", "matrix": [2, 11], "x": 11.5, "y": 3}, | ||
| 76 | {"label": "K2C", "matrix": [2, 12], "x": 12.5, "y": 3}, | ||
| 77 | {"label": "K2D", "matrix": [2, 13], "x": 13.5, "y": 3, "w": 1.5}, | ||
| 78 | {"label": "K2E", "matrix": [2, 14], "x": 15.25, "y": 3}, | ||
| 79 | {"label": "K2F", "matrix": [2, 15], "x": 16.25, "y": 3}, | ||
| 80 | {"label": "K2G", "matrix": [2, 16], "x": 17.25, "y": 3}, | ||
| 81 | |||
| 82 | {"label": "K30", "matrix": [3, 0], "x": 0, "y": 4, "w": 1.75}, | ||
| 83 | {"label": "K31", "matrix": [3, 1], "x": 1.75, "y": 4}, | ||
| 84 | {"label": "K32", "matrix": [3, 2], "x": 2.75, "y": 4}, | ||
| 85 | {"label": "K33", "matrix": [3, 3], "x": 3.75, "y": 4}, | ||
| 86 | {"label": "K34", "matrix": [3, 4], "x": 4.75, "y": 4}, | ||
| 87 | {"label": "K35", "matrix": [3, 5], "x": 5.75, "y": 4}, | ||
| 88 | {"label": "K36", "matrix": [3, 6], "x": 6.75, "y": 4}, | ||
| 89 | {"label": "K37", "matrix": [3, 7], "x": 7.75, "y": 4}, | ||
| 90 | {"label": "K38", "matrix": [3, 8], "x": 8.75, "y": 4}, | ||
| 91 | {"label": "K39", "matrix": [3, 9], "x": 9.75, "y": 4}, | ||
| 92 | {"label": "K3A", "matrix": [3, 10], "x": 10.75, "y": 4}, | ||
| 93 | {"label": "K3B", "matrix": [3, 11], "x": 11.75, "y": 4}, | ||
| 94 | {"label": "K3D", "matrix": [3, 13], "x": 12.75, "y": 4, "w": 2.25}, | ||
| 95 | |||
| 96 | {"label": "K40", "matrix": [4, 0], "x": 0, "y": 5, "w": 2.25}, | ||
| 97 | {"label": "K42", "matrix": [4, 2], "x": 2.25, "y": 5}, | ||
| 98 | {"label": "K43", "matrix": [4, 3], "x": 3.25, "y": 5}, | ||
| 99 | {"label": "K44", "matrix": [4, 4], "x": 4.25, "y": 5}, | ||
| 100 | {"label": "K45", "matrix": [4, 5], "x": 5.25, "y": 5}, | ||
| 101 | {"label": "K46", "matrix": [4, 6], "x": 6.25, "y": 5}, | ||
| 102 | {"label": "K47", "matrix": [4, 7], "x": 7.25, "y": 5}, | ||
| 103 | {"label": "K48", "matrix": [4, 8], "x": 8.25, "y": 5}, | ||
| 104 | {"label": "K49", "matrix": [4, 9], "x": 9.25, "y": 5}, | ||
| 105 | {"label": "K4A", "matrix": [4, 10], "x": 10.25, "y": 5}, | ||
| 106 | {"label": "K4B", "matrix": [4, 11], "x": 11.25, "y": 5}, | ||
| 107 | {"label": "K4C", "matrix": [4, 12], "x": 12.25, "y": 5, "w": 1.75}, | ||
| 108 | {"label": "K4D", "matrix": [4, 13], "x": 14, "y": 5}, | ||
| 109 | {"label": "K4F", "matrix": [4, 15], "x": 16.25, "y": 5}, | ||
| 110 | |||
| 111 | {"label": "K50", "matrix": [5, 0], "x": 0, "y": 6, "w": 1.5}, | ||
| 112 | {"label": "K51", "matrix": [5, 1], "x": 1.5, "y": 6}, | ||
| 113 | {"label": "K52", "matrix": [5, 2], "x": 2.5, "y": 6, "w": 1.5}, | ||
| 114 | {"label": "K57", "matrix": [5, 7], "x": 4, "y": 6, "w": 7}, | ||
| 115 | {"label": "K5B", "matrix": [5, 11], "x": 11, "y": 6, "w": 1.5}, | ||
| 116 | {"label": "K5C", "matrix": [5, 12], "x": 12.5, "y": 6}, | ||
| 117 | {"label": "K5D", "matrix": [5, 13], "x": 13.5, "y": 6, "w": 1.5}, | ||
| 118 | {"label": "K5E", "matrix": [5, 14], "x": 15.25, "y": 6}, | ||
| 119 | {"label": "K5F", "matrix": [5, 15], "x": 16.25, "y": 6}, | ||
| 120 | {"label": "K5G", "matrix": [5, 16], "x": 17.25, "y": 6} | ||
| 121 | ] | ||
| 122 | } | ||
| 123 | } | ||
| 124 | } | ||
diff --git a/keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c b/keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c new file mode 100644 index 0000000000..e0db926341 --- /dev/null +++ b/keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | /* Copyright 2023 SawnsProjects | ||
| 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_all( | ||
| 20 | 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, | ||
| 21 | |||
| 22 | 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_BSPC, KC_INS, KC_HOME, KC_PGUP, | ||
| 23 | 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, | ||
| 24 | 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, | ||
| 25 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_SLSH, KC_UP, | ||
| 26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RGUI, KC_MENU, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 27 | ) | ||
| 28 | }; | ||
diff --git a/keyboards/salane/ncr80alpsskfl/readme.md b/keyboards/salane/ncr80alpsskfl/readme.md new file mode 100644 index 0000000000..a8e0c0725a --- /dev/null +++ b/keyboards/salane/ncr80alpsskfl/readme.md | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | # NCR80 ALPS SKFL | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | PCB Replace for NCR80 with ALPS SKFL switch. | ||
| 6 | |||
| 7 | **Firmware files are SPECIFIC to each board. Firmware files from one, will not work on the other.** Please use the `.hex` or `.bin` appropriate for your board. | ||
| 8 | |||
| 9 | * Keyboard Maintainer: [Mai The San](https://github.com/MaiTheSan) | ||
| 10 | * Hardware Supported: NCR80 | ||
| 11 | * Hardware Availability: [Github](https://github.com/MaiTheSan/NCR80-ALPS-SKFL) | ||
| 12 | |||
| 13 | Make examples for this keyboard (after setting up your build environment): | ||
| 14 | |||
| 15 | make salane/ncr80alpsskfl:default | ||
| 16 | |||
| 17 | Flashing example for this keyboard: | ||
| 18 | |||
| 19 | make salane/ncr80alpsskfl:default:flash | ||
| 20 | |||
| 21 | ## Bootloader | ||
| 22 | |||
| 23 | Enter the bootloader in 3 ways: | ||
| 24 | |||
| 25 | * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
| 26 | * **Physical reset button**: short 2 pin in the back of pcb and plug the usb in | ||
| 27 | * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available | ||
| 28 | |||
| 29 | 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). \ No newline at end of file | ||
