C
Objective-C
Makefile
Latest commit
b58b29d
Feb 17, 2016
Permalink
| Failed to load latest commit information. | |||
|
|
ld |
|
|
|
|
tmk_core @ afef9b4 |
|
|
|
|
.gitmodules |
|
|
|
|
MEMO.txt |
|
|
|
|
Makefile |
|
|
|
|
README |
|
|
|
|
bootloader_defs.h |
|
|
|
|
chconf.h |
|
|
|
|
config.h |
|
|
|
|
halconf.h |
|
|
|
|
keymap_common.c |
|
|
|
|
keymap_common.h |
|
|
|
|
keymap_plain.c |
|
|
|
|
led.c |
|
|
|
|
matrix.c |
|
|
|
|
mcuconf.h |
|
|
README
TMK/chibios for Input Club Infinity Ergodox
===========================================
2016/02/17 Jun Wako
This is unofficial keyobard firmware for Infinity Ergodox.
http://input.club/devices/infinity-ergodox
It is based on flabbergast's TMK/chibios See this.
https://github.com/flabbergast/tmk_keyboard/tree/chibios/tmk_core/protocol/chibios
Limitations
-----------
- Support only one hand(left) currently
- No plant to add support for LED things
- No plant to add support for LCD things
Build
-----
$ git clone https://github.com/tmk/infinity_ergodox.git
$ cd infinity_ergodox
$ git submodule update --init --recursive
$ make
Upload
------
$ make program