Skip to content

Commit

Permalink
Data-Driven Keyboard Conversions: K, Part 1 (#23556)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft committed Apr 19, 2024
1 parent 1513966 commit 5ab3b27
Show file tree
Hide file tree
Showing 34 changed files with 105 additions and 169 deletions.
5 changes: 5 additions & 0 deletions keyboards/kagizaraya/chidori/info.json
Expand Up @@ -11,6 +11,11 @@
},
"processor": "atmega328p",
"bootloader": "usbasploader",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
10 changes: 0 additions & 10 deletions keyboards/kagizaraya/chidori/rules.mk
@@ -1,16 +1,6 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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 = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

CUSTOM_MATRIX = lite

# project specific files
Expand Down
7 changes: 7 additions & 0 deletions keyboards/kagizaraya/scythe/info.json
Expand Up @@ -46,6 +46,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
13 changes: 0 additions & 13 deletions keyboards/kagizaraya/scythe/rules.mk
@@ -1,14 +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

RGBLIGHT_SPLIT = yes
Expand Up @@ -4,6 +4,13 @@
"rows": ["D4", "C6", "D7", "E6"]
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true
},
"layouts": {
"LAYOUT_numpad_5x4": {
"layout": [
Expand Down
12 changes: 0 additions & 12 deletions keyboards/kakunpc/angel17/alpha/rules.mk

This file was deleted.

8 changes: 0 additions & 8 deletions keyboards/kakunpc/angel17/info.json
Expand Up @@ -3,14 +3,6 @@
"manufacturer": "kakunpc",
"url": "https://kakunpc.booth.pm/",
"maintainer": "kakunpc",
"features": {
"bootmagic": false,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"usb": {
"vid": "0xFEED",
"pid": "0x0000",
Expand Down
Expand Up @@ -13,6 +13,14 @@
"pin": "D3"
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"rgblight": true
},
"layouts": {
"LAYOUT_numpad_5x4": {
"layout": [
Expand Down
12 changes: 0 additions & 12 deletions keyboards/kakunpc/angel17/rev1/rules.mk

This file was deleted.

7 changes: 7 additions & 0 deletions keyboards/kakunpc/angel64/alpha/keyboard.json
Expand Up @@ -32,6 +32,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
7 changes: 7 additions & 0 deletions keyboards/kakunpc/angel64/rev1/keyboard.json
Expand Up @@ -32,6 +32,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT_all": {
"layout": [
Expand Down
13 changes: 0 additions & 13 deletions keyboards/kakunpc/angel64/rules.mk
@@ -1,16 +1,3 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = yes
CUSTOM_MATRIX = yes

SRC += matrix.c
Expand Down
Expand Up @@ -24,6 +24,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
13 changes: 0 additions & 13 deletions keyboards/kakunpc/business_card/alpha/rules.mk

This file was deleted.

Expand Up @@ -24,6 +24,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
13 changes: 0 additions & 13 deletions keyboards/kakunpc/business_card/beta/rules.mk

This file was deleted.

13 changes: 0 additions & 13 deletions keyboards/kakunpc/business_card/rules.mk
@@ -1,14 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

DEFAULT_FOLDER = kakunpc/business_card/beta
7 changes: 7 additions & 0 deletions keyboards/kakunpc/choc_taro/info.json
Expand Up @@ -10,6 +10,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true
},
"layouts": {
"LAYOUT_all": {
"layout": [
Expand Down
13 changes: 0 additions & 13 deletions keyboards/kakunpc/choc_taro/rules.mk
@@ -1,15 +1,2 @@
# 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

CUSTOM_MATRIX = lite
SRC += matrix.c
Expand Up @@ -36,6 +36,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
1 change: 0 additions & 1 deletion keyboards/kakunpc/suihankey/alpha/rules.mk

This file was deleted.

Expand Up @@ -36,6 +36,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
1 change: 0 additions & 1 deletion keyboards/kakunpc/suihankey/rev1/rules.mk

This file was deleted.

14 changes: 0 additions & 14 deletions keyboards/kakunpc/suihankey/rules.mk
@@ -1,15 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = yes

DEFAULT_FOLDER = kakunpc/suihankey/rev1
Expand Up @@ -13,6 +13,12 @@
"rows": ["F4", "F5", "F6", "F7"]
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": false,
"rgblight": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_split_3x5_3"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/kakunpc/suihankey/split/alpha/rules.mk

This file was deleted.

Expand Up @@ -25,6 +25,12 @@
"rows": ["D4", "C6", "D7", "E6", "B4"]
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": false,
"rgblight": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_split_3x5_3"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/kakunpc/suihankey/split/rev1/rules.mk

This file was deleted.

2 changes: 0 additions & 2 deletions keyboards/kakunpc/suihankey/split/rules.mk
@@ -1,3 +1 @@
OLED_ENABLE = no

DEFAULT_FOLDER = kakunpc/suihankey/split/rev1
8 changes: 8 additions & 0 deletions keyboards/kakunpc/thedogkeyboard/info.json
Expand Up @@ -20,6 +20,14 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"rgblight": true
},
"community_layouts": [
"fullsize_ansi"
],
Expand Down
12 changes: 0 additions & 12 deletions keyboards/kakunpc/thedogkeyboard/rules.mk
@@ -1,15 +1,3 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
CUSTOM_MATRIX = yes

SRC += matrix.c

0 comments on commit 5ab3b27

Please sign in to comment.