You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

232 lines
8.1 KiB

[Keymap] Update to Drashna Keymaps (#5594) * Start to standardize macro timer * Update Fractal layout Specifically, limit the RGB Lighting, since it's too many for the power, and only have the KITT annimation on the front * Update Iris keymap to use I2C for transport * Remove TAP_CODE_DELAY from keyboard in favor of global setting * Remove Woodpad Since it\'s no longer in my possession * Only enable LTO on AVR boards * Run matrix_scans while doing startup light * Run matrix_scan to get split keyboard code synced properly * Fix rgb mode * Remove custom debouncing settings * Make RGB Light Startup Animation optional * Fix opt def * Remove extra tap code delay value * Fix references to keebio boards * Add support for LP Iris keyboard * Add backlight code * Make startup animation optional * Update gitlab ci script * Remove port declaration * Revert avrgcc changes to gitlab ci file * Don't re-set mods * Remove MACRO_TIMER define * Add custom name for crkbd * Add name for Prime M pad * Add names for ortho 4x12 boards * Add some additional handling for rgb init * Change thumb clusters on ergodox * Switch Orthodox to I2C * Fix Space in ergodox keymap * Use OSL for ergodox layout * Ugh, can't find a good layout * Fix typo * Fix up animation startup * Cries in AVR * Fix makefiles for ergodox ez boards * Add support for "secret songs" in my userspace * Reset debounce to 5ms for Ergodox EZ * Fix gitlab CI yaml file * More crying in AVR * Cannot use rgb light and rgb matrix at the same time due to the WS2812 rgb matrix PR until the "Coexistance" PR is merged * Update ODox for split common and i2c * Add split config * Impement Split code * Add support for xscorpion OLED code * Add OLED display config * Fix OLED screen font * Get OLED set up in vertical mode * Remove old OLED code * add per key support for crkbd * Fix split changes * RGB Tweeaks * More OLED tweaks * Fix rotation stuff * Fix more OLED stuff * Remove custom Debounce from Ergodox layout since it's no longer needed
5 years ago
[Keymap] Big Drashna code update (#6639) * Add a quefrency keymap * New Alt-ernate layouts * Enable Per Key Tapping Term to preserve sanity * Use underglow and mod lights for status on Corne * Update the drashna_ms keymap for quefrency * Disable Audio since there isn't enough space * Update KC_MAKE to ues :flash target * Cleanup ergodox layout * Enable i2c support for Iris * Add keymap support for CG_SWAP * Enable RGB Matrix Shutdown mode * enable heatmap * Update gitlab CI to install python3 * Remove game macros These are no longer needed, and haven't been used in ages * Cleanup planck layout * Add RGB Matrix fun and RGB cleanup * Add keycode and config for RGB Matrix idle animations * Clean up rgb idle animation code * Add rgb idle keycode to keymaps * Fix issues with rgb matrix idle animation * Fix some handling for idle animation * Reduce idle animation timeout to 15s to be more reasonable * fix up rgb stuff * Fix isses with rgb functions not being called for matrix * Use custom EEPROM Magic Number so testing is easier * Extend Default Layer macro to support a lot more layers * Fix bjohnson macropad * Adjust KC_MAKE to process mods for more consistent behavior * Fix up rgb stuff on corne * Corne OLED Overhaul * Fixes a number of issues with weirdness. * Fixes issues with keylogger (should be more reliable now) * Modulaize the OLED render sections * Rewrite layer display code * Update URL for Font Editor Due to odd issues, I ended up rewriting from scratch. And using PROGMEM versions, since I think I was getting memory overflows. * Update polling rate on all keebs * Fix planck ez layout config * Remove macros from Viterbi
4 years ago
[Keymap] Update to Drashna Keymaps (#5594) * Start to standardize macro timer * Update Fractal layout Specifically, limit the RGB Lighting, since it's too many for the power, and only have the KITT annimation on the front * Update Iris keymap to use I2C for transport * Remove TAP_CODE_DELAY from keyboard in favor of global setting * Remove Woodpad Since it\'s no longer in my possession * Only enable LTO on AVR boards * Run matrix_scans while doing startup light * Run matrix_scan to get split keyboard code synced properly * Fix rgb mode * Remove custom debouncing settings * Make RGB Light Startup Animation optional * Fix opt def * Remove extra tap code delay value * Fix references to keebio boards * Add support for LP Iris keyboard * Add backlight code * Make startup animation optional * Update gitlab ci script * Remove port declaration * Revert avrgcc changes to gitlab ci file * Don't re-set mods * Remove MACRO_TIMER define * Add custom name for crkbd * Add name for Prime M pad * Add names for ortho 4x12 boards * Add some additional handling for rgb init * Change thumb clusters on ergodox * Switch Orthodox to I2C * Fix Space in ergodox keymap * Use OSL for ergodox layout * Ugh, can't find a good layout * Fix typo * Fix up animation startup * Cries in AVR * Fix makefiles for ergodox ez boards * Add support for "secret songs" in my userspace * Reset debounce to 5ms for Ergodox EZ * Fix gitlab CI yaml file * More crying in AVR * Cannot use rgb light and rgb matrix at the same time due to the WS2812 rgb matrix PR until the "Coexistance" PR is merged * Update ODox for split common and i2c * Add split config * Impement Split code * Add support for xscorpion OLED code * Add OLED display config * Fix OLED screen font * Get OLED set up in vertical mode * Remove old OLED code * add per key support for crkbd * Fix split changes * RGB Tweeaks * More OLED tweaks * Fix rotation stuff * Fix more OLED stuff * Remove custom Debounce from Ergodox layout since it's no longer needed
5 years ago
[Keymap] Update to Drashna Keymaps (#5594) * Start to standardize macro timer * Update Fractal layout Specifically, limit the RGB Lighting, since it's too many for the power, and only have the KITT annimation on the front * Update Iris keymap to use I2C for transport * Remove TAP_CODE_DELAY from keyboard in favor of global setting * Remove Woodpad Since it\'s no longer in my possession * Only enable LTO on AVR boards * Run matrix_scans while doing startup light * Run matrix_scan to get split keyboard code synced properly * Fix rgb mode * Remove custom debouncing settings * Make RGB Light Startup Animation optional * Fix opt def * Remove extra tap code delay value * Fix references to keebio boards * Add support for LP Iris keyboard * Add backlight code * Make startup animation optional * Update gitlab ci script * Remove port declaration * Revert avrgcc changes to gitlab ci file * Don't re-set mods * Remove MACRO_TIMER define * Add custom name for crkbd * Add name for Prime M pad * Add names for ortho 4x12 boards * Add some additional handling for rgb init * Change thumb clusters on ergodox * Switch Orthodox to I2C * Fix Space in ergodox keymap * Use OSL for ergodox layout * Ugh, can't find a good layout * Fix typo * Fix up animation startup * Cries in AVR * Fix makefiles for ergodox ez boards * Add support for "secret songs" in my userspace * Reset debounce to 5ms for Ergodox EZ * Fix gitlab CI yaml file * More crying in AVR * Cannot use rgb light and rgb matrix at the same time due to the WS2812 rgb matrix PR until the "Coexistance" PR is merged * Update ODox for split common and i2c * Add split config * Impement Split code * Add support for xscorpion OLED code * Add OLED display config * Fix OLED screen font * Get OLED set up in vertical mode * Remove old OLED code * add per key support for crkbd * Fix split changes * RGB Tweeaks * More OLED tweaks * Fix rotation stuff * Fix more OLED stuff * Remove custom Debounce from Ergodox layout since it's no longer needed
5 years ago
  1. #include "progmem.h"
  2. // Corne 8x6 font with QMK Firmware Logo
  3. // Online editor: https://helixfonteditor.netlify.com/
  4. // clang-format off
  5. const unsigned char font[] PROGMEM = {
  6. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  7. 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00,
  8. 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00,
  9. 0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00,
  10. 0x18, 0x3C, 0x7E, 0x3C, 0x18, 0x00,
  11. 0x1C, 0x57, 0x7D, 0x57, 0x1C, 0x00,
  12. 0x1C, 0x5E, 0x7F, 0x5E, 0x1C, 0x00,
  13. 0x00, 0x18, 0x3C, 0x18, 0x00, 0x00,
  14. 0xFF, 0xE7, 0xC3, 0xE7, 0xFF, 0x00,
  15. 0x00, 0x18, 0x24, 0x18, 0x00, 0x00,
  16. 0xFF, 0xE7, 0xDB, 0xE7, 0xFF, 0x00,
  17. 0x30, 0x48, 0x3A, 0x06, 0x0E, 0x00,
  18. 0x26, 0x29, 0x79, 0x29, 0x26, 0x00,
  19. 0x40, 0x7F, 0x05, 0x05, 0x07, 0x00,
  20. 0x40, 0x7F, 0x05, 0x25, 0x3F, 0x00,
  21. 0x5A, 0x3C, 0xE7, 0x3C, 0x5A, 0x00,
  22. 0x7F, 0x3E, 0x1C, 0x1C, 0x08, 0x00,
  23. 0x08, 0x1C, 0x1C, 0x3E, 0x7F, 0x00,
  24. 0x14, 0x22, 0x7F, 0x22, 0x14, 0x00,
  25. 0x5F, 0x5F, 0x00, 0x5F, 0x5F, 0x00,
  26. 0x06, 0x09, 0x7F, 0x01, 0x7F, 0x00,
  27. 0x00, 0x66, 0x89, 0x95, 0x6A, 0x00,
  28. 0x60, 0x60, 0x60, 0x60, 0x60, 0x00,
  29. 0x94, 0xA2, 0xFF, 0xA2, 0x94, 0x00,
  30. 0x08, 0x04, 0x7E, 0x04, 0x08, 0x00,
  31. 0x10, 0x20, 0x7E, 0x20, 0x10, 0x00,
  32. 0x08, 0x08, 0x2A, 0x1C, 0x08, 0x00,
  33. 0x08, 0x1C, 0x2A, 0x08, 0x08, 0x00,
  34. 0x1E, 0x10, 0x10, 0x10, 0x10, 0x00,
  35. 0x0C, 0x1E, 0x0C, 0x1E, 0x0C, 0x00,
  36. 0x30, 0x38, 0x3E, 0x38, 0x30, 0x00,
  37. 0x06, 0x0E, 0x3E, 0x0E, 0x06, 0x00,
  38. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  39. 0x00, 0x00, 0x5F, 0x00, 0x00, 0x00,
  40. 0x00, 0x07, 0x00, 0x07, 0x00, 0x00,
  41. 0x14, 0x7F, 0x14, 0x7F, 0x14, 0x00,
  42. 0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x00,
  43. 0x23, 0x13, 0x08, 0x64, 0x62, 0x00,
  44. 0x36, 0x49, 0x56, 0x20, 0x50, 0x00,
  45. 0x00, 0x08, 0x07, 0x03, 0x00, 0x00,
  46. 0x00, 0x1C, 0x22, 0x41, 0x00, 0x00,
  47. 0x00, 0x41, 0x22, 0x1C, 0x00, 0x00,
  48. 0x2A, 0x1C, 0x7F, 0x1C, 0x2A, 0x00,
  49. 0x08, 0x08, 0x3E, 0x08, 0x08, 0x00,
  50. 0x00, 0x80, 0x70, 0x30, 0x00, 0x00,
  51. 0x08, 0x08, 0x08, 0x08, 0x08, 0x00,
  52. 0x00, 0x00, 0x60, 0x60, 0x00, 0x00,
  53. 0x20, 0x10, 0x08, 0x04, 0x02, 0x00,
  54. 0x3E, 0x51, 0x49, 0x45, 0x3E, 0x00,
  55. 0x00, 0x42, 0x7F, 0x40, 0x00, 0x00,
  56. 0x72, 0x49, 0x49, 0x49, 0x46, 0x00,
  57. 0x21, 0x41, 0x49, 0x4D, 0x33, 0x00,
  58. 0x18, 0x14, 0x12, 0x7F, 0x10, 0x00,
  59. 0x27, 0x45, 0x45, 0x45, 0x39, 0x00,
  60. 0x3C, 0x4A, 0x49, 0x49, 0x31, 0x00,
  61. 0x41, 0x21, 0x11, 0x09, 0x07, 0x00,
  62. 0x36, 0x49, 0x49, 0x49, 0x36, 0x00,
  63. 0x46, 0x49, 0x49, 0x29, 0x1E, 0x00,
  64. 0x00, 0x00, 0x14, 0x00, 0x00, 0x00,
  65. 0x00, 0x40, 0x34, 0x00, 0x00, 0x00,
  66. 0x00, 0x08, 0x14, 0x22, 0x41, 0x00,
  67. 0x14, 0x14, 0x14, 0x14, 0x14, 0x00,
  68. 0x00, 0x41, 0x22, 0x14, 0x08, 0x00,
  69. 0x02, 0x01, 0x59, 0x09, 0x06, 0x00,
  70. 0x3E, 0x41, 0x5D, 0x59, 0x4E, 0x00,
  71. 0x7C, 0x12, 0x11, 0x12, 0x7C, 0x00,
  72. 0x7F, 0x49, 0x49, 0x49, 0x36, 0x00,
  73. 0x3E, 0x41, 0x41, 0x41, 0x22, 0x00,
  74. 0x7F, 0x41, 0x41, 0x41, 0x3E, 0x00,
  75. 0x7F, 0x49, 0x49, 0x49, 0x41, 0x00,
  76. 0x7F, 0x09, 0x09, 0x09, 0x01, 0x00,
  77. 0x3E, 0x41, 0x41, 0x51, 0x73, 0x00,
  78. 0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00,
  79. 0x00, 0x41, 0x7F, 0x41, 0x00, 0x00,
  80. 0x20, 0x40, 0x41, 0x3F, 0x01, 0x00,
  81. 0x7F, 0x08, 0x14, 0x22, 0x41, 0x00,
  82. 0x7F, 0x40, 0x40, 0x40, 0x40, 0x00,
  83. 0x7F, 0x02, 0x1C, 0x02, 0x7F, 0x00,
  84. 0x7F, 0x04, 0x08, 0x10, 0x7F, 0x00,
  85. 0x3E, 0x41, 0x41, 0x41, 0x3E, 0x00,
  86. 0x7F, 0x09, 0x09, 0x09, 0x06, 0x00,
  87. 0x3E, 0x41, 0x51, 0x21, 0x5E, 0x00,
  88. 0x7F, 0x09, 0x19, 0x29, 0x46, 0x00,
  89. 0x26, 0x49, 0x49, 0x49, 0x32, 0x00,
  90. 0x03, 0x01, 0x7F, 0x01, 0x03, 0x00,
  91. 0x3F, 0x40, 0x40, 0x40, 0x3F, 0x00,
  92. 0x1F, 0x20, 0x40, 0x20, 0x1F, 0x00,
  93. 0x3F, 0x40, 0x38, 0x40, 0x3F, 0x00,
  94. 0x63, 0x14, 0x08, 0x14, 0x63, 0x00,
  95. 0x03, 0x04, 0x78, 0x04, 0x03, 0x00,
  96. 0x61, 0x59, 0x49, 0x4D, 0x43, 0x00,
  97. 0x00, 0x7F, 0x41, 0x41, 0x41, 0x00,
  98. 0x02, 0x04, 0x08, 0x10, 0x20, 0x00,
  99. 0x00, 0x41, 0x41, 0x41, 0x7F, 0x00,
  100. 0x04, 0x02, 0x01, 0x02, 0x04, 0x00,
  101. 0x40, 0x40, 0x40, 0x40, 0x40, 0x00,
  102. 0x00, 0x03, 0x07, 0x08, 0x00, 0x00,
  103. 0x20, 0x54, 0x54, 0x78, 0x40, 0x00,
  104. 0x7F, 0x28, 0x44, 0x44, 0x38, 0x00,
  105. 0x38, 0x44, 0x44, 0x44, 0x28, 0x00,
  106. 0x38, 0x44, 0x44, 0x28, 0x7F, 0x00,
  107. 0x38, 0x54, 0x54, 0x54, 0x18, 0x00,
  108. 0x00, 0x08, 0x7E, 0x09, 0x02, 0x00,
  109. 0x18, 0x24, 0x24, 0x1C, 0x78, 0x00,
  110. 0x7F, 0x08, 0x04, 0x04, 0x78, 0x00,
  111. 0x00, 0x44, 0x7D, 0x40, 0x00, 0x00,
  112. 0x20, 0x40, 0x40, 0x3D, 0x00, 0x00,
  113. 0x7F, 0x10, 0x28, 0x44, 0x00, 0x00,
  114. 0x00, 0x41, 0x7F, 0x40, 0x00, 0x00,
  115. 0x7C, 0x04, 0x78, 0x04, 0x78, 0x00,
  116. 0x7C, 0x08, 0x04, 0x04, 0x78, 0x00,
  117. 0x38, 0x44, 0x44, 0x44, 0x38, 0x00,
  118. 0x7C, 0x18, 0x24, 0x24, 0x18, 0x00,
  119. 0x18, 0x24, 0x24, 0x18, 0x7C, 0x00,
  120. 0x7C, 0x08, 0x04, 0x04, 0x08, 0x00,
  121. 0x48, 0x54, 0x54, 0x54, 0x24, 0x00,
  122. 0x04, 0x04, 0x3F, 0x44, 0x24, 0x00,
  123. 0x3C, 0x40, 0x40, 0x20, 0x7C, 0x00,
  124. 0x1C, 0x20, 0x40, 0x20, 0x1C, 0x00,
  125. 0x3C, 0x40, 0x30, 0x40, 0x3C, 0x00,
  126. 0x44, 0x28, 0x10, 0x28, 0x44, 0x00,
  127. 0x4C, 0x90, 0x90, 0x90, 0x7C, 0x00,
  128. 0x44, 0x64, 0x54, 0x4C, 0x44, 0x00,
  129. 0x00, 0x08, 0x36, 0x41, 0x00, 0x00,
  130. 0x00, 0x00, 0x77, 0x00, 0x00, 0x00,
  131. 0x00, 0x41, 0x36, 0x08, 0x00, 0x00,
  132. 0x02, 0x01, 0x02, 0x04, 0x02, 0x00,
  133. 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00,
  134. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  135. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  136. 0x00, 0x00, 0x00, 0x00, 0xC0, 0xE0,
  137. 0xF0, 0xF8, 0xF8, 0x18, 0x00, 0xC0,
  138. 0xF0, 0xFC, 0xFE, 0xFF, 0xFF, 0xFF,
  139. 0xFF, 0xFF, 0xFF, 0xFF, 0x7E, 0x00,
  140. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  141. 0x00, 0x00, 0x80, 0xC0, 0xE0, 0xE0,
  142. 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,
  143. 0xC0, 0x80, 0x00, 0x00, 0x00, 0x00,
  144. 0x80, 0xC0, 0xE0, 0xE0, 0xE0, 0xE0,
  145. 0xE0, 0xE0, 0xE0, 0xE0, 0xC0, 0x80,
  146. 0x00, 0x00, 0x00, 0xE0, 0xE0, 0xC0,
  147. 0xC0, 0xE0, 0xE0, 0xE0, 0xE0, 0x00,
  148. 0x00, 0xE0, 0xE0, 0xC0, 0xC0, 0xE0,
  149. 0xE0, 0xE0, 0xE0, 0xE0, 0xC0, 0x80,
  150. 0x00, 0x00, 0x00, 0x00, 0x80, 0xC0,
  151. 0xE0, 0xE0, 0xE0, 0xE0, 0xE0, 0xE0,
  152. 0xE0, 0xE0, 0xC0, 0x80, 0x00, 0x00,
  153. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  154. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  155. 0xE0, 0xF0, 0xF0, 0xF0, 0xE0, 0xEC,
  156. 0xEE, 0xF7, 0xF3, 0x70, 0x20, 0x00,
  157. 0x7C, 0x7C, 0x7C, 0x7E, 0x00, 0x7E,
  158. 0x7E, 0x7E, 0x7F, 0x7F, 0x7F, 0x00,
  159. 0x00, 0x80, 0xC0, 0xE0, 0x7E, 0x5B,
  160. 0x4F, 0x5B, 0xFE, 0xC0, 0x00, 0x00,
  161. 0xC0, 0x00, 0xDC, 0xD7, 0xDE, 0xDE,
  162. 0xDE, 0xD7, 0xDC, 0x00, 0xC0, 0x00,
  163. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  164. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  165. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  166. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  167. 0x00, 0x00, 0x00, 0xF8, 0xFC, 0xFE,
  168. 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xFF,
  169. 0xFF, 0xFF, 0xFF, 0x80, 0xFF, 0xFF,
  170. 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
  171. 0xFF, 0x1F, 0x07, 0x01, 0x00, 0x00,
  172. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  173. 0x00, 0xFF, 0xFF, 0xFF, 0x81, 0x00,
  174. 0x00, 0x00, 0x00, 0x00, 0x00, 0x81,
  175. 0xC3, 0xC3, 0xC3, 0x00, 0x00, 0xFF,
  176. 0xFF, 0xFF, 0x81, 0x00, 0x00, 0x00,
  177. 0x00, 0x00, 0x00, 0x81, 0xFF, 0xFF,
  178. 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF,
  179. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
  180. 0x00, 0xFF, 0xFF, 0xFF, 0x01, 0x00,
  181. 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF,
  182. 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF,
  183. 0x9D, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C,
  184. 0x1C, 0x9D, 0xDF, 0xDF, 0xDF, 0x00,
  185. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  186. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  187. 0x0F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F,
  188. 0x7F, 0x7F, 0x3F, 0x1E, 0x0C, 0x00,
  189. 0x1F, 0x1F, 0x1F, 0x3F, 0x00, 0x3F,
  190. 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x00,
  191. 0x30, 0x7B, 0x7F, 0x78, 0x30, 0x20,
  192. 0x20, 0x30, 0x78, 0x7F, 0x3B, 0x00,
  193. 0x03, 0x00, 0x0F, 0x7F, 0x0F, 0x0F,
  194. 0x0F, 0x7F, 0x0F, 0x00, 0x03, 0x00,
  195. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  196. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  197. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  198. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  199. 0x00, 0x00, 0x00, 0x03, 0x0F, 0x1F,
  200. 0x3F, 0x3F, 0x3F, 0x3F, 0x1F, 0x1F,
  201. 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x3F,
  202. 0x3F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F,
  203. 0x7F, 0x7C, 0x78, 0x78, 0x38, 0x1C,
  204. 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00,
  205. 0x00, 0x00, 0x01, 0x03, 0x07, 0x07,
  206. 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
  207. 0x03, 0x01, 0x00, 0x00, 0x00, 0x00,
  208. 0x01, 0x03, 0x07, 0x07, 0x07, 0x07,
  209. 0x07, 0x07, 0x07, 0x07, 0x03, 0x01,
  210. 0x00, 0x00, 0x00, 0x07, 0x07, 0x07,
  211. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  212. 0x00, 0x07, 0x07, 0x07, 0x00, 0x00,
  213. 0x00, 0x00, 0x00, 0x00, 0x07, 0x07,
  214. 0x07, 0x00, 0x00, 0x00, 0x01, 0x03,
  215. 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
  216. 0x07, 0x07, 0x03, 0x01, 0x00, 0x00,
  217. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  218. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  219. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  220. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  221. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  222. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  223. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  224. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  225. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  226. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  227. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  228. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  229. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  230. };