forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Consolidate Binepad BN009 R1 and R2 (qmk#20113)
- Loading branch information
1 parent
83790b4
commit c69dea1
Showing
20 changed files
with
129 additions
and
259 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"keyboard_name": "BN009", | ||
"manufacturer": "Binepad", | ||
"url": "https://binepad.com", | ||
"keyboard_name": "BN009", | ||
"maintainer": "binepad", | ||
"usb": { | ||
"vid": "0x4249", | ||
"pid": "0x4295", | ||
"device_version": "0.0.1" | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": false | ||
}, | ||
"matrix_pins": { | ||
"cols": ["B6", "B5", "B4"], | ||
"rows": ["D2", "D1", "D0"] | ||
"url": "http://binepad.com", | ||
"usb": { | ||
"vid": "0x4249", | ||
"pid": "0x4295" | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"processor": "atmega32u4", | ||
"bootloader": "atmel-dfu", | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"x":0, "y":0, "matrix": [0, 0]}, | ||
{"x":1, "y":0, "matrix": [0, 1]}, | ||
{"x":2, "y":0, "matrix": [0, 2]}, | ||
{"x":0, "y":1, "matrix": [1, 0]}, | ||
{"x":1, "y":1, "matrix": [1, 1]}, | ||
{"x":2, "y":1, "matrix": [1, 2]}, | ||
{"x":0, "y":2, "matrix": [2, 0]}, | ||
{"x":1, "y":2, "matrix": [2, 1]}, | ||
{"x":2, "y":2, "matrix": [2, 2]} | ||
] | ||
} | ||
"LAYOUT_ortho_3x3": { | ||
"layout": [ | ||
{ "matrix": [0, 0], "x": 0, "y": 0, "label": "k00" }, | ||
{ "matrix": [0, 1], "x": 1, "y": 0, "label": "k01" }, | ||
{ "matrix": [0, 2], "x": 2, "y": 0, "label": "k02" }, | ||
{ "matrix": [1, 0], "x": 0, "y": 1, "label": "k10" }, | ||
{ "matrix": [1, 1], "x": 1, "y": 1, "label": "k11" }, | ||
{ "matrix": [1, 2], "x": 2, "y": 1, "label": "k12" }, | ||
{ "matrix": [2, 0], "x": 0, "y": 2, "label": "k20" }, | ||
{ "matrix": [2, 1], "x": 1, "y": 2, "label": "k21" }, | ||
{ "matrix": [2, 2], "x": 2, "y": 2, "label": "k22" } | ||
] | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"config": { | ||
"features": { | ||
"via": true | ||
} | ||
}, | ||
"keyboard": "binepad/bn009r2", | ||
"version": 1, | ||
"author": "binepad", | ||
"notes": "This file is a keymap.json file for binepad/bn009r2", | ||
"keymap": "via", | ||
"layout": "LAYOUT_ortho_3x3", | ||
"layers": [ | ||
[ | ||
"KC_7", "KC_8", "KC_9", | ||
"KC_4", "KC_5", "KC_6", | ||
"KC_1", "KC_2", "KC_3" | ||
], | ||
[ | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO" | ||
], | ||
[ | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO" | ||
], | ||
[ | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO", | ||
"KC_NO", "KC_NO", "KC_NO" | ||
] | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"keyboard_name": "BN009 R1", | ||
"bootloader": "atmel-dfu", | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["D2", "D1", "D0"], | ||
"rows": ["B6", "B5", "B4"] | ||
}, | ||
"processor": "atmega32u4", | ||
"usb": { | ||
"device_version": "0.0.1" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# BINEPAD BN009 R1 | ||
|
||
* Hardware Supported: BN009 R1 *(ft. ATmega32U4)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright 2020 Binepad (@binpad) | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
LTO_ENABLE = yes |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"keyboard_name": "BN009 R2", | ||
"bootloader": "stm32duino", | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["A1", "A2", "A6"], | ||
"rows": ["B6", "B7", "B2"] | ||
}, | ||
"processor": "STM32F103", | ||
"usb": { | ||
"device_version": "2.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# BINEPAD BN009 R2 | ||
|
||
* Hardware Supported: BN009 *(ft. STM32F103)* |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
# Build Options | ||
# change yes to no to disable | ||
# | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
MOUSEKEY_ENABLE = yes # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = yes # Console for debug | ||
COMMAND_ENABLE = yes # Commands for debug and configuration | ||
NKRO_ENABLE = yes # Enable N-Key Rollover | ||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
AUDIO_ENABLE = no # Audio output | ||
# This file is mostly left blank | ||
|
||
DEFAULT_FOLDER = binepad/bn009/r2 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.