summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-07 17:07:19 +0000
committerGitHub <noreply@github.com>2023-01-07 17:07:19 +0000
commitf6023a36bc439a582cd643b6c4b87c3a1dcf4b31 (patch)
tree0e4d4ada8ff4190cd54bc72bc1d4fc94ed4dc09c /data
parentc5e3275299e5dc8f5da14df8115272875d38151c (diff)
Remove invalid pin_compatible config from defaults (#19512)
Diffstat (limited to 'data')
-rw-r--r--data/mappings/defaults.hjson24
1 files changed, 8 insertions, 16 deletions
diff --git a/data/mappings/defaults.hjson b/data/mappings/defaults.hjson
index 10657e5aa0..13835721d4 100644
--- a/data/mappings/defaults.hjson
+++ b/data/mappings/defaults.hjson
@@ -13,38 +13,32 @@
         "elite_pi": {
             "processor": "RP2040",
             "bootloader": "rp2040",
-            "board": "QMK_PM2040",
-            "pin_compatible": "promicro"
+            "board": "QMK_PM2040"
         },
         "proton_c": {
             "processor": "STM32F303",
             "bootloader": "stm32-dfu",
-            "board": "QMK_PROTON_C",
-            "pin_compatible": "promicro"
+            "board": "QMK_PROTON_C"
         },
         "kb2040": {
             "processor": "RP2040",
             "bootloader": "rp2040",
-            "board": "QMK_PM2040",
-            "pin_compatible": "promicro"
+            "board": "QMK_PM2040"
         },
         "promicro_rp2040": {
             "processor": "RP2040",
             "bootloader": "rp2040",
-            "board": "QMK_PM2040",
-            "pin_compatible": "promicro"
+            "board": "QMK_PM2040"
         },
         "blok": {
             "processor": "RP2040",
             "bootloader": "rp2040",
-            "board": "QMK_PM2040",
-            "pin_compatible": "promicro"
+            "board": "QMK_PM2040"
         },
         "bit_c_pro": {
             "processor": "RP2040",
             "bootloader": "rp2040",
-            "board": "QMK_PM2040",
-            "pin_compatible": "promicro"
+            "board": "QMK_PM2040"
         },
         "bluepill": {
             "processor": "STM32F103",
@@ -64,14 +58,12 @@
         "stemcell": {
             "processor": "STM32F411",
             "bootloader": "tinyuf2",
-            "board": "STEMCELL",
-            "pin_compatible": "promicro"
+            "board": "STEMCELL"
         },
         "bonsai_c4": {
             "processor": "STM32F411",
             "bootloader": "stm32-dfu",
-            "board": "BONSAI_C4",
-            "pin_compatible": "promicro"
+            "board": "BONSAI_C4"
         }
     }
 }