fauxpark
3dbf08b655
Cleanup rules.mk for 32U4 keyboards, H ( #7030 )
...
* Cleanup rules.mk for 32U4 keyboards, H
* Change some boards incorrectly assumed to be halfkay
6 years ago
noroadsleft
27b512d9f5
Keyboard: Tradestation code tidy and readme refactor ( #4784 )
...
* Tradestation: tidy code
- correct JSON syntax on info.json
- visual key alignment on info.json
- white space changes on rules.mk and tradestation.h (readability/QMK conventions)
* Tradestation: readme refactor
Modify readme.md to more closely match QMK template.
* Tradestation: readme update
Update The Board podcast link for libsyn.
6 years ago
flehrad
526bc4c7cc
Keyboard: add snagpad and trainstation keyboards ( #4755 )
...
* add snagpad
* Update keyboards/snagpad/kb.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Rename kb.c to snagpad.c
* Update and rename kb.h to snagpad.h
* Update snagpad.h
* Update keymap.c
* Update config.h
* Update config.h
* Update rules.mk
* Update README.md
* Add files via upload
* Update info.json
* Update keymap.c
* Update snagpad.h
* Delete snagpad_numpad.json
* Delete snagpad_ortho.json
* Update README.md
* Update keyboards/snagpad/info.json
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/rules.mk
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* add tradestation
* --all
* Did something weird messing with git -_- hopefully fixed
* Update keyboards/tradestation/keymaps/default/keymap.c
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/tradestation/config.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/tradestation/config.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/tradestation/rules.mk
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update snagpad.h
* Update rules.mk
* Update keymap.c
* fixed merge conflict, updated to LAYOUT_numpad_5x4
* relocated to handwire, updated naming, added layouts to rules.mk
* Update keyboards/handwired/tradestation/rules.mk
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Update keyboards/snagpad/snagpad.h
Co-Authored-By: flehrad <20124416+flehrad@users.noreply.github.com>
* Rename LICENSE to license
* Rename README.md to readme.md
* Rename LICENSE to license
* Rename README.md to readme.md
* Update info.json
* Update keymap.c
* Update info.json
6 years ago
blindassassin111
190fcdde26
Keyboard: Adding the AT101 PCB ( #3785 )
...
* Adding the AT101 PCB firmware
* Fixed AT101 keymap error
* Fixing AT101 firmware
* More Fixes for AT101 firmware
* Rename AT101_Blackheart.c to at101_blackheart.c
* Rename AT101_Blackheart.h to at101_blackheart.h
* Update readme.md
* Renaming AT101 folder pt1
* Renaming AT101 folder pt2
* Fixing AT101 LED function name
* Redoing AT101 folder naming pt2
Last round had issues, should be the last rename.
* Fixing missing comma in at101_blackheart.h
7 years ago
noroadsleft
3d6919c3dc
Tomato refactor and Configurator support ( #3314 )
...
* Matrix refactor: rename KEYMAP to LAYOUT_ortho_3x10
* Keymap refactor: matrix rename
* Add LAYOUTS = ortho_3x10 to rules.mk
* Configurator support
7 years ago
Jon Allen
44660e77a4
allow programming the tomato keyboard through the reset keycode ( #3201 )
7 years ago
Jon Allen
c037d4bb30
Add the Tomato keyboard
8 years ago
Jack Humbert
b476d65b9c
Update keyboards' rules.mk/Makefiles ( #1442 )
...
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
8 years ago
Daniel Shields
7cbd16c902
Initial commit for gherkin keyboard support. Compiles but untested.
8 years ago
Fred Sundvik
44441de8ca
Split keyboard makefiles into rules and Makefile
9 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
9 years ago
Jack Humbert
a8375fa15a
updates all config.h and Makefiles to correct references, text
9 years ago
Jack Humbert
d9e4dad0a8
Makefile redo & other features ( #395 )
...
* .build containment implemented
* no destructive variable setting - builds in either folder
* make from 3 places
* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck
* adds color diag to avr-gcc
* makefiles for all plancks, clean-up
* quick build-all makefile for plancks
* reformatting of make output (colors)
* color toggle, tmk path corrections
* correct if statement for color
* move config.h to main makefile, updates preonic, atomic
* format update, all keyboards targets
* makefile optional for build all target, alps and arrow_pad updated
* alps updated
* make planck default, trying out travis recipe for all-keyboards
* all-keymaps target, different travis recipe
* updates alps64
* updates keyboards to new format
* updates clue* projects
* all projects updated, specialise EZ .hex, let .hex through
* updates travis
* automatically find root, keyboard, keymap
* silent echo, cleaned-up mass make output
* updates all keyboards' .hex files except EZ
* Rename Bantam44.c to bantam44.c
* Rename Bantam44.h to bantam44.h
* nananana
* adds six key keyboard
* does same to ez as rest
* updates send_string example
* brings ergodox_ez up to date
* updates template/new project script
* adds sixkeyboard
* adds readme for sixkeyboard
* adds sixkeyboard to travis
* filenames, gitignore mess
* define clock prescaler stuff manually
* make quick, size test example
* documentation and dfu-no-build
9 years ago
Jack Humbert
de57799530
brings alps64 up-to-date (needs testing)
9 years ago
Noah Andrews
95fba250ef
Updated several keyboard folders to use new keymap naming scheme
9 years ago
tmk
7860d09914
Change TMK_DIR setting
10 years ago
tmk
b4e2d325f3
Change TOP_DIR to TMK_DIR in makefiles
10 years ago
tmk
d5ac54449a
Add alps64
10 years ago
Jack Humbert
6c27cba5df
init
11 years ago
tmk
4e36159be2
Add HHKB keymap file on gh60
12 years ago
tmk
4e7ec43c3f
Add SpaceFN layout to gh60
12 years ago
tmk
22e293696d
Add new keymap management on gh60
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
f57a44261e
Fix Makefile of gh60
12 years ago
tmk
9a3edb897a
Fix Makefile and config.h of gh60 for new options
12 years ago
tmk
1687041267
Add COMMAND_ENABLE build option
12 years ago
tmk
f0c5f1b910
Add breathing sleep LED during USB suspend
12 years ago
tmk
ef8439bddb
Add build option BOOTMAGIC_ENABLE
12 years ago
tmk
db024b6b18
Add --relax for size optimization to gh60
12 years ago
tmk
51050875b7
Add BOOTLOADER_SIZE and remove BOOT_SIZE
...
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk
1385058fc2
Fix gh60/matrix.c and Makefile
12 years ago
tmk
abf0b04d14
Apply new keymap for gh60
12 years ago
tmk
0142b571c4
Add keymaps of gh60
...
- keymap_poker.h poker emulation
- keymap_poker_set.h poker emulation with Esc fix and cursor fix
- keymap_poker_bit.h poker emulation with Esc fix and cursor fix
12 years ago
tmk
0c1d98bd3c
Add poker keymap with layer stacking
12 years ago
tmk
0c52ee59f0
Add transparent layer feature in gh60
12 years ago
tmk
67c64db1cc
Add README and keymap layers.(GH60)
13 years ago
tmk
c009f4643c
Added Initial files for gh60.
13 years ago
tmk
ce4857e021
Fix and keymap of hid_liber from alaricljs at geekhack.org.
13 years ago
tmk
878daae9c3
Rename to hid_liber.
13 years ago
tmk
c5057c28b1
Add initial files for hid_libre.
13 years ago
tmk
93e33fb8f6
Fix: Makefile
13 years ago
tmk
2c5d3ac76f
Add Makefile.lufa to keyboard/hhkb and hbkb.
13 years ago
tmk
f427529a30
Fix bootloader.c
13 years ago
tmk
f2ebac101d
Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.
13 years ago
tmk
cc68adeb57
Add protocol/lufa. LUFA supported now.
13 years ago
tmk
3d81d5221e
Add consumer/system control feature to LUFA.
13 years ago
tmk
a9a3610dd4
Add LUFA mouse feature and fix mouse report.
...
- add LUFA boot mouse feature
- remove report_id from mouse report
- fix LUFA descriptor
13 years ago
tmk
effa5914bf
clean descriptor setting. Remove keyboard OUT Endpoint.
...
- to make descriptor get VID/PID/Version from config.h.
- remove keyboard out endpoint. Instead host can use control request.
13 years ago
tmk
3969ec09b4
Add sendchar with Generic HID to support debug print.
13 years ago
tmk
dd93d2915f
initial attempt for LUFA.
...
Add keyboard/lufa macway keyobard with LUFA.
Add new program target to rule.mk; flip, dfu and teensy
13 years ago