Commit Graph

22 Commits (ba2cab1a896ee6a76dcf9bb559a8de7848f82c87)

Author SHA1 Message Date
Jack Humbert 9fdc276260
Updates bootloader settings, adds file size check ()
* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs , speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title
Balz Guenat 3b5381d689 restructure converters ()
* restructure converters

each converter is its own keyboard and different hardware variants are different subprojects.

remove (seemingly) old method of loading layouts from main Makefile

* call led_set_kb() from overridden led_set()

* put converter back into one folder

* revert some structure changes to bring in line with .

Also attempt to get the BLE thing more properly integrated.
Also also fix led_set() to call led_set_kb().
Benjamin Dengler ba4b3d9d72 Added BLE support for USB-USB converter. ()
* Added BLE support to USB-USB converter

* Added readme

* Removed images and Makefile
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination ()
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
Jack Humbert 791b9cc652 remove all makefiles from keyboard directories
skullydazed 4cdcbdb861 Remove all Makefiles from the keyboards directory. ()
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
Balz Guenat 30ac7d403e remove dead links, add troubleshooting section
Balz Guenat 6ea408da10 Update USB-USB converter README according to
Balz Guenat 5bff9d6181 cleanup usb-usb converter code
Balz Guenat 7e5ccd50dc add RESET to keymap
Balz Guenat 80d082055b convert keymap into qmk-style
Balz Guenat c8222043fc wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp
still untested because of hardware availability :(
Balz Guenat fa86b10138 add extern "C" to matrix.cpp
Balz Guenat 2aa5e44640 some major steps toward making the usb-usb converter work
Balz Guenat 42f895a4bc remove unused variables from makefile
Balz Guenat f4cdc9117c small changes following Jack's advice.
Balz Guenat d7d20e2511 start working on usb-usb converter port
Jack Humbert b476d65b9c Update keyboards' rules.mk/Makefiles ()
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes .
Priyadi Iman Nurcahyo e58304c094 My layout for M-122 terminal keyboard
Priyadi Iman Nurcahyo dc49231391 Update KEYMAP macro to be consistent with the rest of QMK
Priyadi Iman Nurcahyo bd5f323bec IBM Terminal M-122 converter support
Code ported from TMK to QMK.