Skip to content

Commit

Permalink
Data-Driven Keyboard Conversions: K, Part 3 (qmk#23566)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored and Ardakilic committed Sep 10, 2024
1 parent 78a2bed commit 2b478f1
Show file tree
Hide file tree
Showing 56 changed files with 232 additions and 281 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"usb": {
"vid": "0x458F",
"pid": "0x14E2",
"device_version": "1.0.0"
"device_version": "1.0.0",
"no_startup_check": true
},
"ws2812": {
"pin": "F4"
Expand All @@ -30,6 +31,15 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true
},
"build": {
"lto": true
},
"community_layouts": ["ortho_4x10"],
"layouts": {
"LAYOUT_ortho_4x10": {
"layout": [
Expand Down
15 changes: 0 additions & 15 deletions keyboards/keebformom/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"command": true,
"backlight": true,
"rgblight": true,
"encoder": true
},
"matrix_pins": {
"direct": [
["D2", "D4", "F4"],
Expand Down
13 changes: 0 additions & 13 deletions keyboards/keebio/bdn9/rev1/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"encoder": true,
"rgb_matrix": true
},
"matrix_pins": {
"direct": [
["B12", "B5", "B6"],
Expand Down
15 changes: 0 additions & 15 deletions keyboards/keebio/bdn9/rev2/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"backlight": true,
"encoder": true
},
"layout_aliases": {
"LAYOUT_40_staggered": "LAYOUT"
},
Expand Down
13 changes: 0 additions & 13 deletions keyboards/keebio/dsp40/rev1/rules.mk

This file was deleted.

11 changes: 11 additions & 0 deletions keyboards/keebio/foldkb/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
3 changes: 0 additions & 3 deletions keyboards/keebio/foldkb/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
ENCODER_ENABLE = yes
14 changes: 0 additions & 14 deletions keyboards/keebio/foldkb/rules.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes

DEFAULT_FOLDER = keebio/foldkb/rev1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"backlight": true,
"rgblight": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
14 changes: 0 additions & 14 deletions keyboards/keebio/iris/rev2/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
15 changes: 0 additions & 15 deletions keyboards/keebio/iris/rev3/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
16 changes: 0 additions & 16 deletions keyboards/keebio/iris/rev4/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"rgb_matrix": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
16 changes: 0 additions & 16 deletions keyboards/keebio/iris/rev6/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"rgb_matrix": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
16 changes: 0 additions & 16 deletions keyboards/keebio/iris/rev7/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT_ansi": {
"layout": [
Expand Down
3 changes: 0 additions & 3 deletions keyboards/keebio/kbo5000/rev1/rules.mk

This file was deleted.

14 changes: 0 additions & 14 deletions keyboards/keebio/kbo5000/rules.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
LTO_ENABLE = yes

DEFAULT_FOLDER = keebio/kbo5000/rev1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"ws2812": {
"pin": "D3"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"backlight": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/keebio/levinson/rev1/rules.mk

This file was deleted.

Loading

0 comments on commit 2b478f1

Please sign in to comment.