qmk_compiler icon indicating copy to clipboard operation
qmk_compiler copied to clipboard

Keyboard name mismatch

Open i5ar opened this issue 5 years ago • 1 comments

The keymaps endpoint (e.g. https://api.qmk.fm/v1/keyboards/1upkeyboards/1up60hse/keymaps/default) shows some lack of congruence. The key keyboard_name, inside keymaps, should be probably called keyboard_folder instead. Thank you.

screenshot

...

screenshot2

This change (if it isn't too late) will also make it more consistent with the info.json:

{
  "keyboard_name": "1up60hse",
  "keyboard_folder": "1upkeyboards/1up60hse",
  "...": "..."
}

i5ar avatar Mar 03 '19 18:03 i5ar

Thanks for bringing this to our attention. We'll look into if there's any ramifications to changing this, I don't think anyone is using it but I'm not entirely sure yet.

skullydazed avatar Mar 03 '19 23:03 skullydazed