aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/preonic
Commit message (Collapse)AuthorAgeFilesLines
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-2111-5746/+0
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* Warning reductions (#430)Jack Humbert2016-06-213-1444/+1481
| | | Warning reductions
* updates all config.h and Makefiles to correct references, textJack Humbert2016-06-212-80/+4
|
* Move LED strip initialization (#397)Eric Tang2016-06-121-11/+6
|
* Makefile redo & other features (#395)Jack Humbert2016-06-118-338/+1669
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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
* cleans up folder structureJack Humbert2016-06-041-3/+0
| | | | | | * consolidates docs * deletes converter/ * updates .md references (most)
* Optimize matrix scanning (#343)Eric Tang2016-05-231-3/+4
|
* adds KC_NUBS, KC_NUHS and shifted versions to default keymapsJack Humbert2016-05-171-4/+4
|
* cleans up default keymaps (olkb)Jack Humbert2016-05-152-96/+3
|
* Leader key implementation (#326)Erez Zukerman2016-05-152-5/+5
| | | | | | | | | | | | | | | | | | | | * 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
* moves backlight functionality to keyboard files and updates template makefileJack Humbert2016-04-294-67/+63
| | | | previously there were two backlight.c files (bad)
* removes extra voices, updates .hex filesJack Humbert2016-04-293-3229/+3172
|
* adds revisions of .hex files for planck/preonicJack Humbert2016-04-252-0/+3565
|
* removes old .hex filesJack Humbert2016-04-253-4604/+0
|
* updates preonic default keymapJack Humbert2016-04-251-16/+16
|
* Update functions used to write to EEPROMEric Tang2016-04-211-1/+1
|
* adds multiple voices and the ability to iterate/deiterate between themJack Humbert2016-04-211-2/+19
|
* start-up sound working, removes tick with some devicesJack Humbert2016-04-201-1/+1
|
* there is no onJack Humbert2016-04-201-1/+1
|
* delay isn't the problem hereJack Humbert2016-04-201-1/+1
|
* fixed startup audio with a 500ms delayJack Humbert2016-04-202-38/+7
|
* breaking changes - restructuring audio.c a littleJack Humbert2016-04-191-18/+19
|
* getting ready for getters and settersJack Humbert2016-04-191-21/+7
|
* note sliding - on right nowJack Humbert2016-04-181-2/+24
|
* audio fixesJack Humbert2016-04-171-2/+5
|
* no need for length of play_notes array with macroJack Humbert2016-04-161-10/+5
|\
* | changes to play_notes, goodbyeJack Humbert2016-04-163-9/+9
|/
* rests between notes as an argumentJack Humbert2016-04-161-8/+8
|
* fixes audio prescaler to emit correct freqJack Humbert2016-04-161-26/+26
|
* MAGIC functionality, AG swap in default layoutJack Humbert2016-04-162-10/+11
|
* updates to preonic default, music mode integratedJack Humbert2016-04-161-50/+110
|
* new defaults for planck and preonicJack Humbert2016-04-164-86/+265
|
* audio enable stored in eepromJack Humbert2016-04-152-7/+9
|
* updates to noiseJack Humbert2016-04-055-5/+162
|
* music mode fileJack Humbert2016-04-036-16/+1725
|
* adding files is always smartJack Humbert2016-04-017-0/+327
|
* Fixed minor issues with Preonic readmeNoah Andrews2016-03-301-2/+2
|
* preonic readmeJack Humbert2016-03-301-9/+3
|
* .hex filesJack Humbert2016-03-303-2/+2893
|
* preonic updateJack Humbert2016-03-3019-1844/+64
|
* bluetoothJack Humbert2015-10-226-207/+277
|
* midi on planckJack Humbert2015-08-252-3/+3
|
* good enough for a previewJack Humbert2015-08-257-14/+305
|
* midi workingJack Humbert2015-08-241-0/+5
|
* preonicJack Humbert2015-08-2118-0/+1755