Skip to content

Add bad_numpad #25136

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add bad_numpad #25136

wants to merge 2 commits into from

Conversation

LucaFrankfurt
Copy link

Add bad_numpad to QMK. It is a QMK and VIA-compatible handwired board.

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this file

Comment on lines +3 to +5
![handwired/bad_numpad](imgur.com image replace me!)

*A short description of the keyboard/project*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be filled out

Comment on lines +7 to +15
/*
* ┌───┬───┬───┬───┐
* │ 1 │ 2 │ 3 │ / │
* ├───┼───┼───┼───┤
* │ 4 │ 5 │ 6 │ * │
* ├───┼───┼───┼───┤
* │ 7 │ 8 │ 9 │ - │
* ├───┼───┼───┼───┤
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*
* ┌───┬───┬───┬───┐
*123 │ / │
* ├───┼───┼───┼───┤
*456*
* ├───┼───┼───┼───┤
*789-
* ├───┼───┼───┼───┤
*/

"cols": ["D1", "D0", "D4", "C6"],
"rows": ["D7", "E6", "B4", "B5", "B6"]
},
"url": "",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "",

Comment on lines +10 to +11
"command": false,
"console": false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"command": false,
"console": false,

Comment on lines +5 to +6
"development_board": "promicro",
"bootloader": "atmel-dfu",
Copy link
Member

@zvecr zvecr Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this is a pro micro and bootloader should be removed (which matches readme content)

Suggested change
"development_board": "promicro",
"bootloader": "atmel-dfu",
"development_board": "promicro",

or it should be updated to use the elite_c development board defaults

Copy link
Contributor

@dunk2k dunk2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Community Layout compatibility added

Comment on lines +26 to +27
"layouts": {
"LAYOUT": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"layouts": {
"LAYOUT": {
"community_layouts": ["ortho_5x4"],
"layouts": {
"LAYOUT_ortho_5x4": {

* │ 7 │ 8 │ 9 │ - │
* ├───┼───┼───┼───┤
*/
[0] = LAYOUT(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[0] = LAYOUT(
[0] = LAYOUT_ortho_5x4(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants