Skip to content

Commit

Permalink
Migrate build target markers to keyboard.json - DE (qmk#23515)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and Ardakilic committed Sep 10, 2024
1 parent 251305d commit 21a2b45
Show file tree
Hide file tree
Showing 60 changed files with 52 additions and 269 deletions.
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.
37 changes: 0 additions & 37 deletions keyboards/draytronics/scarlet/config.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"mousekey": true,
"extrakey": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["numpad_5x4"],
"layouts": {
"LAYOUT_numpad_5x4": {
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions keyboards/edi/hardlight/mk1/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/edi/hardlight/mk1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B5"],
"rows": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/edi/hardlight/mk2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5

/* PWM RGB Underglow Defines */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"velocikey": true,
"key_lock": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["ortho_4x16"],
"layouts": {
"LAYOUT_ortho_4x16": {
Expand Down
File renamed without changes.
39 changes: 0 additions & 39 deletions keyboards/efreet/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/efreet/info.json → keyboards/efreet/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"nkro": true,
"backlight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["ortho_4x12", "planck_mit"],
"layouts": {
"LAYOUT_planck_mit": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"nkro": true,
"unicode": true
},
"layouts": {
"processor": "STM32F103",
"bootloader": "custom",
"layouts": {
"LAYOUT_ergodox": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0.375, "w": 1.5},
Expand Down
6 changes: 1 addition & 5 deletions keyboards/ergodox_stm32/rules.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# MCU name
MCU = STM32F103
# custom bootloader
MCU_LDSCRIPT = stm32f103_bootloader
BOARD = ST_NUCLEO64_F103RB

# Bootloader selection
BOOTLOADER = custom

CUSTOM_MATRIX = yes

SRC += matrix.c
Expand Down
39 changes: 0 additions & 39 deletions keyboards/ericrlau/numdiscipline/rev1/config.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"mousekey": true,
"extrakey": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT_all": {
"layout": [
Expand Down
38 changes: 0 additions & 38 deletions keyboards/evyd13/eon40/config.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"command": true,
"encoder": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["ortho_4x12", "planck_mit"],
"layouts": {
"LAYOUT_ortho_4x12": {
Expand Down
39 changes: 0 additions & 39 deletions keyboards/evyd13/nt660/config.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"mousekey": false,
"extrakey": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["66_ansi", "66_iso"],
"layouts": {
"LAYOUT_all": {
Expand Down
38 changes: 0 additions & 38 deletions keyboards/evyd13/pockettype/config.h

This file was deleted.

Loading

0 comments on commit 21a2b45

Please sign in to comment.