Quellcode durchsuchen

Merge branch 'forhasu' of https://github.com/xauser/tmk_keyboard into xauser-forhasu

core
tmk vor 9 Jahren
Ursprung
Commit
36878f3c78
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 3
    0
      README.md
  2. 1
    1
      common/command.c

+ 3
- 0
README.md Datei anzeigen

* [KMAC](keyboard/kmac/) - Korean custom keyboard * [KMAC](keyboard/kmac/) - Korean custom keyboard
* [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard * [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard
* [Infinity](keyboard/infinity/) - Massdrop [Infinity keyboard][Infinity] * [Infinity](keyboard/infinity/) - Massdrop [Infinity keyboard][Infinity]
* [NerD](keyboard/nerd/) - Korean custom keyboard
* [KittenPaw](keyboard/kittenpaw) - Custom Majestouch controller
* [Lightpad](keyboard/lightpad) - Korean custom keypad


[GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930 [GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
[GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047 [GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047

+ 1
- 1
common/command.c Datei anzeigen

print("C> "); print("C> ");
command_state = CONSOLE; command_state = CONSOLE;
break; break;
case KC_PAUSE:
case KC_B:
clear_keyboard(); clear_keyboard();
print("\n\nJump to bootloader... "); print("\n\nJump to bootloader... ");
_delay_ms(1000); _delay_ms(1000);