Commit Graph

28 Commits (11e23fd3fdbe86ff85b2be7783c46d4360b07360)

Author SHA1 Message Date
Jack Humbert c1dfb636ef fixes quantum template (actually)
Jack Humbert 589df84d6c corrects quantum template
Jack Humbert 13bb6b4b7f Backlight abstraction and other changes ()
* redoes matrix pins, abstracts backlight code for B5,6,7

* slimming down keyboard stuff, backlight breathing implemented

* don't call backlight init when no pin

* cleans up user/kb/quantum calls, keyboard files

* fix pvc atomic

* replaces CHANNEL with correct var in breathing

* removes .hexs, updates readmes, updates template

* cleans-up clueboards, readmes to lowercase

* updates readme
Jack Humbert 649b33d778 Renames keyboard folder to keyboards, adds couple of tmk's fixes ()
* fixes from tmk's repo

* rename keyboard to keyboards
Jack Humbert a8375fa15a updates all config.h and Makefiles to correct references, text
Jack Humbert db32864ce7 Cleans up quantum/keymap situation, removes extra lufa folders ()
* sorts out keycodes

* move midi around

* remove mbed

* replaces keymap with qmk/keymap_common

* fixes keymap.h

* keymap, config, quantum rearrange

* removes unneeded lufa stuff
Jack Humbert d9e4dad0a8 Makefile redo & other features ()
* .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
Jack Humbert 38987d4c15 updates quantum template to prevent backlight conflicts
Eric Tang aaa758f1d3 Optimize matrix scanning ()
Erez Zukerman 1a8c0dd22d Leader key implementation ()
* implements leader key for planck experimental

* allows override of leader timeout

* adds ability to use the leader key in seq

* fixes leader keycode

* adds chording prototype

* fixes keycode detection

* moves music mode to quantum.c

* disables chording by default

* updates process_action functions to return bool
Jack Humbert 0656f2fa10 moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
Noah Andrews 95fba250ef Updated several keyboard folders to use new keymap naming scheme
Jack Humbert 8bbc1dcf4f Merge pull request from IBNobody/master
Master
IBNobody 1d13aa933b Minor Tweaks and Documentation
Fixed compiler warning by including bootloader.h in keymap_common.c.

Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.

Added extra documentation to the template config.h
Jack Humbert fd9e5d1510 Merge pull request from cdlm/action-hook
Add per-event user hook function
Damien Pollet 2181be029e Add action-preprocessing hook to keyboard template
IBNobody 577971ab07 Magic Key Overrides / Keyboard Lock / Forced NKRO
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
IBNobody 3d56ec052e Fixed extra semicolons.
Fixed extra semicolons.
IBNobody ec62d9e85c Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
# Conflicts:
#	quantum/template/template.c
#	quantum/template/template.h
IBNobody eba9a7d74d Adding LED function pointers
yoyoerx 641859df84 Addressed void* return warning in all keymaps
Noah Andrews ee1b94045e Remove extraneous comma
Jack Humbert e6a2c77fde README changes
Jack Humbert 0a71166a2d missing file
Jack Humbert 24f2698fba changes to the template
Jack Humbert 6485c7d7da nkro info
Jack Humbert eb2795b4d6 atomic up-to-date
Jack Humbert 6f3141965e new project script