Rename simontester to clueboard4

This commit is contained in:
skullY 2017-05-31 17:01:16 -07:00
parent baa0964670
commit 158313fbc7
19 changed files with 11 additions and 11 deletions

View File

@ -8,8 +8,8 @@
<output_path>..</output_path> <output_path>..</output_path>
<hal_version>3.0.x</hal_version> <hal_version>3.0.x</hal_version>
</configuration_settings> </configuration_settings>
<board_name>Clueboard SimonTester</board_name> <board_name>Clueboard4</board_name>
<board_id>CB_SIMONTESTER</board_id> <board_id>CLUEBOARD4</board_id>
<board_functions></board_functions> <board_functions></board_functions>
<subtype>STM32F042G</subtype> <subtype>STM32F042G</subtype>
<clocks HSEFrequency="0" HSEBypass="true" LSEFrequency="0" <clocks HSEFrequency="0" HSEBypass="true" LSEFrequency="0"

View File

@ -13,4 +13,4 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "simontester.h" #include "clueboard4.h"

View File

@ -13,8 +13,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef SIMONTESTER_H #ifndef CLUEBOARD4_H
#define SIMONTESTER_H #define CLUEBOARD4_H
#include "quantum.h" #include "quantum.h"

View File

@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "simontester.h" #include "clueboard4.h"
#include "printf.h" #include "printf.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

View File

@ -0,0 +1 @@
# The default keymap for clueboard4

View File

@ -9,7 +9,7 @@
#include "matrix.h" #include "matrix.h"
/* Clueboard SimonTester /* Clueboard4
* *
* Column pins are input with internal pull-down. * Column pins are input with internal pull-down.
* Row pins are output and strobe with high. * Row pins are output and strobe with high.

View File

@ -1,5 +1,5 @@
simontester keyboard firmware clueboard4 keyboard firmware
====================== ============================
## Quantum MK Firmware ## Quantum MK Firmware
@ -7,7 +7,7 @@ For the full Quantum feature list, see [the parent readme](/).
## Building ## Building
Download or clone the whole firmware and navigate to the keyboards/simontester folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file. Download or clone the whole firmware and navigate to the keyboards/clueboard4 folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file.
Depending on which keymap you would like to use, you will have to compile slightly differently. Depending on which keymap you would like to use, you will have to compile slightly differently.

View File

@ -1 +0,0 @@
# The default keymap for simontester