Skip to content

Commit

Permalink
Migrate build target markers to keyboard.json - L (qmk#23607)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and whoisjordangarcia committed Jun 8, 2024
1 parent 3012094 commit f95c802
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 25 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"pid": "0x0040",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
"rows": ["D0", "D1", "D2", "D3"]
Expand Down
1 change: 1 addition & 0 deletions keyboards/lazydesigners/dimple/ortho/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no
16 changes: 0 additions & 16 deletions keyboards/lazydesigners/dimple/rules.mk
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
# 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 = 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


# Disable unsupported hardware
AUDIO_SUPPORTED = no
DEFAULT_FOLDER = lazydesigners/dimple/staggered/rev1
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"indicators": {
"caps_lock": "E6",
"on_state": 0
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
3 changes: 1 addition & 2 deletions keyboards/lazydesigners/dimple/staggered/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow

# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"indicators": {
"caps_lock": "E6",
"on_state": 0
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {
Expand Down
3 changes: 1 addition & 2 deletions keyboards/lazydesigners/dimple/staggered/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality

# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"features": {
"backlight": true,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"backlight": {
"pin": "B7"
},
Expand Down
3 changes: 1 addition & 2 deletions keyboards/lazydesigners/dimple/staggered/rev3/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality

# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f95c802

Please sign in to comment.