You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QMK Firmware 0.27.4
⚠ keyball/keyball39: Build marker "keyboard.json" not found.
☒ keyball/keyball39: LAYOUT_right_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_left_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_dual_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_no_ball: Layout macro should not be defined within ".h" files.
Making keyball/keyball39 with keymap default
⚠ keyball/keyball39: Build marker "keyboard.json" not found.
☒ keyball/keyball39: LAYOUT_right_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_left_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_dual_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball39: LAYOUT_no_ball: Layout macro should not be defined within ".h" files.
avr-gcc (Homebrew AVR GCC 8.5.0_2) 8.5.0
Copyright (C) 2018 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.
Compiling: platforms/avr/drivers/ws2812_bitbang.c In file included from platforms/avr/drivers/ws2812_bitbang.c:26:
drivers/ws2812.h:60:30: error: 'RGBLIGHT_LED_COUNT' undeclared here (not in a function); did you mean 'RGBLIGHT_SAT_STEP'?
# define WS2812_LED_COUNT RGBLIGHT_LED_COUNT
^~~~~~~~~~~~~~~~~~
platforms/avr/drivers/ws2812_bitbang.c:154:26: note: in expansion of macro 'WS2812_LED_COUNT'
ws2812_led_t ws2812_leds[WS2812_LED_COUNT];
^~~~~~~~~~~~~~~~
[ERRORS]
|
|
|
make[1]: *** [.build/obj_keyball_keyball39_default/ws2812_bitbang.o] Error 1
make: *** [keyball/keyball39:default] Error 1
Make finished with errors
(注:私は、自作キーボード・qmk_firmwareに関して、全くの素人です。的外れな起票をしていたら申し訳ございません。)
https://note.com/yinouet1001/n/n856b45220ad4
に従い、mac環境にて、qmkを利用したkeyballのfirmwareのビルドを試みたのですが、以下のエラーがでて
.hex
ファイルの生成ができませんでした。mac環境以外にも、Linux環境でも同様のエラーが発生してしまったため、起票に至ります。
なお、他のkeymapのデータでのビルドができることを、ランダムに選んだ以下のkeymapを対象として確認しました。
25keys/aleth42:default
以上、ご確認のほどよろしくお願いいたします。
The text was updated successfully, but these errors were encountered: