qmk_firmware/keyboards/handwired/pill60/info.json
Ikta e4236278b5
[Keyboard] added Pill60 to handwired/pill60 (#10798)
* added to handwired pill60

* Update keyboards/handwired/pill60/config.h and all other PR suggested changes

Deleted DESCRIPTION

Co-authored-by: Drashna Jaelre <drashna@live.com>

Update keyboards/handwired/pill60/readme.md

Smaller image in readme

Co-authored-by: Drashna Jaelre <drashna@live.com>

Update keyboards/handwired/pill60/info.json

Deleted key_count

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/keymaps/default/keymap.c

Deleted backslash on keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/pill60.h

Deleted led.h

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/blackpill_f401/rules.mk

Update stm32f401 rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/blackpill_f411/rules.mk

Update stm32f411 rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/bluepill/rules.mk

Update bluepill rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

Update keyboards/handwired/pill60/rules.mk

Added comment on rules.mk to help ]

Co-authored-by: Ryan <fauxpark@gmail.com>

deleted bootloader_defs.h

added GPL2 + compatible license header

updated keymap readme

updated those that don't need common_config.h and deleted some unnecessary spaces in f411/rules.mk

updated default folder in rules.mk

* fix and simplify build files according to onekey example

* Added GPL2+ Compatible license header
2020-11-15 11:40:55 -08:00

83 lines
3.6 KiB
JSON

{
"keyboard_name": "Pill60",
"url": "https://github.com/IktaS/Pill60",
"maintainer": "IktaS <imamrafiiia@gmail.com>",
"width": 15,
"height": 5,
"layouts": {
"layout_default": {
"layout": [
{"label": "Encoder", "x": 0, "y": 0},
{"label": "Esc", "x": 0, "y": 1},
{"label": "1","x": 1, "y": 1},
{"label": "2","x": 2, "y": 1},
{"label": "3","x": 3, "y": 1},
{"label": "4","x": 4, "y": 1},
{"label": "5","x": 5, "y": 1},
{"label": "6","x": 6, "y": 1},
{"label": "7","x": 7, "y": 1},
{"label": "8","x": 8, "y": 1},
{"label": "9","x": 9, "y": 1},
{"label": "0","x": 10, "y": 1},
{"label": "-","x": 11, "y": 1},
{"label": "=","x": 12, "y": 1},
{"label": "Backspace","x": 13, "y": 1},
{"label": "Delete","x": 14, "y": 1},
{"label": "Tab","x": 0, "y": 2, "w": 1.5},
{"label": "Q","x": 1.5, "y": 2},
{"label": "W","x": 2.5, "y": 2},
{"label": "E","x": 3.5, "y": 2},
{"label": "R","x": 4.5, "y": 2},
{"label": "T","x": 5.5, "y": 2},
{"label": "Y","x": 6.5, "y": 2},
{"label": "U","x": 7.5, "y": 2},
{"label": "I","x": 8.5, "y": 2},
{"label": "O","x": 9.5, "y": 2},
{"label": "P","x": 10.5, "y": 2},
{"label": "[","x": 11.5, "y": 2},
{"label": "]","x": 12.5, "y": 2},
{"label": "\\","x": 13.5, "y": 2, "w": 1.5},
{"label": "Caps","x": 0, "y": 3, "w": 1.75},
{"label": "A","x": 1.75, "y": 3},
{"label": "S","x": 2.75, "y": 3},
{"label": "D","x": 3.75, "y": 3},
{"label": "F","x": 4.75, "y": 3},
{"label": "G","x": 5.75, "y": 3},
{"label": "H","x": 6.75, "y": 3},
{"label": "J","x": 7.75, "y": 3},
{"label": "K","x": 8.75, "y": 3},
{"label": "L","x": 9.75, "y": 3},
{"label": ";","x": 10.75, "y": 3},
{"label": "'","x": 11.75, "y": 3},
{"label": "Enter","x": 12.75, "y": 3, "w": 2.25},
{"label": "L Shift","x": 0, "y": 4, "w": 2.25},
{"label": "Z","x": 2.25, "y": 4},
{"label": "X","x": 3.25, "y": 4},
{"label": "C","x": 4.25, "y": 4},
{"label": "V","x": 5.25, "y": 4},
{"label": "B","x": 6.25, "y": 4},
{"label": "N","x": 7.25, "y": 4},
{"label": "M","x": 8.25, "y": 4},
{"label": ",","x": 9.25, "y": 4},
{"label": ".","x": 10.25, "y": 4},
{"label": "/","x": 11.25, "y": 4},
{"label": "R Shift","x": 12.25, "y": 4, "w": 1.75},
{"label": "FN","x": 14, "y": 4},
{"label": "L CTRL","x": 0, "y": 5, "w": 1.25},
{"label": "L GUI","x": 1.25, "y": 5, "w": 1.25},
{"label": "L ALT","x": 2.5, "y": 5, "w": 1.25},
{"label": "Space","x": 3.75, "y": 5, "w": 6.25},
{"label": "R ALT","x": 10, "y": 5, "w": 1.25},
{"label": "R GUI","x": 11.25, "y": 5, "w": 1.25},
{"label": "R MENU","x": 12.5, "y": 5, "w": 1.25},
{"label": "R CTRL","x": 13.75, "y": 5, "w": 1.25}
]
}
}
}