Data-Driven Keyboard Conversions: G (#23522)
This commit is contained in:
parent
bc8ff28a58
commit
130a2a31a6
34 changed files with 145 additions and 216 deletions
|
@ -7,7 +7,8 @@
|
|||
"vid": "0x0007",
|
||||
"pid": "0x0007",
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
"force_nkro": true,
|
||||
"no_startup_check": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
|
@ -64,6 +65,17 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": false,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"rgb_matrix": true,
|
||||
"oled": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
|
@ -1,24 +1 @@
|
|||
SRC += lib/logo.c
|
||||
|
||||
# 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 = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# Additional thing to reduce compiled size
|
||||
LTO_ENABLE = yes
|
||||
NO_USB_STARTUP_CHECK = yes
|
||||
|
||||
# RGB Matrix enabled
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
# OLED enabled
|
||||
OLED_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue