Data-Driven Keyboard Conversions: A (#23379)
This commit is contained in:
parent
38f7c6e3f3
commit
63bc7b63a6
239 changed files with 827 additions and 2434 deletions
|
@ -8,6 +8,16 @@
|
|||
"pid": "0x0108",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": false,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"audio": true,
|
||||
"encoder": true,
|
||||
"rgb_matrix": true,
|
||||
"oled": true
|
||||
},
|
||||
"audio": {
|
||||
"power_control": {
|
||||
"pin": "GP14"
|
||||
|
|
|
@ -1,17 +1,2 @@
|
|||
# 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 = yes # Audio output
|
||||
AUDIO_DRIVER = pwm_hardware
|
||||
ENCODER_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_TRANSPORT = spi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue