Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MMkeyboard Class60 #22972

Merged
merged 19 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move more Class60 config to data driven
  • Loading branch information
lexbrugman committed Jun 23, 2024
commit 42dd5d37c3a97393747bf7a496f283e4385bb9e2
6 changes: 0 additions & 6 deletions keyboards/mmkeyboard/class60/soldered/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#pragma once

#define DIODE_DIRECTION COL2ROW
#define MATRIX_HAS_GHOST

#define LOCKING_SUPPORT_ENABLE
Expand All @@ -17,11 +16,6 @@
#define HAPTIC_OFF_IN_LOW_POWER 1
#define NO_HAPTIC_MOD

#define LED_PIN_ON_STATE 0
#define LED_NUM_LOCK_PIN B8
#define LED_CAPS_LOCK_PIN B9
#define LED_SCROLL_LOCK_PIN B11

#define AUDIO_CLICKY
#define AUDIO_PIN A6
#define AUDIO_PWM_DRIVER PWMD3
Expand Down
10 changes: 9 additions & 1 deletion keyboards/mmkeyboard/class60/soldered/info.json
lexbrugman marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
"maintainer": "lexbrugman",
"bootloader": "uf2boot",
"development_board": "bluepill",
lexbrugman marked this conversation as resolved.
Show resolved Hide resolved
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "B9",
"num_lock": "B8",
"on_state": 0,
"scroll_lock": "B11"
},
"matrix_pins": {
"cols": ["B1", "B0", "A7", "A1", "A2", "A3", "A4", "A5", "B12", "B13", "A10", "A9", "A8", "B14", "B15"],
"rows": ["B6", "B7", "C13", "B10", "C14", "B5"]
lexbrugman marked this conversation as resolved.
Show resolved Hide resolved
},
"processor": "STM32F103",
"url": "https://www.mmkeyboard.com/products/mm-class60-retro-custom-mechanical-keyboard",
zvecr marked this conversation as resolved.
Show resolved Hide resolved
"usb": {
"device_version": "0.0.1",
Expand Down Expand Up @@ -150,4 +158,4 @@
]
}
}
}
}
6 changes: 0 additions & 6 deletions keyboards/mmkeyboard/class60/soldered/rules.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# MCU name
MCU = STM32F103

# Bootloader selection
BOOTLOADER = uf2boot

# Build Options
# change yes to no to disable
#
Expand Down