mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 15:44:17 -04:00
[Keyboard] Add Binpad BN009 R2 3x3 macropad (#19992)
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
5555744d87
commit
b468b7e672
1 changed files with 35 additions and 0 deletions
35
keyboards/binepad/bn009r2/keymaps/via/keymap.json
Normal file
35
keyboards/binepad/bn009r2/keymaps/via/keymap.json
Normal file
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue