[Keyboard] Bug Fix To Unigo66 (#4995)
* UniGo66 keyboard added * UniGo66 keyboard added * case correction of unigo66 files * create sirius folder * Update keyboards/sirius/unigo66/rules.mk Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/keymap.c Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/default/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * debugging * correct keymap to layout * readme * remove common config * suggested changes to config.h * default keymap cleanup * bug fixesmaster
parent
efe360464d
commit
f0e0a67ea5
|
@ -79,18 +79,12 @@ int main(void)
|
|||
*/
|
||||
sei();
|
||||
|
||||
/* Some keyboards bootup quickly and cannot be initialized with this startup wait.*/
|
||||
/* Some keyboards bootup quickly and cannot be initialized with this startup wait.
|
||||
// wait for startup of sendchar routine
|
||||
while (USB_DeviceState != DEVICE_STATE_Configured) ;
|
||||
if (debug_enable) {
|
||||
_delay_ms(1000);
|
||||
}
|
||||
|
||||
|
||||
/* // wait for USB startup & debug output
|
||||
uint8_t timeout=255
|
||||
while (timeout-- && USB_DeviceState != DEVICE_STATE_Configured) {
|
||||
wait_ms(4);
|
||||
*/
|
||||
|
||||
debug("init: done\n");
|
||||
|
|
|
@ -26,7 +26,5 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|||
USB_HID_ENABLE = yes
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC = custom_matrix.cpp
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC = custom_matrix.cpp
|
||||
SRC += custom_matrix.cpp \
|
||||
main.c
|
||||
|
|
Loading…
Reference in New Issue