Browse Source

[Keyboard] Add Zed1800 platform PCB (#19250)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/22777/head
mechlovin 2 months ago
committed by GitHub
parent
commit
f3d3b16ebb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
26 changed files with 1570 additions and 0 deletions
  1. +21
    -0
      keyboards/mechlovin/zed1800/config.h
  2. +39
    -0
      keyboards/mechlovin/zed1800/info.json
  3. +20
    -0
      keyboards/mechlovin/zed1800/oreum/config.h
  4. +368
    -0
      keyboards/mechlovin/zed1800/oreum/info.json
  5. +33
    -0
      keyboards/mechlovin/zed1800/oreum/keymaps/default/keymap.c
  6. +29
    -0
      keyboards/mechlovin/zed1800/oreum/keymaps/via/keymap.c
  7. +1
    -0
      keyboards/mechlovin/zed1800/oreum/keymaps/via/rules.mk
  8. +27
    -0
      keyboards/mechlovin/zed1800/oreum/readme.md
  9. +0
    -0
      keyboards/mechlovin/zed1800/oreum/rules.mk
  10. +26
    -0
      keyboards/mechlovin/zed1800/readme.md
  11. +1
    -0
      keyboards/mechlovin/zed1800/rules.mk
  12. +20
    -0
      keyboards/mechlovin/zed1800/saber/config.h
  13. +358
    -0
      keyboards/mechlovin/zed1800/saber/info.json
  14. +32
    -0
      keyboards/mechlovin/zed1800/saber/keymaps/default/keymap.c
  15. +30
    -0
      keyboards/mechlovin/zed1800/saber/keymaps/via/keymap.c
  16. +1
    -0
      keyboards/mechlovin/zed1800/saber/keymaps/via/rules.mk
  17. +27
    -0
      keyboards/mechlovin/zed1800/saber/readme.md
  18. +0
    -0
      keyboards/mechlovin/zed1800/saber/rules.mk
  19. +39
    -0
      keyboards/mechlovin/zed1800/zed1800.c
  20. +20
    -0
      keyboards/mechlovin/zed1800/zepsody/config.h
  21. +388
    -0
      keyboards/mechlovin/zed1800/zepsody/info.json
  22. +33
    -0
      keyboards/mechlovin/zed1800/zepsody/keymaps/default/keymap.c
  23. +29
    -0
      keyboards/mechlovin/zed1800/zepsody/keymaps/via/keymap.c
  24. +1
    -0
      keyboards/mechlovin/zed1800/zepsody/keymaps/via/rules.mk
  25. +27
    -0
      keyboards/mechlovin/zed1800/zepsody/readme.md
  26. +0
    -0
      keyboards/mechlovin/zed1800/zepsody/rules.mk

+ 21
- 0
keyboards/mechlovin/zed1800/config.h View File

@ -0,0 +1,21 @@
/*
Copyright 2022 Mechlovin'
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
#define WEAR_LEVELING_BACKING_SIZE 4096
#define WEAR_LEVELING_LOGICAL_SIZE 2048

+ 39
- 0
keyboards/mechlovin/zed1800/info.json View File

@ -0,0 +1,39 @@
{
"manufacturer": "Mechlovin Studio",
"url": "",
"maintainer": "Mechlovin' Studio",
"usb": {
"vid": "0x4D4C",
"device_version": "0.0.1"
},
"indicators": {
"caps_lock": "C14",
"num_lock": "C15"
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"features": {
"bootmagic": true,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"rgblight": true,
"audio": false
},
"rgblight": {
"sleep": true,
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
}
}
}

+ 20
- 0
keyboards/mechlovin/zed1800/oreum/config.h View File

@ -0,0 +1,20 @@
/*
Copyright 2022 Mechlovin'
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
#define RGBLIGHT_LAYERS

+ 368
- 0
keyboards/mechlovin/zed1800/oreum/info.json View File

@ -0,0 +1,368 @@
{
"keyboard_name": "ZED1800-Oreum",
"usb": {
"pid": "0x1802"
},
"matrix_pins": {
"cols": ["A8", "B15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C13"],
"rows": ["B8", "B7", "B6", "B5", "B4", "B3"]
},
"diode_direction": "COL2ROW",
"rgblight": {
"led_count": 6
},
"ws2812": {
"pin": "A15"
},
"layouts": {
"LAYOUT_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.75, "y": 0},
{"matrix": [0, 10], "x": 10.75, "y": 0},
{"matrix": [0, 11], "x": 11.75, "y": 0},
{"matrix": [0, 12], "x": 12.75, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5},
{"matrix": [1, 14], "x": 14, "y": 1.5},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [2, 18], "x": 19.5, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 12], "x": 12.75, "y": 3.5},
{"matrix": [3, 13], "x": 13.75, "y": 3.5, "w": 1.25},
{"matrix": [4, 14], "x": 15.25, "y": 3.5},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [3, 18], "x": 19.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [4, 18], "x": 19.5, "y": 4.5},
{"matrix": [4, 13], "x": 14.25, "y": 4.75},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.25},
{"matrix": [5, 1], "x": 1.25, "y": 5.5, "w": 1.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 6], "x": 3.75, "y": 5.5, "w": 6.25},
{"matrix": [5, 9], "x": 10, "y": 5.5},
{"matrix": [5, 10], "x": 11, "y": 5.5},
{"matrix": [5, 11], "x": 12, "y": 5.5},
{"matrix": [5, 15], "x": 16.5, "y": 5.5},
{"matrix": [5, 16], "x": 17.5, "y": 5.5},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 18], "x": 19.5, "y": 5.5},
{"matrix": [5, 12], "x": 13.25, "y": 5.75},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75}
]
},
"LAYOUT_ansi": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.75, "y": 0},
{"matrix": [0, 10], "x": 10.75, "y": 0},
{"matrix": [0, 11], "x": 11.75, "y": 0},
{"matrix": [0, 12], "x": 12.75, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [3, 18], "x": 19.5, "y": 2.5, "h": 2},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 13], "x": 12.75, "y": 3.5, "w": 2.25},
{"matrix": [4, 14], "x": 15.25, "y": 3.5},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 2.25},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [5, 18], "x": 19.5, "y": 4.5, "h": 2},
{"matrix": [4, 13], "x": 14.25, "y": 4.75},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.25},
{"matrix": [5, 1], "x": 1.25, "y": 5.5, "w": 1.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 6], "x": 3.75, "y": 5.5, "w": 6.25},
{"matrix": [5, 9], "x": 10, "y": 5.5},
{"matrix": [5, 10], "x": 11, "y": 5.5},
{"matrix": [5, 11], "x": 12, "y": 5.5},
{"matrix": [5, 15], "x": 16.5, "y": 5.5, "w": 2},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 12], "x": 13.25, "y": 5.75},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75}
]
},
"LAYOUT_iso": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1.25, "y": 0},
{"matrix": [0, 2], "x": 2.25, "y": 0},
{"matrix": [0, 3], "x": 3.25, "y": 0},
{"matrix": [0, 4], "x": 4.25, "y": 0},
{"matrix": [0, 5], "x": 5.5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.75, "y": 0},
{"matrix": [0, 10], "x": 10.75, "y": 0},
{"matrix": [0, 11], "x": 11.75, "y": 0},
{"matrix": [0, 12], "x": 12.75, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [3, 13], "x": 13.75, "y": 2.5, "w": 1.25, "h": 2},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [3, 18], "x": 19.5, "y": 2.5, "h": 2},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 12], "x": 12.75, "y": 3.5},
{"matrix": [4, 14], "x": 15.25, "y": 3.5},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [5, 18], "x": 19.5, "y": 4.5, "h": 2},
{"matrix": [4, 13], "x": 14.25, "y": 4.75},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.25},
{"matrix": [5, 1], "x": 1.25, "y": 5.5, "w": 1.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 6], "x": 3.75, "y": 5.5, "w": 6.25},
{"matrix": [5, 9], "x": 10, "y": 5.5},
{"matrix": [5, 10], "x": 11, "y": 5.5},
{"matrix": [5, 11], "x": 12, "y": 5.5},
{"matrix": [5, 15], "x": 16.5, "y": 5.5, "w": 2},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 12], "x": 13.25, "y": 5.75},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75}
]
}
}
}

+ 33
- 0
keyboards/mechlovin/zed1800/oreum/keymaps/default/keymap.c View File

@ -0,0 +1,33 @@
/*
Copyright 2022 Mechlovin'
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
#define LT1_CAP LT(1, KC_CAPS)
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_F13, KC_PSCR, KC_F9, KC_F10, KC_F11, KC_F12,
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_DEL, KC_INS, KC_NUM, KC_SLSH, KC_ASTR, KC_MINS,
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_P7, KC_P8, KC_P9, KC_PPLS,
LT1_CAP, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_SPC, KC_ENT, KC_END, KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_SPC, KC_SPC, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_P1, KC_P2, KC_P3, KC_PEQL, KC_UP,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_P0, KC_P0, KC_PDOT, KC_PENT, KC_LEFT, KC_DOWN, KC_RGHT
),
};

+ 29
- 0
keyboards/mechlovin/zed1800/oreum/keymaps/via/keymap.c View File

@ -0,0 +1,29 @@
/* Copyright 2022 Mechlovin'
*
* 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
#define LT1_CAP LT(1, KC_CAPS)
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_F13, KC_PSCR, KC_F9, KC_F10, KC_F11, KC_F12, //19
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_DEL, KC_INS, KC_NUM, KC_SLSH, KC_ASTR, KC_MINS, //20
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_P7, KC_P8, KC_P9, KC_PPLS, //19
LT1_CAP, 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_END, KC_P4, KC_P5, KC_P6, KC_PPLS, //19
KC_LSFT, KC_NUBS, 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_P1, KC_P2, KC_P3, KC_PEQL, //18
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_P0, KC_PDOT, KC_PENT //14
),
};

+ 1
- 0
keyboards/mechlovin/zed1800/oreum/keymaps/via/rules.mk View File

@ -0,0 +1 @@
VIA_ENABLE = yes

+ 27
- 0
keyboards/mechlovin/zed1800/oreum/readme.md View File

@ -0,0 +1,27 @@
# Oreum
![Oreum](https://i.imgur.com/Dxc1y0Ol.png)
A PCB for Oreum Keyboard, base on ZED1800 PCB
* Keyboard Maintainer: [mechlovin](https://github.com/mechlovin)
* Hardware Supported: The Oreum Keyboard, APM32F103
* Hardware Availability: [Reddit GB](https://www.reddit.com/r/MechanicalKeyboards/comments/xjqddx/gb_oreum_cp_gb_has_started/)
Make example for this keyboard (after setting up your build environment):
make mechlovin/zed1800/oreum:default
Flashing example for this keyboard:
make mechlovin/zed1800/oreum:default:flash
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).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

+ 0
- 0
keyboards/mechlovin/zed1800/oreum/rules.mk View File


+ 26
- 0
keyboards/mechlovin/zed1800/readme.md View File

@ -0,0 +1,26 @@
# ZED1800
A platform design for Mechlovin' 1800-layout PCBs.
* Keyboard Maintainer: [mechlovin](https://github.com/mechlovin)
* Hardware Supported: APM32F103
* Hardware Availability: [Mechlovin' Studio](https://mechlovin.studio)
Make example for this keyboard (after setting up your build environment):
make mechlovin/zed1800:default
Flashing example for this keyboard:
make mechlovin/zed1800:default:flash
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).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

+ 1
- 0
keyboards/mechlovin/zed1800/rules.mk View File

@ -0,0 +1 @@
DEFAULT_FOLDER = mechlovin/zed1800/saber

+ 20
- 0
keyboards/mechlovin/zed1800/saber/config.h View File

@ -0,0 +1,20 @@
/*
Copyright 2022 Mechlovin'
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
#define RGBLIGHT_LAYERS

+ 358
- 0
keyboards/mechlovin/zed1800/saber/info.json View File

@ -0,0 +1,358 @@
{
"keyboard_name": "ZED1800-Saber1800",
"usb": {
"pid": "0x1803"
},
"matrix_pins": {
"cols": ["A8", "A15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0", "C13"],
"rows": ["B8", "B7", "B6", "B5", "B4", "B3"]
},
"rgblight": {
"led_count": 6
},
"ws2812": {
"pin": "B15"
},
"diode_direction": "COL2ROW",
"layouts": {
"LAYOUT_ansi": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.5, "y": 0},
{"matrix": [0, 10], "x": 11, "y": 0},
{"matrix": [0, 11], "x": 12, "y": 0},
{"matrix": [0, 12], "x": 13, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [2, 18], "x": 19.5, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 13], "x": 12.75, "y": 3.5, "w": 2.25},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [3, 18], "x": 19.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 2.25},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 2.75},
{"matrix": [4, 14], "x": 15.25, "y": 4.75},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5},
{"matrix": [5, 1], "x": 1.5, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 7], "x": 4, "y": 5.5, "w": 7},
{"matrix": [5, 11], "x": 11, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75},
{"matrix": [5, 15], "x": 16.25, "y": 5.75},
{"matrix": [5, 16], "x": 17.5, "y": 5.5},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 18], "x": 19.5, "y": 4.5, "h": 2}
]
},
"LAYOUT_iso": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.5, "y": 0},
{"matrix": [0, 10], "x": 11, "y": 0},
{"matrix": [0, 11], "x": 12, "y": 0},
{"matrix": [0, 12], "x": 13, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [3, 13], "x": 13.75, "y": 2.5, "w": 1.25, "h": 2},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [2, 18], "x": 19.5, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 12], "x": 12.75, "y": 3.5},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [3, 18], "x": 19.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 2.75},
{"matrix": [4, 14], "x": 15.25, "y": 4.75},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5},
{"matrix": [5, 1], "x": 1.5, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 7], "x": 4, "y": 5.5, "w": 7},
{"matrix": [5, 11], "x": 11, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75},
{"matrix": [5, 15], "x": 16.25, "y": 5.75},
{"matrix": [5, 16], "x": 17.5, "y": 5.5},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 18], "x": 19.5, "y": 4.5, "h": 2}
]
},
"LAYOUT_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [0, 6], "x": 6.5, "y": 0},
{"matrix": [0, 7], "x": 7.5, "y": 0},
{"matrix": [0, 8], "x": 8.5, "y": 0},
{"matrix": [0, 9], "x": 9.5, "y": 0},
{"matrix": [0, 10], "x": 11, "y": 0},
{"matrix": [0, 11], "x": 12, "y": 0},
{"matrix": [0, 12], "x": 13, "y": 0},
{"matrix": [0, 13], "x": 14, "y": 0},
{"matrix": [0, 14], "x": 15.25, "y": 0},
{"matrix": [0, 15], "x": 16.5, "y": 0},
{"matrix": [0, 16], "x": 17.5, "y": 0},
{"matrix": [0, 17], "x": 18.5, "y": 0},
{"matrix": [0, 18], "x": 19.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2, "y": 1.5},
{"matrix": [1, 3], "x": 3, "y": 1.5},
{"matrix": [1, 4], "x": 4, "y": 1.5},
{"matrix": [1, 5], "x": 5, "y": 1.5},
{"matrix": [1, 6], "x": 6, "y": 1.5},
{"matrix": [1, 7], "x": 7, "y": 1.5},
{"matrix": [1, 8], "x": 8, "y": 1.5},
{"matrix": [1, 9], "x": 9, "y": 1.5},
{"matrix": [1, 10], "x": 10, "y": 1.5},
{"matrix": [1, 11], "x": 11, "y": 1.5},
{"matrix": [1, 12], "x": 12, "y": 1.5},
{"matrix": [1, 13], "x": 13, "y": 1.5},
{"matrix": [1, 14], "x": 14, "y": 1.5},
{"matrix": [2, 14], "x": 15.25, "y": 1.5},
{"matrix": [1, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 17.5, "y": 1.5},
{"matrix": [1, 17], "x": 18.5, "y": 1.5},
{"matrix": [1, 18], "x": 19.5, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
{"matrix": [3, 14], "x": 15.25, "y": 2.5},
{"matrix": [2, 15], "x": 16.5, "y": 2.5},
{"matrix": [2, 16], "x": 17.5, "y": 2.5},
{"matrix": [2, 17], "x": 18.5, "y": 2.5},
{"matrix": [2, 18], "x": 19.5, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
{"matrix": [3, 12], "x": 12.75, "y": 3.5},
{"matrix": [3, 13], "x": 13.75, "y": 3.5, "w": 1.25},
{"matrix": [3, 15], "x": 16.5, "y": 3.5},
{"matrix": [3, 16], "x": 17.5, "y": 3.5},
{"matrix": [3, 17], "x": 18.5, "y": 3.5},
{"matrix": [3, 18], "x": 19.5, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 1.25},
{"matrix": [4, 1], "x": 1.25, "y": 4.5},
{"matrix": [4, 2], "x": 2.25, "y": 4.5},
{"matrix": [4, 3], "x": 3.25, "y": 4.5},
{"matrix": [4, 4], "x": 4.25, "y": 4.5},
{"matrix": [4, 5], "x": 5.25, "y": 4.5},
{"matrix": [4, 6], "x": 6.25, "y": 4.5},
{"matrix": [4, 7], "x": 7.25, "y": 4.5},
{"matrix": [4, 8], "x": 8.25, "y": 4.5},
{"matrix": [4, 9], "x": 9.25, "y": 4.5},
{"matrix": [4, 10], "x": 10.25, "y": 4.5},
{"matrix": [4, 11], "x": 11.25, "y": 4.5},
{"matrix": [4, 12], "x": 12.25, "y": 4.5, "w": 1.75},
{"matrix": [4, 13], "x": 14, "y": 4.5},
{"matrix": [4, 15], "x": 16.5, "y": 4.5},
{"matrix": [4, 16], "x": 17.5, "y": 4.5},
{"matrix": [4, 17], "x": 18.5, "y": 4.5},
{"matrix": [4, 18], "x": 19.5, "y": 4.5},
{"matrix": [4, 14], "x": 15.25, "y": 4.75},
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.5},
{"matrix": [5, 1], "x": 1.5, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 7], "x": 4, "y": 5.5, "w": 7},
{"matrix": [5, 11], "x": 11, "y": 5.5, "w": 1.5},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 16], "x": 17.5, "y": 5.5},
{"matrix": [5, 17], "x": 18.5, "y": 5.5},
{"matrix": [5, 18], "x": 19.5, "y": 5.5},
{"matrix": [5, 13], "x": 14.25, "y": 5.75},
{"matrix": [5, 14], "x": 15.25, "y": 5.75},
{"matrix": [5, 15], "x": 16.25, "y": 5.75}
]
}
}
}

+ 32
- 0
keyboards/mechlovin/zed1800/saber/keymaps/default/keymap.c View File

@ -0,0 +1,32 @@
/*
Copyright 2022 Mechlovin'
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
#define LT1_CAP LT(1, KC_CAPS)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_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_HOME, KC_END, KC_PGUP, KC_PGDN, //18
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_PGUP, KC_NUM, KC_SLSH, KC_ASTR, KC_MINS, //19
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_P7, KC_P8, KC_P9, KC_PPLS, //19
LT1_CAP, 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_P4, KC_P5, KC_P6, KC_PPLS, //17
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_P1, KC_P2, KC_P3, //16
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT //12
),
};

+ 30
- 0
keyboards/mechlovin/zed1800/saber/keymaps/via/keymap.c View File

@ -0,0 +1,30 @@
/* Copyright 2022 Mechlovin'
*
* 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
#define LT1_CAP LT(1, KC_CAPS)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_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_HOME, KC_END, KC_PGUP, KC_PGDN, //18
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_PGUP, KC_NUM, KC_SLSH, KC_ASTR, KC_MINS, //19
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_P7, KC_P8, KC_P9, KC_PPLS, //19
LT1_CAP, 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_P4, KC_P5, KC_P6, KC_PPLS, //17
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_P1, KC_P2, KC_P3, //16
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT //12
),
};

+ 1
- 0
keyboards/mechlovin/zed1800/saber/keymaps/via/rules.mk View File

@ -0,0 +1 @@
VIA_ENABLE = yes

+ 27
- 0
keyboards/mechlovin/zed1800/saber/readme.md View File

@ -0,0 +1,27 @@
# Saber1800
![Saber1800](https://i.imgur.com/JO5btEDBl.png)
A PCB for Saber1800 Keyboard, base on ZED1800 PCB
* Keyboard Maintainer: [mechlovin](https://github.com/mechlovin)
* Hardware Supported: The Saber1800 Keyboard, APM32F103
* Hardware Availability: Private GB
Make example for this keyboard (after setting up your build environment):
make mechlovin/zed1800/saber:default
Flashing example for this keyboard:
make mechlovin/zed1800/saber:default:flash
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).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

+ 0
- 0
keyboards/mechlovin/zed1800/saber/rules.mk View File


+ 39
- 0
keyboards/mechlovin/zed1800/zed1800.c View File

@ -0,0 +1,39 @@
/* Copyright 2022 Mechlovin' Studio
*
* 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 "quantum.h"
const rgblight_segment_t PROGMEM my_capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS({2, 1, HSV_GREEN});
const rgblight_segment_t PROGMEM my_numlock_layer[] = RGBLIGHT_LAYER_SEGMENTS({0, 1, HSV_GREEN});
const rgblight_segment_t PROGMEM my_scroll_layer[] = RGBLIGHT_LAYER_SEGMENTS({1, 1, HSV_GREEN});
// Now define the array of layers. Later layers take precedence
const rgblight_segment_t* const PROGMEM my_rgb_layers[] =
RGBLIGHT_LAYERS_LIST(
my_capslock_layer,
my_numlock_layer,
my_scroll_layer
);
void keyboard_post_init_kb(void) {
rgblight_layers = my_rgb_layers;
}
// Activate rgb layer for caps when capslock is enabled
bool led_update_kb(led_t led_state) {
rgblight_set_layer_state(0, led_state.caps_lock);
rgblight_set_layer_state(1, led_state.num_lock);
rgblight_set_layer_state(2, led_state.scroll_lock);
return true;
}

+ 20
- 0
keyboards/mechlovin/zed1800/zepsody/config.h View File

@ -0,0 +1,20 @@
/*
Copyright 2022 Mechlovin'
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
#define RGBLIGHT_LAYERS

+ 388
- 0
keyboards/mechlovin/zed1800/zepsody/info.json View File

@ -0,0 +1,388 @@
{
"keyboard_name": "ZED1800-Zepsody",
"usb": {
"pid": "0x1801"
},
"matrix_pins": {
"cols": ["A10", "A9", "A8", "A15", "B14", "B13", "B12", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0"],
"rows": ["B8", "B7", "B6", "B5", "B4", "B3"]
},
"diode_direction": "COL2ROW",
"rgblight": {
"led_count": 6
},
"ws2812": {
"pin": "B15"
},
"indicators": {
"scroll_lock": "C13"
},
"layouts": {
"LAYOUT_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2.5, "y": 0},
{"matrix": [0, 3], "x": 4, "y": 0},
{"matrix": [0, 4], "x": 5, "y": 0},
{"matrix": [0, 5], "x": 6, "y": 0},
{"matrix": [0, 6], "x": 7, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 10.5, "y": 0},
{"matrix": [0, 10], "x": 11.5, "y": 0},
{"matrix": [0, 11], "x": 13, "y": 0},
{"matrix": [0, 12], "x": 14, "y": 0},
{"matrix": [0, 13], "x": 15, "y": 0},
{"matrix": [0, 14], "x": 16, "y": 0},
{"matrix": [0, 16], "x": 18, "y": 0},
{"matrix": [0, 17], "x": 19, "y": 0},
{"matrix": [0, 18], "x": 20, "y": 0},
{"matrix": [0, 19], "x": 21, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2.5, "y": 1.5},
{"matrix": [1, 3], "x": 3.5, "y": 1.5},
{"matrix": [1, 4], "x": 4.5, "y": 1.5},
{"matrix": [1, 5], "x": 5.5, "y": 1.5},
{"matrix": [1, 6], "x": 6.5, "y": 1.5},
{"matrix": [1, 7], "x": 7.5, "y": 1.5},
{"matrix": [1, 8], "x": 8.5, "y": 1.5},
{"matrix": [1, 9], "x": 9.5, "y": 1.5},
{"matrix": [1, 10], "x": 10.5, "y": 1.5},
{"matrix": [1, 11], "x": 11.5, "y": 1.5},
{"matrix": [1, 12], "x": 12.5, "y": 1.5},
{"matrix": [1, 13], "x": 13.5, "y": 1.5},
{"matrix": [1, 14], "x": 14.5, "y": 1.5},
{"matrix": [1, 15], "x": 15.5, "y": 1.5},
{"matrix": [0, 15], "x": 16.5, "y": 1.5},
{"matrix": [1, 16], "x": 18, "y": 1.5},
{"matrix": [1, 17], "x": 19, "y": 1.5},
{"matrix": [1, 18], "x": 20, "y": 1.5},
{"matrix": [1, 19], "x": 21, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5},
{"matrix": [2, 1], "x": 1, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5, "w": 1.5},
{"matrix": [2, 3], "x": 4, "y": 2.5},
{"matrix": [2, 4], "x": 5, "y": 2.5},
{"matrix": [2, 5], "x": 6, "y": 2.5},
{"matrix": [2, 6], "x": 7, "y": 2.5},
{"matrix": [2, 7], "x": 8, "y": 2.5},
{"matrix": [2, 8], "x": 9, "y": 2.5},
{"matrix": [2, 9], "x": 10, "y": 2.5},
{"matrix": [2, 10], "x": 11, "y": 2.5},
{"matrix": [2, 11], "x": 12, "y": 2.5},
{"matrix": [2, 12], "x": 13, "y": 2.5},
{"matrix": [2, 13], "x": 14, "y": 2.5},
{"matrix": [2, 14], "x": 15, "y": 2.5},
{"matrix": [2, 15], "x": 16, "y": 2.5, "w": 1.5},
{"matrix": [2, 16], "x": 18, "y": 2.5},
{"matrix": [2, 17], "x": 19, "y": 2.5},
{"matrix": [2, 18], "x": 20, "y": 2.5},
{"matrix": [2, 19], "x": 21, "y": 2.5},
{"matrix": [3, 0], "x": 0, "y": 3.5},
{"matrix": [3, 1], "x": 1, "y": 3.5},
{"matrix": [3, 2], "x": 2.5, "y": 3.5, "w": 1.25},
{"matrix": [3, 3], "x": 4.25, "y": 3.5},
{"matrix": [3, 4], "x": 5.25, "y": 3.5},
{"matrix": [3, 5], "x": 6.25, "y": 3.5},
{"matrix": [3, 6], "x": 7.25, "y": 3.5},
{"matrix": [3, 7], "x": 8.25, "y": 3.5},
{"matrix": [3, 8], "x": 9.25, "y": 3.5},
{"matrix": [3, 9], "x": 10.25, "y": 3.5},
{"matrix": [3, 10], "x": 11.25, "y": 3.5},
{"matrix": [3, 11], "x": 12.25, "y": 3.5},
{"matrix": [3, 12], "x": 13.25, "y": 3.5},
{"matrix": [3, 13], "x": 14.25, "y": 3.5},
{"matrix": [3, 14], "x": 15.25, "y": 3.5},
{"matrix": [3, 15], "x": 16.25, "y": 3.5, "w": 1.25 },
{"matrix": [3, 16], "x": 18, "y": 3.5},
{"matrix": [3, 17], "x": 19, "y": 3.5},
{"matrix": [3, 18], "x": 20, "y": 3.5},
{"matrix": [3, 19], "x": 21, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5},
{"matrix": [4, 1], "x": 1, "y": 4.5},
{"matrix": [4, 2], "x": 2.5, "y": 4.5, "w": 1.25},
{"matrix": [4, 3], "x": 3.75, "y": 4.5},
{"matrix": [4, 4], "x": 4.75, "y": 4.5},
{"matrix": [4, 5], "x": 5.75, "y": 4.5},
{"matrix": [4, 6], "x": 6.75, "y": 4.5},
{"matrix": [4, 7], "x": 7.75, "y": 4.5},
{"matrix": [4, 8], "x": 8.75, "y": 4.5},
{"matrix": [4, 9], "x": 9.75, "y": 4.5},
{"matrix": [4, 10], "x": 10.75, "y": 4.5},
{"matrix": [4, 11], "x": 11.75, "y": 4.5},
{"matrix": [4, 12], "x": 12.75, "y": 4.5},
{"matrix": [4, 13], "x": 13.75, "y": 4.5},
{"matrix": [4, 14], "x": 14.75, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.75, "y": 4.75},
{"matrix": [4, 16], "x": 18, "y": 4.5},
{"matrix": [4, 17], "x": 19, "y": 4.5},
{"matrix": [4, 18], "x": 20, "y": 4.5},
{"matrix": [4, 19], "x": 21, "y": 4.5},
{"matrix": [5, 0], "x": 0, "y": 5.5},
{"matrix": [5, 1], "x": 1, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 3], "x": 3.75, "y": 5.5, "w": 1.25},
{"matrix": [5, 4], "x": 5, "y": 5.5, "w": 1.25},
{"matrix": [5, 8], "x": 6.25, "y": 5.5, "w": 6.25},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 13], "x": 14, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 15.75, "y": 5.75},
{"matrix": [5, 15], "x": 16.75, "y": 5.75},
{"matrix": [5, 16], "x": 17.75, "y": 5.75},
{"matrix": [5, 17], "x": 19, "y": 5.5},
{"matrix": [5, 18], "x": 20, "y": 5.5},
{"matrix": [5, 19], "x": 21, "y": 5.5}
]
},
"LAYOUT_ansi": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2.5, "y": 0},
{"matrix": [0, 3], "x": 4, "y": 0},
{"matrix": [0, 4], "x": 5, "y": 0},
{"matrix": [0, 5], "x": 6, "y": 0},
{"matrix": [0, 6], "x": 7, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 10.5, "y": 0},
{"matrix": [0, 10], "x": 11.5, "y": 0},
{"matrix": [0, 11], "x": 13, "y": 0},
{"matrix": [0, 12], "x": 14, "y": 0},
{"matrix": [0, 13], "x": 15, "y": 0},
{"matrix": [0, 14], "x": 16, "y": 0},
{"matrix": [0, 16], "x": 18, "y": 0},
{"matrix": [0, 17], "x": 19, "y": 0},
{"matrix": [0, 18], "x": 20, "y": 0},
{"matrix": [0, 19], "x": 21, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2.5, "y": 1.5},
{"matrix": [1, 3], "x": 3.5, "y": 1.5},
{"matrix": [1, 4], "x": 4.5, "y": 1.5},
{"matrix": [1, 5], "x": 5.5, "y": 1.5},
{"matrix": [1, 6], "x": 6.5, "y": 1.5},
{"matrix": [1, 7], "x": 7.5, "y": 1.5},
{"matrix": [1, 8], "x": 8.5, "y": 1.5},
{"matrix": [1, 9], "x": 9.5, "y": 1.5},
{"matrix": [1, 10], "x": 10.5, "y": 1.5},
{"matrix": [1, 11], "x": 11.5, "y": 1.5},
{"matrix": [1, 12], "x": 12.5, "y": 1.5},
{"matrix": [1, 13], "x": 13.5, "y": 1.5},
{"matrix": [1, 14], "x": 14.5, "y": 1.5},
{"matrix": [1, 15], "x": 15.5, "y": 1.5, "w": 2},
{"matrix": [1, 16], "x": 18, "y": 1.5},
{"matrix": [1, 17], "x": 19, "y": 1.5},
{"matrix": [1, 18], "x": 20, "y": 1.5},
{"matrix": [1, 19], "x": 21, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5},
{"matrix": [2, 1], "x": 1, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5, "w": 1.5},
{"matrix": [2, 3], "x": 4, "y": 2.5},
{"matrix": [2, 4], "x": 5, "y": 2.5},
{"matrix": [2, 5], "x": 6, "y": 2.5},
{"matrix": [2, 6], "x": 7, "y": 2.5},
{"matrix": [2, 7], "x": 8, "y": 2.5},
{"matrix": [2, 8], "x": 9, "y": 2.5},
{"matrix": [2, 9], "x": 10, "y": 2.5},
{"matrix": [2, 10], "x": 11, "y": 2.5},
{"matrix": [2, 11], "x": 12, "y": 2.5},
{"matrix": [2, 12], "x": 13, "y": 2.5},
{"matrix": [2, 13], "x": 14, "y": 2.5},
{"matrix": [2, 14], "x": 15, "y": 2.5},
{"matrix": [2, 15], "x": 16, "y": 2.5, "w": 1.5},
{"matrix": [2, 16], "x": 18, "y": 2.5},
{"matrix": [2, 17], "x": 19, "y": 2.5},
{"matrix": [2, 18], "x": 20, "y": 2.5},
{"matrix": [3, 19], "x": 21, "y": 2.5, "h": 2},
{"matrix": [3, 0], "x": 0, "y": 3.5},
{"matrix": [3, 1], "x": 1, "y": 3.5},
{"matrix": [3, 2], "x": 2.5, "y": 3.5, "w": 1.25},
{"matrix": [3, 3], "x": 4.25, "y": 3.5},
{"matrix": [3, 4], "x": 5.25, "y": 3.5},
{"matrix": [3, 5], "x": 6.25, "y": 3.5},
{"matrix": [3, 6], "x": 7.25, "y": 3.5},
{"matrix": [3, 7], "x": 8.25, "y": 3.5},
{"matrix": [3, 8], "x": 9.25, "y": 3.5},
{"matrix": [3, 9], "x": 10.25, "y": 3.5},
{"matrix": [3, 10], "x": 11.25, "y": 3.5},
{"matrix": [3, 11], "x": 12.25, "y": 3.5},
{"matrix": [3, 12], "x": 13.25, "y": 3.5},
{"matrix": [3, 13], "x": 14.25, "y": 3.5},
{"matrix": [3, 15], "x": 15.25, "y": 3.5, "w": 2.25},
{"matrix": [3, 16], "x": 18, "y": 3.5},
{"matrix": [3, 17], "x": 19, "y": 3.5},
{"matrix": [3, 18], "x": 20, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5},
{"matrix": [4, 1], "x": 1, "y": 4.5},
{"matrix": [4, 2], "x": 2.5, "y": 4.5, "w": 2.25},
{"matrix": [4, 4], "x": 4.75, "y": 4.5},
{"matrix": [4, 5], "x": 5.75, "y": 4.5},
{"matrix": [4, 6], "x": 6.75, "y": 4.5},
{"matrix": [4, 7], "x": 7.75, "y": 4.5},
{"matrix": [4, 8], "x": 8.75, "y": 4.5},
{"matrix": [4, 9], "x": 9.75, "y": 4.5},
{"matrix": [4, 10], "x": 10.75, "y": 4.5},
{"matrix": [4, 11], "x": 11.75, "y": 4.5},
{"matrix": [4, 12], "x": 12.75, "y": 4.5},
{"matrix": [4, 13], "x": 13.75, "y": 4.5},
{"matrix": [4, 14], "x": 14.75, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.75, "y": 4.75},
{"matrix": [4, 16], "x": 18, "y": 4.5},
{"matrix": [4, 17], "x": 19, "y": 4.5},
{"matrix": [4, 18], "x": 20, "y": 4.5},
{"matrix": [5, 19], "x": 21, "y": 4.5, "h": 2},
{"matrix": [5, 0], "x": 0, "y": 5.5},
{"matrix": [5, 1], "x": 1, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 3], "x": 3.75, "y": 5.5, "w": 1.25},
{"matrix": [5, 4], "x": 5, "y": 5.5, "w": 1.25},
{"matrix": [5, 8], "x": 6.25, "y": 5.5, "w": 6.25},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 13], "x": 14, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 15.75, "y": 5.75},
{"matrix": [5, 15], "x": 16.75, "y": 5.75},
{"matrix": [5, 16], "x": 17.75, "y": 5.75},
{"matrix": [5, 17], "x": 19, "y": 5.5},
{"matrix": [5, 18], "x": 20, "y": 5.5}
]
},
"LAYOUT_iso": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2.5, "y": 0},
{"matrix": [0, 3], "x": 4, "y": 0},
{"matrix": [0, 4], "x": 5, "y": 0},
{"matrix": [0, 5], "x": 6, "y": 0},
{"matrix": [0, 6], "x": 7, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 10.5, "y": 0},
{"matrix": [0, 10], "x": 11.5, "y": 0},
{"matrix": [0, 11], "x": 13, "y": 0},
{"matrix": [0, 12], "x": 14, "y": 0},
{"matrix": [0, 13], "x": 15, "y": 0},
{"matrix": [0, 14], "x": 16, "y": 0},
{"matrix": [0, 16], "x": 18, "y": 0},
{"matrix": [0, 17], "x": 19, "y": 0},
{"matrix": [0, 18], "x": 20, "y": 0},
{"matrix": [0, 19], "x": 21, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1.5},
{"matrix": [1, 1], "x": 1, "y": 1.5},
{"matrix": [1, 2], "x": 2.5, "y": 1.5},
{"matrix": [1, 3], "x": 3.5, "y": 1.5},
{"matrix": [1, 4], "x": 4.5, "y": 1.5},
{"matrix": [1, 5], "x": 5.5, "y": 1.5},
{"matrix": [1, 6], "x": 6.5, "y": 1.5},
{"matrix": [1, 7], "x": 7.5, "y": 1.5},
{"matrix": [1, 8], "x": 8.5, "y": 1.5},
{"matrix": [1, 9], "x": 9.5, "y": 1.5},
{"matrix": [1, 10], "x": 10.5, "y": 1.5},
{"matrix": [1, 11], "x": 11.5, "y": 1.5},
{"matrix": [1, 12], "x": 12.5, "y": 1.5},
{"matrix": [1, 13], "x": 13.5, "y": 1.5},
{"matrix": [1, 14], "x": 14.5, "y": 1.5},
{"matrix": [1, 15], "x": 15.5, "y": 1.5, "w": 2},
{"matrix": [1, 16], "x": 18, "y": 1.5},
{"matrix": [1, 17], "x": 19, "y": 1.5},
{"matrix": [1, 18], "x": 20, "y": 1.5},
{"matrix": [1, 19], "x": 21, "y": 1.5},
{"matrix": [2, 0], "x": 0, "y": 2.5},
{"matrix": [2, 1], "x": 1, "y": 2.5},
{"matrix": [2, 2], "x": 2.5, "y": 2.5, "w": 1.5},
{"matrix": [2, 3], "x": 4, "y": 2.5},
{"matrix": [2, 4], "x": 5, "y": 2.5},
{"matrix": [2, 5], "x": 6, "y": 2.5},
{"matrix": [2, 6], "x": 7, "y": 2.5},
{"matrix": [2, 7], "x": 8, "y": 2.5},
{"matrix": [2, 8], "x": 9, "y": 2.5},
{"matrix": [2, 9], "x": 10, "y": 2.5},
{"matrix": [2, 10], "x": 11, "y": 2.5},
{"matrix": [2, 11], "x": 12, "y": 2.5},
{"matrix": [2, 12], "x": 13, "y": 2.5},
{"matrix": [2, 13], "x": 14, "y": 2.5},
{"matrix": [2, 14], "x": 15, "y": 2.5},
{"matrix": [3, 15], "x": 16.25, "y": 2.5, "w": 1.25, "h": 2},
{"matrix": [2, 16], "x": 18, "y": 2.5},
{"matrix": [2, 17], "x": 19, "y": 2.5},
{"matrix": [2, 18], "x": 20, "y": 2.5},
{"matrix": [3, 19], "x": 21, "y": 2.5, "h": 2},
{"matrix": [3, 0], "x": 0, "y": 3.5},
{"matrix": [3, 1], "x": 1, "y": 3.5},
{"matrix": [3, 2], "x": 2.5, "y": 3.5, "w": 1.25},
{"matrix": [3, 3], "x": 4.25, "y": 3.5},
{"matrix": [3, 4], "x": 5.25, "y": 3.5},
{"matrix": [3, 5], "x": 6.25, "y": 3.5},
{"matrix": [3, 6], "x": 7.25, "y": 3.5},
{"matrix": [3, 7], "x": 8.25, "y": 3.5},
{"matrix": [3, 8], "x": 9.25, "y": 3.5},
{"matrix": [3, 9], "x": 10.25, "y": 3.5},
{"matrix": [3, 10], "x": 11.25, "y": 3.5},
{"matrix": [3, 11], "x": 12.25, "y": 3.5},
{"matrix": [3, 12], "x": 13.25, "y": 3.5},
{"matrix": [3, 13], "x": 14.25, "y": 3.5},
{"matrix": [3, 14], "x": 15.25, "y": 3.5},
{"matrix": [3, 16], "x": 18, "y": 3.5},
{"matrix": [3, 17], "x": 19, "y": 3.5},
{"matrix": [3, 18], "x": 20, "y": 3.5},
{"matrix": [4, 0], "x": 0, "y": 4.5},
{"matrix": [4, 1], "x": 1, "y": 4.5},
{"matrix": [4, 2], "x": 2.5, "y": 4.5, "w": 1.25},
{"matrix": [4, 3], "x": 3.75, "y": 4.5},
{"matrix": [4, 4], "x": 4.75, "y": 4.5},
{"matrix": [4, 5], "x": 5.75, "y": 4.5},
{"matrix": [4, 6], "x": 6.75, "y": 4.5},
{"matrix": [4, 7], "x": 7.75, "y": 4.5},
{"matrix": [4, 8], "x": 8.75, "y": 4.5},
{"matrix": [4, 9], "x": 9.75, "y": 4.5},
{"matrix": [4, 10], "x": 10.75, "y": 4.5},
{"matrix": [4, 11], "x": 11.75, "y": 4.5},
{"matrix": [4, 12], "x": 12.75, "y": 4.5},
{"matrix": [4, 13], "x": 13.75, "y": 4.5},
{"matrix": [4, 14], "x": 14.75, "y": 4.5, "w": 1.75},
{"matrix": [4, 15], "x": 16.75, "y": 4.75},
{"matrix": [4, 16], "x": 18, "y": 4.5},
{"matrix": [4, 17], "x": 19, "y": 4.5},
{"matrix": [4, 18], "x": 20, "y": 4.5},
{"matrix": [5, 19], "x": 21, "y": 4.5, "h": 2},
{"matrix": [5, 0], "x": 0, "y": 5.5},
{"matrix": [5, 1], "x": 1, "y": 5.5},
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
{"matrix": [5, 3], "x": 3.75, "y": 5.5, "w": 1.25},
{"matrix": [5, 4], "x": 5, "y": 5.5, "w": 1.25},
{"matrix": [5, 8], "x": 6.25, "y": 5.5, "w": 6.25},
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.5},
{"matrix": [5, 13], "x": 14, "y": 5.5, "w": 1.5},
{"matrix": [5, 14], "x": 15.75, "y": 5.75},
{"matrix": [5, 15], "x": 16.75, "y": 5.75},
{"matrix": [5, 16], "x": 17.75, "y": 5.75},
{"matrix": [5, 17], "x": 19, "y": 5.5},
{"matrix": [5, 18], "x": 20, "y": 5.5}
]
}
}
}

+ 33
- 0
keyboards/mechlovin/zed1800/zepsody/keymaps/default/keymap.c View File

@ -0,0 +1,33 @@
/*
Copyright 2022 Mechlovin'
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
#define LT1_CAP LT(1, KC_CAPS)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_TRNS, KC_TRNS, 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_HOME, KC_END, KC_PGUP, KC_PGDN,
KC_TRNS, KC_TRNS, 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_DEL, KC_NUM, KC_PSLS, KC_ASTR, KC_PMNS,
KC_TRNS, KC_TRNS, 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_P7, KC_P8, KC_P9, KC_PPLS,
KC_TRNS, KC_TRNS, LT1_CAP, 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_P4, KC_P5, KC_P6, KC_PPLS,
KC_TRNS, KC_TRNS, KC_LSFT, KC_NUBS, 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_P1, KC_P2, KC_P3, KC_PENT,
KC_TRNS, KC_TRNS, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PEQL
),
};

+ 29
- 0
keyboards/mechlovin/zed1800/zepsody/keymaps/via/keymap.c View File

@ -0,0 +1,29 @@
/* Copyright 2022 Mechlovin'
*
* 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
#define LT1_CAP LT(1, KC_CAPS)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all(
KC_TRNS, KC_TRNS, 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_HOME, KC_END, KC_PGUP, KC_PGDN,
KC_TRNS, KC_TRNS, 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_DEL, KC_NUM, KC_PSLS, KC_ASTR, KC_PMNS,
KC_TRNS, KC_TRNS, 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_P7, KC_P8, KC_P9, KC_PPLS,
KC_TRNS, KC_TRNS, LT1_CAP, 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_P4, KC_P5, KC_P6, KC_PPLS,
KC_TRNS, KC_TRNS, KC_LSFT, KC_NUBS, 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_P1, KC_P2, KC_P3, KC_PENT,
KC_TRNS, KC_TRNS, KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PEQL
),
};

+ 1
- 0
keyboards/mechlovin/zed1800/zepsody/keymaps/via/rules.mk View File

@ -0,0 +1 @@
VIA_ENABLE = yes

+ 27
- 0
keyboards/mechlovin/zed1800/zepsody/readme.md View File

@ -0,0 +1,27 @@
# Zepsody
![Zepsody](https://i.imgur.com/KKq1UVxl.png)
A PCB for Saber1800 Keyboard, base on ZED1800 PCB
* Keyboard Maintainer: [mechlovin](https://github.com/mechlovin)
* Hardware Supported: The Zepsody Keyboard, APM32F103
* Hardware Availability: [GH IC](https://geekhack.org/index.php?topic=118275.0)
Make example for this keyboard (after setting up your build environment):
make mechlovin/zed1800/zepsody:default
Flashing example for this keyboard:
make mechlovin/zed1800/zepsody:default:flash
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).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

+ 0
- 0
keyboards/mechlovin/zed1800/zepsody/rules.mk View File


Loading…
Cancel
Save