summaryrefslogtreecommitdiff
path: root/common.mk
Commit message (Collapse)AuthorAge
* Move Split Common VPATH addition (#4716)Drashna Jaelre2018-12-31
| | | Specifically, only add the split_common folder to COMMON_VPATH if the feature is eanbled, to prevent issues with compilation
* Lets split eh (#3120)That-Canadian2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Line ending stuff again * Added Let's Split Eh? Files and updated #USE_IC2 checks to also include th EH revision (can only be used in I2C) * Added personal keymap, updated some of the EH files * Created new keyboard file for testing "lets_split_eh" will merge into lets_split once fully functional * Added split code from lets_split, removed pro micro imports and LED code THIS IS WORKING CODE, WITHOUT RGB AND BACKLIGHT * Took back original Lets Slit files for the lets_split keyboard, working in the lets_split_eh folder for now * Updated eh.c * More rework of the I2C code, added global flags for split boards. * Introduced RGB over I2C, having weird edge case issues at the moment though * Fixed weird I2C edgecase with RGB, although still would like to track down route cause.. * Changed RGB keycodes (static ones) to activate on key-up instead of key-down to elimate weird ghosting issue over I2C * Lots of changes, mainly externalized the Split keyboard code and added logic for only including when needed. - Added makefile option "SPLIT_KEYBOARD" that when = yes will include the split keyboard files and custom matrix - Split keyboard files placed into quantum/split_common/ - Added define option for config files "SPLIT_HAND_PIN" FOr using high/low pin to determine handedness, low = right hand, high = left hand - Cleaned up split logic for RGB and Backlight so it is only exectuted / included when needed * Updated documentation for the new makefile options and #defines specific to split keyboards * Added a bit more info to docs, so people aren't confused * Modifed Let's Split to use externalized code, also added left and right hand eeprom files to the split_common folder * Removed some debugging from eh.c * Small changes to keyboard configs. Also added a default keymap (just a copy of my that_canadian keymap). * Added a README file to the Let's Split Eh? * Changed it so RGB static updates are done on key-up ONLY for split boards rather than all boards. Also fixed leftover un-used variable in rgblight.c * Updated default keymap and my keymap for Let's Split Eh? Updated the comments so it reflects RGB control, and removed audio functions. * Fixed lets_split_eh not having a default version * Removed "eh" references from lets_split folder for now * Took lets_split folder from master to fix travis build errors, weird my local was overriding. * Changed LAYOUT_ortho_4x12_kc -> LAYOUT_kc_ortho_4x12 to match bakingpy and others * Removed rules.mk from my lets_split keymap, not needed * Updated the config_options doc to better explain the usage of "#define SPLIT_HAND_PIN"
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
| | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* Fix serial_link vpath problemFred Sundvik2017-06-19
|
* Split common.mk into common.mk and common_features.mkFred Sundvik2017-06-18
| | | | To support including keyboard/keymap specific rules before it
* Try to build tmk_commonFred Sundvik2017-06-18
|
* separated into api files/folderJack Humbert2016-11-26
|
* More common settings for unit tests and keyboardsFred Sundvik2016-08-27
|
* Build actual tests, convert byte_stuffer_testsFred Sundvik2016-08-27
|
* The makefile actually calls build_testFred Sundvik2016-08-27
|
* Remove core library and build filestmk2015-04-10
|
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-09
|
* Merge branch 'rn42' into merge_rn42tmk2014-11-24
|\ | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h
| * Fix common files for mbedtmk2014-07-30
| |
| * Port action_* to mbedtmk2014-07-30
| |
| * Port timer to mbedtmk2014-07-30
| |
* | Adhoc fix compile error of usb_usbtmk2014-09-22
|/
* New branch for 6KRO featureKai Ryu2014-05-13
|
* Fix PS/2 mouse supporttmk2013-11-02
|
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-04
| | | | | | | - Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
* Fix VERSION: add opton --always to git describetmk2013-10-03
|
* Fix version info commandtmk2013-09-19
|
* Add build option KEYMAP_SECTION for keymap editortmk2013-09-11
|
* Add version stringtmk2013-09-11
|
* Add support for backlightWraul2013-06-22
|
* Add xprintf(xitoa) from elm-chan.orgtmk2013-05-14
|
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-07
|
* Rename file layer_switch to action_layertmk2013-04-02
|
* Add action_tapping.[ch] for refactoringtmk2013-03-29
|
* Add common/suspend.ctmk2013-03-25
|
* Add NO_ACTION_ONESHOT config optiontmk2013-03-21
|
* Add COMMAND_ENABLE build optiontmk2013-03-19
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-19
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Add breathing sleep LED during USB suspendtmk2013-03-16
|
* Add build option BOOTMAGIC_ENABLEtmk2013-03-11
|
* Add bootmagic.c and fix bootloader_jumptmk2013-03-09
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-07
|
* Replace layer_stack with layer_switchtmk2013-02-15
|
* Add layer_stack files taking apart from action.ctmk2013-02-15
|
* Add macro feature.tmk2013-02-04
|
* Clean code.tmk2013-01-28
|
* Add initial fix for new keymap.tmk2012-12-16
|
* Initial version of new code for layer switch is added.tmk2012-10-17
|
* test build of 'Host shield' in minimal env.tmk2012-08-28
|
* Add CONSOLE_ENABLE build option to LUFA.tmk2012-07-20
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-28
|
* Fixed Makefile to adjust new directories.tmk2012-06-07
|
* Refactored bootloader jumping. Added USBaspLoader support.tmk2011-09-22
|
* Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk2011-09-17