Browse Source

Data-Driven Keyboard Conversions: J (#23547)

pull/23564/head
James Young 2 weeks ago
committed by GitHub
parent
commit
d0e1d36144
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
32 changed files with 100 additions and 153 deletions
  1. +10
    -0
      keyboards/jacky_studio/bear_65/rev1/keyboard.json
  2. +0
    -16
      keyboards/jacky_studio/bear_65/rev1/rules.mk
  3. +10
    -0
      keyboards/jacky_studio/bear_65/rev2/keyboard.json
  4. +0
    -16
      keyboards/jacky_studio/bear_65/rev2/rules.mk
  5. +0
    -0
      keyboards/jian/handwired/keyboard.json
  6. +0
    -5
      keyboards/jian/handwired/rules.mk
  7. +3
    -0
      keyboards/jian/info.json
  8. +3
    -0
      keyboards/jian/nsrev2/keyboard.json
  9. +0
    -6
      keyboards/jian/nsrev2/rules.mk
  10. +5
    -0
      keyboards/jian/rev1/keyboard.json
  11. +0
    -7
      keyboards/jian/rev1/rules.mk
  12. +4
    -0
      keyboards/jian/rev2/keyboard.json
  13. +0
    -6
      keyboards/jian/rev2/rules.mk
  14. +0
    -1
      keyboards/jian/rules.mk
  15. +6
    -0
      keyboards/jiran/rev1/keyboard.json
  16. +0
    -1
      keyboards/jiran/rev1/rules.mk
  17. +6
    -0
      keyboards/jiran/rev2/keyboard.json
  18. +0
    -1
      keyboards/jiran/rev2/rules.mk
  19. +0
    -13
      keyboards/jiran/rules.mk
  20. +10
    -0
      keyboards/jones/v03/info.json
  21. +1
    -18
      keyboards/jones/v03/rules.mk
  22. +11
    -0
      keyboards/jones/v03_1/info.json
  23. +1
    -18
      keyboards/jones/v03_1/rules.mk
  24. +11
    -0
      keyboards/jones/v1/keyboard.json
  25. +0
    -15
      keyboards/jones/v1/rules.mk
  26. +10
    -0
      keyboards/jorne/rev1/keyboard.json
  27. +0
    -2
      keyboards/jorne/rev1/rules.mk
  28. +0
    -13
      keyboards/jorne/rules.mk
  29. +7
    -0
      keyboards/joshajohnson/hub16/info.json
  30. +0
    -13
      keyboards/joshajohnson/hub16/rules.mk
  31. +2
    -1
      keyboards/jpe230/big_knob/info.json
  32. +0
    -1
      keyboards/jpe230/big_knob/rules.mk

keyboards/jacky_studio/bear_65/rev1/info.json → keyboards/jacky_studio/bear_65/rev1/keyboard.json View File

@ -5,6 +5,16 @@
"maintainer": "qmk",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"backlight": true,
"rgblight": true
},
"build": {
"lto": true
},
"usb": {
"vid": "0xA13B",
"pid": "0x000A",

+ 0
- 16
keyboards/jacky_studio/bear_65/rev1/rules.mk View File

@ -1,16 +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 = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Use LTO flags to reduce firmware size
RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)

keyboards/jacky_studio/bear_65/rev2/info.json → keyboards/jacky_studio/bear_65/rev2/keyboard.json View File

@ -5,6 +5,16 @@
"maintainer": "qmk",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"backlight": true,
"rgblight": true
},
"build": {
"lto": true
},
"usb": {
"vid": "0x45D4",
"pid": "0x0428",

+ 0
- 16
keyboards/jacky_studio/bear_65/rev2/rules.mk View File

@ -1,16 +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 = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Use LTO flags to reduce firmware size
RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)

keyboards/jian/handwired/info.json → keyboards/jian/handwired/keyboard.json View File


+ 0
- 5
keyboards/jian/handwired/rules.mk View File

@ -1,5 +0,0 @@
# Build Options
# change yes to no to disable
#
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no

+ 3
- 0
keyboards/jian/info.json View File

@ -5,5 +5,8 @@
"usb": {
"vid": "0xC0DE",
"pid": "0x1337"
},
"build": {
"lto": true
}
}

keyboards/jian/nsrev2/info.json → keyboards/jian/nsrev2/keyboard.json View File

@ -40,6 +40,9 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"backlight": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 6
keyboards/jian/nsrev2/rules.mk View File

@ -1,6 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = no

keyboards/jian/rev1/info.json → keyboards/jian/rev1/keyboard.json View File

@ -44,6 +44,11 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"backlight": true,
"rgblight": true,
"dip_switch": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 7
keyboards/jian/rev1/rules.mk View File

@ -1,7 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
DIP_SWITCH_ENABLE = yes

keyboards/jian/rev2/info.json → keyboards/jian/rev2/keyboard.json View File

@ -43,6 +43,10 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"backlight": true,
"rgblight": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 6
keyboards/jian/rev2/rules.mk View File

@ -1,6 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes

+ 0
- 1
keyboards/jian/rules.mk View File

@ -1,2 +1 @@
DEFAULT_FOLDER = jian/rev2
LTO_ENABLE = yes

keyboards/jiran/rev1/info.json → keyboards/jiran/rev1/keyboard.json View File

@ -3,6 +3,12 @@
"pin": "B6",
"levels": 5
},
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"backlight": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 1
keyboards/jiran/rev1/rules.mk View File

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

keyboards/jiran/rev2/info.json → keyboards/jiran/rev2/keyboard.json View File

@ -19,6 +19,12 @@
"ws2812": {
"pin": "B6"
},
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"rgblight": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 1
keyboards/jiran/rev2/rules.mk View File

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

+ 0
- 13
keyboards/jiran/rules.mk View File

@ -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 = no # Audio output
DEFAULT_FOLDER = jiran/rev1

+ 10
- 0
keyboards/jones/v03/info.json View File

@ -28,6 +28,16 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT_ansi": {
"layout": [


+ 1
- 18
keyboards/jones/v03/rules.mk View File

@ -1,19 +1,2 @@
# 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 = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Rotary Encoder
CUSTOM_MATRIX = lite # Custom matrix for "Round-Robin Matrix"
CUSTOM_MATRIX = lite
SRC += matrix.c
LTO_ENABLE = yes

+ 11
- 0
keyboards/jones/v03_1/info.json View File

@ -29,6 +29,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"rgblight": true,
"audio": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT_ansi": {
"layout": [


+ 1
- 18
keyboards/jones/v03_1/rules.mk View File

@ -1,19 +1,2 @@
# 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = yes # Audio output
ENCODER_ENABLE = yes # Rotary Encoder
CUSTOM_MATRIX = lite # Custom matrix for "Round-Robin Matrix"
CUSTOM_MATRIX = lite
SRC += matrix.c
LTO_ENABLE = yes

keyboards/jones/v1/info.json → keyboards/jones/v1/keyboard.json View File

@ -38,6 +38,17 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"audio": true,
"encoder": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 15
keyboards/jones/v1/rules.mk View File

@ -1,15 +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
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 = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = yes # Audio output
ENCODER_ENABLE = yes # Rotary Encoder
LTO_ENABLE = yes

keyboards/jorne/rev1/info.json → keyboards/jorne/rev1/keyboard.json View File

@ -32,6 +32,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"oled": true
},
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 2
keyboards/jorne/rev1/rules.mk View File

@ -1,2 +0,0 @@
OLED_ENABLE = yes # Enable OLED
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow

+ 0
- 13
keyboards/jorne/rules.mk View File

@ -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 = 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
LTO_ENABLE = yes
DEFAULT_FOLDER = jorne/rev1

+ 7
- 0
keyboards/joshajohnson/hub16/info.json View File

@ -37,6 +37,13 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"encoder": true
},
"debounce": 20,
"layouts": {
"LAYOUT": {


+ 0
- 13
keyboards/joshajohnson/hub16/rules.mk View File

@ -1,16 +1,3 @@
# Build Options
# change yes to no to disable
#
CUSTOM_MATRIX = lite # Custom scanning of matrix
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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Rotary Encoder support
SRC = matrix.c

+ 2
- 1
keyboards/jpe230/big_knob/info.json View File

@ -16,7 +16,8 @@
"extrakey": true,
"mousekey": true,
"encoder": true,
"backlight": true
"backlight": true,
"quantum_painter": true
},
"matrix_pins": {
"direct": [


+ 0
- 1
keyboards/jpe230/big_knob/rules.mk View File

@ -1,3 +1,2 @@
QUANTUM_PAINTER_ENABLE = yes
QUANTUM_PAINTER_DRIVERS += st7735_spi
SRC += gfx/logo.qgf.c

Loading…
Cancel
Save