Skip to content

Commit

Permalink
Add "ra" column to the input character list.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaguchi-am committed Apr 1, 2015
1 parent d082eab commit e787dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozc-piropiro/arduino/piropiro/piropiro.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define COMMIT_TIME (600 / INTERVAL_MSEC)

#define ROWS 5
#define COLS 9
#define COLS 10

const char* characters[ROWS * COLS] = {
"a", "i", "u", "e", "o",
Expand All @@ -37,6 +37,7 @@ const char* characters[ROWS * COLS] = {
"ha", "hi", "hu", "he", "ho",
"ma", "mi", "mu", "me", "mo",
"ya", "ya", "yu", "yu", "yo",
"ra", "ri", "ru", "re", "ro",
"wa", "wo", "nn", ",", "."
};

Expand Down

0 comments on commit e787dd2

Please sign in to comment.