Migrate build target markers to keyboard.json - JK ()

This commit is contained in:
Joel Challis 2024-04-23 03:59:04 +01:00 committed by GitHub
parent d674724d4e
commit e69b638756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 11 additions and 13 deletions
keyboards
jacky_studio/piggy60/rev2
janus
jaykeeb
jones
joshajohnson/hub16
jpe230/big_knob
kagizaraya
kakunpc
choc_taro
thedogkeyboard
kaly/kaly42
karn
kb_elmo
kbdfans
kbdmania
kbnordic/nordic65/rev_a
keebio
cepstrum/rev1
foldkb/rev1
iris/rev8
iris_ce/rev1
levinson/rev3
nyquist/rev4
sinc
wavelet
keebwerk
mega/ansi
nano_slider
keyboardio/model01
keycapsss/3w6_2040
keycult/keycult65
keygem
keyhive
honeycomb
lattice60
kin80
kinesis
kmini
kopibeng
kprepublic
bm60hsrgb/rev2
bm60hsrgb_iso/rev2
bm60hsrgb_poker/rev2
ktec/ergodone

View file

@ -1 +0,0 @@
# This file intentionally left blank

View file

@ -19,6 +19,8 @@
"extrakey": true,
"nkro": true
},
"bootloader": "custom",
"processor": "STM32F103",
"community_layouts": ["60_ansi"],
"layouts": {
"LAYOUT_60_ansi": {

View file

@ -1,8 +1,3 @@
# MCU name
MCU = STM32F103
# custom bootloader
MCU_LDSCRIPT = jm60_bootloader
BOARD = ST_NUCLEO64_F103RB
# Bootloader selection
BOOTLOADER = custom

View file

@ -1,6 +1,9 @@
{
"usb": {
"device_version": "0.0.3"
"device_version": "0.0.3",
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A5", "A6", "A7", "B0", "B1", "B10"],

View file

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

View file

@ -1,6 +1,9 @@
{
"usb": {
"device_version": "0.0.3"
"device_version": "0.0.3",
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A5", "A6", "A7", "B0", "B1", "B10"],

View file

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

View file

@ -1,2 +0,0 @@
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE