-
-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add folders and capsule65 #16613
add folders and capsule65 #16613
Conversation
add folders and capsule65
add folders and capsule65
fixed some bugs
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
The change has been completed. Please review it. Thank you |
Co-authored-by: Ryan <fauxpark@gmail.com>
Two checks have passed, and merge is requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ make eason/capsule65:default
QMK Firmware 0.16.5
☒ eason/capsule65: Number of keys for LAYOUT does not match! info.json specifies 80 keys, C macro specifies 69
Making eason/capsule65 with keymap default
☒ eason/capsule65: Number of keys for LAYOUT does not match! info.json specifies 80 keys, C macro specifies 69
avr-gcc (GCC) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
☒ eason/capsule65: Number of keys for LAYOUT does not match! info.json specifies 80 keys, C macro specifies 69
☒ eason/capsule65: Number of keys for LAYOUT does not match! info.json specifies 80 keys, C macro specifies 69
☒ eason/capsule65: Number of keys for LAYOUT does not match! info.json specifies 80 keys, C macro specifies 69
Compiling: keyboards/eason/capsule65/capsule65.c Compiling: keyboards/eason/capsule65/keymaps/default/keymap.c Compiling: quantum/quantum.c Compiling: quantum/send_string.c Compiling: quantum/led.c Compiling: quantum/action.c Compiling: quantum/action_layer.c Compiling: quantum/bitwise.c keyboards/eason/capsule65/keymaps/default/keymap.c:28:3: error: macro "LAYOUT" passed 80 arguments, but takes just 69
28 | ),
| ^
In file included from keyboards/eason/capsule65/keymaps/default/keymap.c:17:
keyboards/eason/capsule65/capsule65.h:36: note: macro "LAYOUT" defined here
36 | #define LAYOUT( \
|
keyboards/eason/capsule65/keymaps/default/keymap.c:21:9: error: 'LAYOUT' undeclared here (not in a function)
21 | [0] = LAYOUT(
| ^~~~~~
keyboards/eason/capsule65/keymaps/default/keymap.c:37:3: error: macro "LAYOUT" passed 80 arguments, but takes just 69
37 | ),
| ^
In file included from keyboards/eason/capsule65/keymaps/default/keymap.c:17:
keyboards/eason/capsule65/capsule65.h:36: note: macro "LAYOUT" defined here
36 | #define LAYOUT( \
|
[ERRORS]
[OK]
[OK]
|
|
|
make[1]: *** [builddefs/common_rules.mk:452: .build/obj_eason_capsule65_default/keyboards/eason/capsule65/keymaps/default/keymap.o] Error 1
make[1]: *** Waiting for unfinished jobs....
[OK]
Compiling: quantum/action_tapping.c Compiling: quantum/action_util.c [OK]
[OK]
[OK]
[OK]
[OK]
[OK]
Make finished with errors
make: *** [Makefile:413: eason/capsule65:default] Error 1
Also line endings of keyboards/eason/capsule65/config.h
and keyboards/eason/capsule65/info.json
are bad.
The change has been completed. Please review it. Thank you |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist