Data-Driven Keyboard Conversions: K, Part 1 (#23556)

This commit is contained in:
James Young 2024-04-19 09:25:03 -07:00 committed by GitHub
parent 1513966c38
commit 5ab3b27e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 105 additions and 169 deletions

View file

@ -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": [

View file

@ -1 +0,0 @@
RGBLIGHT_ENABLE = yes

View file

@ -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": [

View file

@ -1 +0,0 @@
RGBLIGHT_ENABLE = yes

View file

@ -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

View file

@ -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"
},

View file

@ -1 +0,0 @@
RGBLIGHT_ENABLE = yes

View file

@ -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"
},

View file

@ -1 +0,0 @@
RGBLIGHT_ENABLE = yes

View file

@ -1,3 +1 @@
OLED_ENABLE = no
DEFAULT_FOLDER = kakunpc/suihankey/split/rev1