Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. Arduino: 1.8.8 (Windows 10), Board: "Keyboardio Model 01"
  2.  
  3. WARNING: Category 'Debug' in library Kaleidoscope-Hardware-Virtual is not valid. Setting to 'Uncategorized'
  4. In file included from C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/kaleidoscope/Kaleidoscope.h:49:0,
  5.  
  6. from C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/Kaleidoscope.h:19,
  7.  
  8. from C:\Users\Mike\Documents\Arduino\Model01-Firmware\Model01-Firmware-esc-change\Model01-Firmware-esc-change.ino:17:
  9.  
  10. Model01-Firmware-esc-change:191:6: error: 'OSMALTCTRL' was not declared in this scope
  11.  
  12. M(OSMALTCTRL),
  13.  
  14. ^
  15.  
  16. C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/kaleidoscope/layers.h:27:47: note: in definition of macro 'KEYMAPS'
  17.  
  18. const Key keymaps[][ROWS][COLS] PROGMEM = { layers }; \
  19.  
  20. ^
  21.  
  22. C:\Users\Mike\Documents\Arduino\Model01-Firmware\Model01-Firmware-esc-change\Model01-Firmware-esc-change.ino:185:15: note: in expansion of macro 'KEYMAP_STACKED'
  23.  
  24. [PRIMARY] = KEYMAP_STACKED
  25.  
  26. ^
  27.  
  28. C:\Users\Mike\Documents\Arduino\Model01-Firmware\Model01-Firmware-esc-change\Model01-Firmware-esc-change.ino:191:4: note: in expansion of macro 'M'
  29.  
  30. M(OSMALTCTRL),
  31.  
  32. ^
  33.  
  34. C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/kaleidoscope/macro_helpers.h:110:4: error: static assertion failed:
  35.  
  36.  
  37.  
  38. ***************************************************************
  39.  
  40. ******************** READ THIS CAREFULLY! *********************
  41.  
  42. ***************************************************************
  43.  
  44.  
  45.  
  46. File: C:\Users\Mike\Documents\Arduino\Model01-Firmware\Model01-Firmware-esc-change\Model01-Firmware-esc-change.ino
  47.  
  48. Line: 200
  49.  
  50.  
  51.  
  52. Strange arguments found in invocation of KEYMAP_STACKED.
  53.  
  54.  
  55.  
  56. Please make sure to pass exactly 64 macro arguments to
  57.  
  58. KEYMAP_STACKED. Also make sure that there are no dangling
  59.  
  60. commas at the end of the argument list.
  61.  
  62.  
  63.  
  64. This is the superfluous part at the end of the macro
  65.  
  66. arguments list: 'OSL(1)'
  67.  
  68.  
  69.  
  70. ***************************************************************
  71.  
  72. ***************************************************************
  73.  
  74. ***************************************************************
  75.  
  76.  
  77.  
  78. static_assert(sizeof(const char) == sizeof(#__VA_ARGS__ ), __NL__ \
  79.  
  80. ^
  81.  
  82. C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/kaleidoscope/layers.h:27:47: note: in definition of macro 'KEYMAPS'
  83.  
  84. const Key keymaps[][ROWS][COLS] PROGMEM = { layers }; \
  85.  
  86. ^
  87.  
  88. Multiple libraries were found for "HID.h"
  89. Used: C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\HID
  90. Not used: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID
  91. C:\Users\Mike\AppData\Local\Arduino15\packages\keyboardio\hardware\avr\1.93.0-beta\libraries\Kaleidoscope\src/kaleidoscope/hardware/Model01.h:241:101: note: in expansion of macro 'RESTRICT_ARGS_COUNT'
  92.  
  93. {r3c0, r3c1, r3c2, r3c3, r3c4, r3c5, r3c6, r3c7, r3c8, r3c9, r3c10, r3c11, r3c12, r3c13, r3c14, RESTRICT_ARGS_COUNT((r3c15), 64, KEYMAP_STACKED, ##__VA_ARGS__)}, \
  94.  
  95. ^
  96.  
  97. C:\Users\Mike\Documents\Arduino\Model01-Firmware\Model01-Firmware-esc-change\Model01-Firmware-esc-change.ino:185:15: note: in expansion of macro 'KEYMAP_STACKED'
  98.  
  99. [PRIMARY] = KEYMAP_STACKED
  100.  
  101. ^
  102.  
  103. Model01-Firmware-esc-change:200:27: error: expected unqualified-id before ',' token
  104.  
  105. ShiftToLayer(FUNCTION)),
  106.  
  107. ^
  108.  
  109. Model01-Firmware-esc-change:244:3: error: expected unqualified-id before '[' token
  110.  
  111. [NUMPAD] = KEYMAP_STACKED
  112.  
  113. ^
  114.  
  115. exit status 1
  116. 'OSMALTCTRL' was not declared in this scope
  117.  
  118. This report would have more information with
  119. "Show verbose output during compilation"
  120. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement