Data-Driven Keyboard Conversions: M, Part 1 (#23590)
This commit is contained in:
parent
dc0095c64b
commit
a1cbdf145f
36 changed files with 156 additions and 261 deletions
|
@ -44,6 +44,12 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"nkro": true
|
||||
},
|
||||
"community_layouts": ["ortho_4x10"],
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x10": {
|
||||
|
|
|
@ -1,15 +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 = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = no
|
||||
|
||||
DEFAULT_FOLDER = marksard/rhymestone/rev1
|
||||
|
|
|
@ -34,6 +34,13 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": false,
|
||||
"rgblight": true,
|
||||
"oled": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_base": {
|
||||
"layout": [
|
||||
|
|
|
@ -31,6 +31,13 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": false,
|
||||
"rgblight": true,
|
||||
"oled": true
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_full": "LAYOUT_base"
|
||||
},
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
# File intentionally blank
|
|
@ -1,17 +1 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
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
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
OLED_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = marksard/treadstone48/rev1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue