ソースを参照

Data-Driven Keyboard Conversions: H, Part 3 (#23530)

James Young 2 年 前
コミット
baa6000ed3
58 ファイル変更195 行追加288 行削除
  1. 5 0
      keyboards/handwired/novem/keyboard.json
  2. 0 12
      keyboards/handwired/novem/rules.mk
  3. 3 0
      keyboards/handwired/onekey/bluepill_f103c6/info.json
  4. 0 3
      keyboards/handwired/onekey/bluepill_f103c6/rules.mk
  5. 3 0
      keyboards/handwired/onekey/kb2040/keyboard.json
  6. 0 1
      keyboards/handwired/onekey/kb2040/rules.mk
  7. 2 1
      keyboards/handwired/orbweaver/keyboard.json
  8. 0 2
      keyboards/handwired/orbweaver/rules.mk
  9. 6 0
      keyboards/handwired/ortho_brass/info.json
  10. 0 10
      keyboards/handwired/ortho_brass/rules.mk
  11. 2 1
      keyboards/handwired/osborne1/keyboard.json
  12. 0 1
      keyboards/handwired/osborne1/rules.mk
  13. 7 0
      keyboards/handwired/owlet60/info.json
  14. 0 13
      keyboards/handwired/owlet60/rules.mk
  15. 8 1
      keyboards/handwired/postageboard/mini/keyboard.json
  16. 0 12
      keyboards/handwired/postageboard/mini/rules.mk
  17. 8 1
      keyboards/handwired/postageboard/r1/keyboard.json
  18. 0 12
      keyboards/handwired/postageboard/r1/rules.mk
  19. 12 0
      keyboards/handwired/promethium/info.json
  20. 0 17
      keyboards/handwired/promethium/rules.mk
  21. 9 0
      keyboards/handwired/pterodactyl/info.json
  22. 0 14
      keyboards/handwired/pterodactyl/rules.mk
  23. 11 1
      keyboards/handwired/riblee_f401/keyboard.json
  24. 0 13
      keyboards/handwired/riblee_f401/rules.mk
  25. 10 1
      keyboards/handwired/riblee_f411/keyboard.json
  26. 0 13
      keyboards/handwired/riblee_f411/rules.mk
  27. 3 0
      keyboards/handwired/scottokeebs/scottoslant/keyboard.json
  28. 0 1
      keyboards/handwired/scottokeebs/scottoslant/rules.mk
  29. 6 0
      keyboards/handwired/slash/info.json
  30. 0 14
      keyboards/handwired/slash/rules.mk
  31. 7 0
      keyboards/handwired/split65/stm32/info.json
  32. 0 13
      keyboards/handwired/split65/stm32/rules.mk
  33. 7 1
      keyboards/handwired/splittest/bluepill/keyboard.json
  34. 7 1
      keyboards/handwired/splittest/promicro/keyboard.json
  35. 0 12
      keyboards/handwired/splittest/rules.mk
  36. 7 1
      keyboards/handwired/splittest/teensy_2/keyboard.json
  37. 9 0
      keyboards/handwired/trackpoint/info.json
  38. 0 14
      keyboards/handwired/trackpoint/rules.mk
  39. 7 0
      keyboards/handwired/tractyl_manuform/4x6_right/info.json
  40. 0 15
      keyboards/handwired/tractyl_manuform/4x6_right/rules.mk
  41. 4 1
      keyboards/handwired/tractyl_manuform/5x6_right/elite_c/keyboard.json
  42. 0 5
      keyboards/handwired/tractyl_manuform/5x6_right/elite_c/rules.mk
  43. 4 1
      keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json
  44. 0 1
      keyboards/handwired/tractyl_manuform/5x6_right/f303/rules.mk
  45. 3 0
      keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json
  46. 0 1
      keyboards/handwired/tractyl_manuform/5x6_right/f411/rules.mk
  47. 8 0
      keyboards/handwired/tractyl_manuform/5x6_right/info.json
  48. 0 15
      keyboards/handwired/tractyl_manuform/5x6_right/rules.mk
  49. 7 0
      keyboards/handwired/twadlee/tp69/info.json
  50. 0 15
      keyboards/handwired/twadlee/tp69/rules.mk
  51. 6 0
      keyboards/handwired/unk/rev1/keyboard.json
  52. 0 13
      keyboards/handwired/unk/rules.mk
  53. 9 0
      keyboards/handwired/uthol/rev3/info.json
  54. 0 10
      keyboards/handwired/uthol/rev3/rules.mk
  55. 6 0
      keyboards/handwired/wulkan/info.json
  56. 0 12
      keyboards/handwired/wulkan/rules.mk
  57. 9 0
      keyboards/handwired/xealous/rev1/keyboard.json
  58. 0 13
      keyboards/handwired/xealous/rules.mk

+ 5 - 0
keyboards/handwired/novem/info.json → keyboards/handwired/novem/keyboard.json

@@ -15,6 +15,11 @@
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": false
+    },
     "layouts": {
         "LAYOUT": {
             "layout": [

+ 0 - 12
keyboards/handwired/novem/rules.mk

@@ -1,12 +0,0 @@
-# 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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       	# Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        	# Enable keyboard RGB underglow
-AUDIO_ENABLE = no           	# Audio output

+ 3 - 0
keyboards/handwired/onekey/bluepill_f103c6/info.json

@@ -15,5 +15,8 @@
     "apa102": {
         "data_pin": "A1",
         "clock_pin": "A2"
+    },
+    "build": {
+        "lto": true
     }
 }

+ 0 - 3
keyboards/handwired/onekey/bluepill_f103c6/rules.mk

@@ -7,9 +7,6 @@ BOOTLOADER_TYPE = stm32duino
 DFU_ARGS = -d 1EAF:0003 -a 2 -R
 DFU_SUFFIX_ARGS = -v 1EAF -p 0003
 
-# LTO is required to fit the firmware into the available 24K of flash
-LTO_ENABLE = yes
-
 # EEPROM emulation not supported yet (need to implement a proper firmware size
 # check first, otherwise the chance of the EEPROM backing store overwriting
 # some part of the firmware code is really high).

+ 3 - 0
keyboards/handwired/onekey/kb2040/info.json → keyboards/handwired/onekey/kb2040/keyboard.json

@@ -8,5 +8,8 @@
     "ws2812": {
         "pin": "GP17",
         "driver": "vendor"
+    },
+    "features": {
+        "oled": true
     }
 }

+ 0 - 1
keyboards/handwired/onekey/kb2040/rules.mk

@@ -1 +0,0 @@
-OLED_ENABLE = yes

+ 2 - 1
keyboards/handwired/orbweaver/info.json → keyboards/handwired/orbweaver/keyboard.json

@@ -10,7 +10,8 @@
         "console": false,
         "extrakey": true,
         "mousekey": true,
-        "nkro": true
+        "nkro": true,
+        "rgb_matrix": true
     },
     "rgb_matrix": {
         "center_point": [40, 30],

+ 0 - 2
keyboards/handwired/orbweaver/rules.mk

@@ -1,2 +0,0 @@
-# Add support for 3731 RGB matrix controller
-RGB_MATRIX_ENABLE = yes

+ 6 - 0
keyboards/handwired/ortho_brass/info.json

@@ -15,6 +15,12 @@
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
     "bootloader": "qmk-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": false,
+        "extrakey": true,
+        "nkro": true
+    },
     "community_layouts": ["ortho_4x12"],
     "layout_aliases": {
         "LAYOUT": "LAYOUT_ortho_4x12"

+ 0 - 10
keyboards/handwired/ortho_brass/rules.mk

@@ -1,11 +1 @@
-# Build Options
-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 RGB underlight.
-
 RGBLIGHT_SUPPORTED = no

+ 2 - 1
keyboards/handwired/osborne1/info.json → keyboards/handwired/osborne1/keyboard.json

@@ -10,7 +10,8 @@
         "console": true,
         "extrakey": false,
         "mousekey": false,
-        "nkro": false
+        "nkro": false,
+        "bluetooth": true
     },
     "bluetooth": {
         "driver": "bluefruit_le"

+ 0 - 1
keyboards/handwired/osborne1/rules.mk

@@ -1 +0,0 @@
-BLUETOOTH_ENABLE = yes

+ 7 - 0
keyboards/handwired/owlet60/info.json

@@ -32,6 +32,13 @@
     },
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "debounce": 9,
     "community_layouts": ["alice", "alice_split_bs"],
     "layout_aliases": {

+ 0 - 13
keyboards/handwired/owlet60/rules.mk

@@ -1,16 +1,3 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # 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 = yes       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
 CUSTOM_MATRIX = yes
-OLED_ENABLE = no
 
 SRC += matrix.c

+ 8 - 1
keyboards/handwired/postageboard/mini/info.json → keyboards/handwired/postageboard/mini/keyboard.json

@@ -8,5 +8,12 @@
     },
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
-    "bootloader": "atmel-dfu"
+    "bootloader": "atmel-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "console": true,
+        "command": true
+    }
 }

+ 0 - 12
keyboards/handwired/postageboard/mini/rules.mk

@@ -1,12 +0,0 @@
-# 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 = yes        # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 8 - 1
keyboards/handwired/postageboard/r1/info.json → keyboards/handwired/postageboard/r1/keyboard.json

@@ -8,5 +8,12 @@
     },
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
-    "bootloader": "atmel-dfu"
+    "bootloader": "atmel-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "console": true,
+        "command": true
+    }
 }

+ 0 - 12
keyboards/handwired/postageboard/r1/rules.mk

@@ -1,12 +0,0 @@
-# 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 = yes        # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 12 - 0
keyboards/handwired/promethium/info.json

@@ -16,6 +16,18 @@
   },
   "processor": "atmega32u4",
   "bootloader": "caterina",
+  "features": {
+    "bootmagic": false,
+    "mousekey": false,
+    "extrakey": true,
+    "nkro": true,
+    "ps2_mouse": true,
+    "ps2": true,
+    "bluetooth": true
+  },
+  "build": {
+    "lto": true
+  },
   "layouts": {
     "LAYOUT": {
       "layout": [

+ 0 - 17
keyboards/handwired/promethium/rules.mk

@@ -1,28 +1,11 @@
 # Processor frequency
 F_CPU = 8000000
 
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # 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
-AUDIO_ENABLE = no           # Audio output
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
-PS2_MOUSE_ENABLE = yes
-PS2_ENABLE = yes
 PS2_DRIVER = interrupt
 CUSTOM_MATRIX = yes
-BLUETOOTH_ENABLE = yes
 
 WS2812_DRIVER_REQUIRED = yes
 ANALOG_DRIVER_REQUIRED = yes
 
 SRC += rgbsps.c
 SRC += matrix.c
-
-LTO_ENABLE = yes

+ 9 - 0
keyboards/handwired/pterodactyl/info.json

@@ -10,6 +10,15 @@
   },
   "processor": "atmega32u4",
   "bootloader": "caterina",
+  "features": {
+    "bootmagic": false,
+    "mousekey": false,
+    "extrakey": true,
+    "console": true,
+    "nkro": true,
+    "unicode": true,
+    "bluetooth": true
+  },
   "debounce": 0,
   "tapping": {
     "toggle": 1

+ 0 - 14
keyboards/handwired/pterodactyl/rules.mk

@@ -1,21 +1,7 @@
 # Processor frequency
 F_CPU = 8000000
 
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no        # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-CONSOLE_ENABLE = yes        # 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
-UNICODE_ENABLE = yes
 CUSTOM_MATRIX = yes
-BLUETOOTH_ENABLE = yes
 
 SRC += matrix.c
 I2C_DRIVER_REQUIRED = yes

+ 11 - 1
keyboards/handwired/riblee_f401/info.json → keyboards/handwired/riblee_f401/keyboard.json

@@ -6,7 +6,10 @@
     "usb": {
         "vid": "0xFEED",
         "pid": "0x002A",
-        "device_version": "0.0.1"
+        "device_version": "0.0.1",
+        "shared_endpoint": {
+             "keyboard": true
+        }
     },
     "tapping": {
         "term": 175
@@ -22,6 +25,13 @@
     },
     "processor": "STM32F401",
     "bootloader": "stm32-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "nkro": true,
+        "backlight": true
+    },
     "board": "BLACKPILL_STM32_F401",
     "community_layouts": ["ortho_5x12"],
     "layouts": {

+ 0 - 13
keyboards/handwired/riblee_f401/rules.mk

@@ -1,13 +0,0 @@
-# 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
-KEYBOARD_SHARED_EP = yes
-CONSOLE_ENABLE = no         # Console for debug
-COMMAND_ENABLE = no         # Commands for debug and configuration
-NKRO_ENABLE = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 10 - 1
keyboards/handwired/riblee_f411/info.json → keyboards/handwired/riblee_f411/keyboard.json

@@ -6,7 +6,10 @@
     "usb": {
         "vid": "0xFEED",
         "pid": "0x002B",
-        "device_version": "0.0.1"
+        "device_version": "0.0.1",
+        "shared_endpoint": {
+             "keyboard": true
+        }
     },
     "tapping": {
         "term": 175
@@ -18,6 +21,12 @@
     "diode_direction": "COL2ROW",
     "processor": "STM32F411",
     "bootloader": "stm32-dfu",
+    "features": {
+        "bootmagic": false,
+        "mousekey": true,
+        "extrakey": true,
+        "nkro": true
+    },
     "board": "BLACKPILL_STM32_F411",
     "community_layouts": ["ortho_5x12"],
     "layouts": {

+ 0 - 13
keyboards/handwired/riblee_f411/rules.mk

@@ -1,13 +0,0 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes       # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-KEYBOARD_SHARED_EP = yes    # Free up some extra endpoints - needed if console+mouse+extra
-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

+ 3 - 0
keyboards/handwired/scottokeebs/scottoslant/info.json → keyboards/handwired/scottokeebs/scottoslant/keyboard.json

@@ -12,6 +12,9 @@
         "mousekey": true,
         "nkro": true
     },
+    "build": {
+        "lto": true
+    },
     "matrix_pins": {
         "cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"],
         "rows": ["B1", "B3", "B2", "B6"]

+ 0 - 1
keyboards/handwired/scottokeebs/scottoslant/rules.mk

@@ -1 +0,0 @@
-LTO_ENABLE = yes

+ 6 - 0
keyboards/handwired/slash/info.json

@@ -18,6 +18,12 @@
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "bootmagic": false,
+        "mousekey": true,
+        "extrakey": true,
+        "bluetooth": true
+    },
     "layouts": {
         "LAYOUT": {
             "layout": [

+ 0 - 14
keyboards/handwired/slash/rules.mk

@@ -1,16 +1,2 @@
 # Processor frequency
 F_CPU = 8000000
-
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # 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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-BLUETOOTH_ENABLE = yes

+ 7 - 0
keyboards/handwired/split65/stm32/info.json

@@ -11,6 +11,13 @@
     },
     "processor": "STM32F303",
     "bootloader": "stm32-dfu",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": false,
+        "audio": true,
+        "oled": true
+    },
     "board": "QMK_PROTON_C",
     "layouts": {
         "LAYOUT": {

+ 0 - 13
keyboards/handwired/split65/stm32/rules.mk

@@ -1,14 +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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = yes          # Audio output
-OLED_ENABLE = yes
 SERIAL_DRIVER = usart

+ 7 - 1
keyboards/handwired/splittest/bluepill/keyboard.json

@@ -5,5 +5,11 @@
     },
     "diode_direction": "COL2ROW",
     "processor": "STM32F103",
-    "bootloader": "stm32duino"
+    "bootloader": "stm32duino",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": false,
+        "console": true
+    }
 }

+ 7 - 1
keyboards/handwired/splittest/promicro/keyboard.json

@@ -11,5 +11,11 @@
         "pin": "D3"
     },
     "processor": "atmega32u4",
-    "bootloader": "caterina"
+    "bootloader": "caterina",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": false,
+        "console": true
+    }
 }

+ 0 - 12
keyboards/handwired/splittest/rules.mk

@@ -1,13 +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 = yes        # 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
-
 DEFAULT_FOLDER = handwired/splittest/promicro

+ 7 - 1
keyboards/handwired/splittest/teensy_2/keyboard.json

@@ -11,5 +11,11 @@
         "pin": "D3"
     },
     "processor": "atmega32u4",
-    "bootloader": "halfkay"
+    "bootloader": "halfkay",
+    "features": {
+        "bootmagic": false,
+        "mousekey": false,
+        "extrakey": false,
+        "console": true
+    }
 }

+ 9 - 0
keyboards/handwired/trackpoint/info.json

@@ -15,6 +15,15 @@
     "diode_direction": "COL2ROW",
     "processor": "atmega32u4",
     "bootloader": "halfkay",
+    "features": {
+        "bootmagic": false,
+        "mousekey": true,
+        "extrakey": true,
+        "console": true,
+        "command": true,
+        "ps2": true,
+        "ps2_mouse": true
+    },
     "layouts": {
         "LAYOUT": {
             "layout": [

+ 0 - 14
keyboards/handwired/trackpoint/rules.mk

@@ -1,15 +1 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes       # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-CONSOLE_ENABLE = yes        # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-AUDIO_ENABLE = no           # Audio output
-
-PS2_MOUSE_ENABLE = yes
-PS2_ENABLE = yes
 PS2_DRIVER = usart

+ 7 - 0
keyboards/handwired/tractyl_manuform/4x6_right/info.json

@@ -29,6 +29,13 @@
     },
     "processor": "at90usb1286",
     "bootloader": "atmel-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "nkro": true,
+        "pointing_device": true
+    },
     "layouts": {
         "LAYOUT_4x6_right": {
             "layout": [

+ 0 - 15
keyboards/handwired/tractyl_manuform/4x6_right/rules.mk

@@ -1,17 +1,2 @@
-# 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
-RGB_MATRIX_ENABLE = no
-
-POINTING_DEVICE_ENABLE = yes
 POINTING_DEVICE_DRIVER = pmw3360
 MOUSE_SHARED_EP = yes

+ 4 - 1
keyboards/handwired/tractyl_manuform/5x6_right/elite_c/info.json → keyboards/handwired/tractyl_manuform/5x6_right/elite_c/keyboard.json

@@ -22,5 +22,8 @@
         "split_count": [10, 10]
     },
     "processor": "atmega32u4",
-    "bootloader": "atmel-dfu"
+    "bootloader": "atmel-dfu",
+    "build": {
+        "lto": true
+    }
 }

+ 0 - 5
keyboards/handwired/tractyl_manuform/5x6_right/elite_c/rules.mk

@@ -1,5 +0,0 @@
-LTO_ENABLE := yes
-RGBLIGHT_ENABLE = no
-OLED_ENABLE = no
-AUDIO_ENABLE = no
-ENCODER_ENABLE = no

+ 4 - 1
keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json

@@ -22,5 +22,8 @@
         ]
     },
     "processor": "STM32F303",
-    "bootloader": "stm32-dfu"
+    "bootloader": "stm32-dfu",
+    "features": {
+        "console": true
+    }
 }

+ 0 - 1
keyboards/handwired/tractyl_manuform/5x6_right/f303/rules.mk

@@ -1,5 +1,4 @@
 # KEYBOARD_SHARED_EP = yes
-CONSOLE_ENABLE     = yes
 
 SERIAL_DRIVER = usart
 AUDIO_DRIVER  = dac_additive

+ 3 - 0
keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json

@@ -26,5 +26,8 @@
     },
     "processor": "STM32F411",
     "bootloader": "stm32-dfu",
+    "features": {
+        "console": true
+    },
     "board": "BLACKPILL_STM32_F411"
 }

+ 0 - 1
keyboards/handwired/tractyl_manuform/5x6_right/f411/rules.mk

@@ -1,5 +1,4 @@
 KEYBOARD_SHARED_EP = yes
-CONSOLE_ENABLE     = yes
 MOUSE_SHARED_EP    = yes
 
 SERIAL_DRIVER = usart

+ 8 - 0
keyboards/handwired/tractyl_manuform/5x6_right/info.json

@@ -10,6 +10,14 @@
             "matrix": [6, 5]
         }
     },
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "nkro": true,
+        "swap_hands": true,
+        "pointing_device": true
+    },
     "layouts": {
         "LAYOUT_5x6_right": {
             "layout": [

+ 0 - 15
keyboards/handwired/tractyl_manuform/5x6_right/rules.mk

@@ -1,18 +1,3 @@
-# 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
-SWAP_HANDS_ENABLE = yes
-
-POINTING_DEVICE_ENABLE = yes
 POINTING_DEVICE_DRIVER = pmw3360
 MOUSE_SHARED_EP = yes
 

+ 7 - 0
keyboards/handwired/twadlee/tp69/info.json

@@ -15,6 +15,13 @@
     "diode_direction": "COL2ROW",
     "processor": "MKL26Z64",
     "bootloader": "halfkay",
+    "features": {
+        "bootmagic": false,
+        "mousekey": true,
+        "extrakey": true,
+        "console": true,
+        "command": true
+    },
     "layouts": {
         "LAYOUT": {
             "layout": [

+ 0 - 15
keyboards/handwired/twadlee/tp69/rules.mk

@@ -1,16 +1 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes       # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-CONSOLE_ENABLE = yes        # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-PS2_MOUSE_ENABLE = no
-
 USE_CHIBIOS_CONTRIB = yes
-

+ 6 - 0
keyboards/handwired/unk/rev1/keyboard.json

@@ -31,6 +31,12 @@
     },
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "bootmagic": false,
+        "mousekey": true,
+        "extrakey": true,
+        "command": true
+    },
     "layouts": {
         "LAYOUT": {
             "layout": [

+ 0 - 13
keyboards/handwired/unk/rules.mk

@@ -1,14 +1 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes       # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-CONSOLE_ENABLE = no         # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-
 DEFAULT_FOLDER = handwired/unk/rev1

+ 9 - 0
keyboards/handwired/uthol/rev3/info.json

@@ -39,5 +39,14 @@
     },
     "processor": "STM32F401",
     "bootloader": "stm32-dfu",
+    "features": {
+        "bootmagic": true,
+        "nkro": true,
+        "oled": true,
+        "wpm": true,
+        "extrakey": true,
+        "encoder": true,
+        "rgblight": true
+    },
     "board": "BLACKPILL_STM32_F401"
 }

+ 0 - 10
keyboards/handwired/uthol/rev3/rules.mk

@@ -1,11 +1 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes
-NKRO_ENABLE = yes
 KEYBOARD_SHARED_EP = yes
-OLED_ENABLE = yes
-WPM_ENABLE = yes
-EXTRAKEY_ENABLE = yes
-ENCODER_ENABLE = yes
-RGBLIGHT_ENABLE = yes

+ 6 - 0
keyboards/handwired/wulkan/info.json

@@ -16,6 +16,12 @@
     "diode_direction": "COL2ROW",
     "processor": "STM32F303",
     "bootloader": "stm32-dfu",
+    "features": {
+        "bootmagic": true,
+        "mousekey": true,
+        "extrakey": true,
+        "nkro": true
+    },
     "board": "QMK_PROTON_C",
     "community_layouts": ["ortho_4x12"],
     "layout_aliases": {

+ 0 - 12
keyboards/handwired/wulkan/rules.mk

@@ -1,13 +1 @@
-# Build Options
-#   change yes to no to disable
-#
-BACKLIGHT_ENABLE = no
-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
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = no
 NO_SUSPEND_POWER_DOWN = yes

+ 9 - 0
keyboards/handwired/xealous/rev1/keyboard.json

@@ -22,6 +22,15 @@
   },
   "processor": "atmega32u4",
   "bootloader": "caterina",
+  "features": {
+    "bootmagic": false,
+    "mousekey": false,
+    "extrakey": true,
+    "console": true,
+    "command": true,
+    "nkro": true,
+    "audio": true
+  },
   "layouts": {
     "LAYOUT": {
       "layout": [

+ 0 - 13
keyboards/handwired/xealous/rules.mk

@@ -1,16 +1,3 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no        # Mouse keys
-EXTRAKEY_ENABLE = yes       # Audio control and System control
-CONSOLE_ENABLE = yes        # Console for debug
-COMMAND_ENABLE = yes        # Commands for debug and configuration
-NKRO_ENABLE = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-AUDIO_ENABLE = yes          # Audio output
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
-
 SRC += matrix.c
 
 DEFAULT_FOLDER = handwired/xealous/rev1