Files
cheapino_qmk_firmware/keyboards/binepad/bn009/keymaps/default/keymap.json
T
Vino Rodrigues 0f5f9b5756 Addition of the Binpad BN009 R2 3x3 macropad (#387)
* Add Binepad BN009 v2

* Align code to qmk upstream

* Merge R1 and R2 sources into one common source base
2023-03-06 00:07:22 -06:00

16 lines
354 B
JSON

{
"keyboard": "binepad/bn009",
"version": 1,
"author": "binepad",
"notes": "This file is a keymap.json file for binepad/bn009",
"keymap": "default",
"layout": "LAYOUT_ortho_3x3",
"layers": [
[
"KC_7", "KC_8", "KC_9",
"KC_4", "KC_5", "KC_6",
"KC_1", "KC_2", "KC_3"
]
]
}