// =============================================================================
// Zboard Config Utility
// Copyright (C) 2007  Matt Razza

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
// ===============================================================================

About:
zboard-config is a program created by Matt Razza to act as the zBoard Engine does on Linux.
NOTE: xmodmap is required (or loadkeys if you set SYS_USE_LOADKEYS to 1)

Compile and Install:
In order to install it run ./compile.sh and then ./install.sh
NOTE: Make sure you are root when you run ./install.sh

Configure:
Settings files are saved in /usr/share/zboard-config/
zboard.conf holds the executable to keymap data
zboard-sys.conf holds system settings

Run:
zboard-config --help for more info

Troubleshooting:
If the program is not working as expected try setting SYS_USE_LOADKEYS 
to 1. This forces zboard-config to use loadkeys and not xmodmap.
