Skip to content

Commit

Permalink
March merge additions pt2 (qmk#433)
Browse files Browse the repository at this point in the history
* fix: move more Vial keymaps to intended folders

* fix: builds

* fix: libra_mini

* fix: pull upstream changes for binepad/bn009

* fix: velocifire/sun20pro

* fix: ekow/akira

---------

Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
  • Loading branch information
lesshonor and silvinor authored Apr 10, 2023
1 parent 45fd373 commit b5da2c9
Show file tree
Hide file tree
Showing 63 changed files with 202 additions and 882 deletions.
47 changes: 26 additions & 21 deletions keyboards/binepad/bn009/info.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"keyboard_name": "BN009",
"manufacturer": "Binepad",
"url": "https://binepad.com",
"keyboard_name": "BN009",
"maintainer": "binepad",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"url": "http://binepad.com",
"usb": {
"vid": "0x4249",
"pid": "0x4295",
"device_version": "0.0.1"
"vid": "0x4249",
"pid": "0x4295"
},
"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" }
]
}
}
}
}
4 changes: 2 additions & 2 deletions keyboards/binepad/bn009/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"keyboard": "binepad/bn009",
"keyboard": "binepad/bn009r2",
"version": 1,
"author": "binepad",
"notes": "This file is a keymap.json file for binepad/bn009",
"notes": "This file is a keymap.json file for binepad/bn009r2",
"keymap": "default",
"layout": "LAYOUT_ortho_3x3",
"layers": [
Expand Down
11 changes: 0 additions & 11 deletions keyboards/binepad/bn009/r1/config.h

This file was deleted.

23 changes: 12 additions & 11 deletions keyboards/binepad/bn009/r1/info.json
Original file line number Diff line number Diff line change
@@ -1,13 +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"
"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"
}
}
}
1 change: 1 addition & 0 deletions keyboards/binepad/bn009/r2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once


/*
* Wear Leveling EEPROM Emulation
*/
Expand Down
2 changes: 1 addition & 1 deletion keyboards/binepad/bn009/r2/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# BINEPAD BN009 R2

* Hardware Supported: BN009 R2 *(ft. STM32F103)*
* Hardware Supported: BN009 *(ft. STM32F103)*
6 changes: 1 addition & 5 deletions keyboards/binepad/bn009/r2/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# Copyright 2022 Binepad (@binpad)
# SPDX-License-Identifier: GPL-2.0-or-later

EPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash
# This file is intentionally left blank
2 changes: 1 addition & 1 deletion keyboards/binepad/bn009/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![BINEPAD BN009](https://imgur.com/fu0iXD0h.jpg)

*A 9% macropad.*
A 9% macropad.

* Keyboard Maintainer: [binepad](https://github.com/binepad)
* Hardware Supported:
Expand Down
15 changes: 3 additions & 12 deletions keyboards/binepad/bn009/rules.mk
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
12 changes: 0 additions & 12 deletions keyboards/binepad/bn009r2/config.h

This file was deleted.

42 changes: 0 additions & 42 deletions keyboards/binepad/bn009r2/info.json

This file was deleted.

15 changes: 0 additions & 15 deletions keyboards/binepad/bn009r2/keymaps/default/keymap.json

This file was deleted.

35 changes: 0 additions & 35 deletions keyboards/binepad/bn009r2/keymaps/via/keymap.json

This file was deleted.

27 changes: 0 additions & 27 deletions keyboards/binepad/bn009r2/readme.md

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/binepad/bn009r2/rules.mk

This file was deleted.

3 changes: 0 additions & 3 deletions keyboards/bongopad/bongopad.c

This file was deleted.

20 changes: 0 additions & 20 deletions keyboards/bongopad/bongopad.h

This file was deleted.

68 changes: 0 additions & 68 deletions keyboards/bongopad/config.h

This file was deleted.

Loading

0 comments on commit b5da2c9

Please sign in to comment.