summaryrefslogtreecommitdiff
path: root/keyboards/preonic
Commit message (Collapse)AuthorAge
...
* Update info.jsonJack Humbert2018-01-12
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-01
| | | | | | | | | | | | | | | | | | | | * add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
* Disable MIDI on preonic to fix firmware compilation errorsU-LANDSRAAD\drashna2017-12-20
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, 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
* shrink preonic by a bitJack Humbert2017-11-14
|
* QMK DFU bootloader generation (#2009)Jack Humbert2017-11-14
| | | | | | | | | | | | | | | | | | | | | | * adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader
* fix 2u alignment in info.jsonsJack Humbert2017-11-02
|
* update preonic, add info.jsonJack Humbert2017-11-02
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-27
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
| | | | | | | | | | | | | | | | | | | | | | * 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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-20
|
* Merge pull request #1601 from dlaroe/masterJack Humbert2017-08-19
|\ | | | | My keymaps only
| * Added Preonic Makefile and readme.md2017-08-18
| |
| * Updated keymaps with second LOWER for the right hand2017-08-18
| |
| * First Update2017-07-24
| |
* | adds music mode, music mode songs, music maskJack Humbert2017-07-23
| |
* | remove unneccesary headersJack Humbert2017-07-23
| |
* | clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-23
|/
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* add new arguements, docsJack Humbert2017-06-27
|
* updates olkb readmes #1362Jack Humbert2017-06-25
|
* preonic mapNick Choi2017-05-23
|
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-11
| | | | Fixes #1201.
* Fix warnings in CMD-PreonicFred Sundvik2017-04-13
| | | | | The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C.
* Merge remote-tracking branch 'upstream/master'Xyverz2017-04-02
|\
| * Worked around some new Makefile issues.nielsenz2017-03-30
| |
| * Merge branch 'master' into to_pushZay9502017-03-29
| |\
| | * Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-28
| | |\ | | | | | | | | Flesh out MIDI support
| | | * Update existing keymapsGabriel Young2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)
| | * | Merge pull request #1090 from qmk/backlight_softpwmJack Humbert2017-03-15
| | |\ \ | | | | | | | | | | Adds soft PWM backlight for non-timed ports
| | | * | adds soft pwm for non-timed portsJack Humbert2017-02-12
| | | |/
| | * | Update smt keymap READMEsStephen Tudor2017-03-08
| | | |
| | * | Update smt keymaps for consistencyStephen Tudor2017-03-08
| | |/
| * | Missed removing a functionZach Nielsen2016-11-10
| | |
| * | Removed some common functions from my keymapnielsenz2016-11-10
| | |
| * | Missed some stuff. Added a song (stole it from reddit).Zach Nielsen2016-11-10
| | |
| * | Adding my (zach) keymaps for planck and preonicZach Nielsen2016-11-10
| | |
* | | Merge remote-tracking branch 'upstream/master'Xyverz2017-02-10
|\ \ \ | | |/ | |/|
| * | s/Bkps/BkspStephen Tudor2017-01-28
| | |
| * | Carry over Planck updates to my Preonic keymapStephen Tudor2017-01-28
| | |
| * | replace jackhumbert with qmkJack Humbert2017-01-26
| | |
| * | Merge pull request #1033 from smt/smt/preonicJack Humbert2017-01-26
| |\ \ | | | | | | | | Add smt's keymap for Preonic
| | * | Remove COLEMAK from preonic_keycodes enumStephen Tudor2017-01-25
| | | |
| | * | Update readme for smt Preonic keymapStephen Tudor2017-01-25
| | | |
| | * | Add smt keymap for PreonicStephen Tudor2017-01-25
| | | |
| * | | layer defines to enumJack Humbert2017-01-25
| |/ /
* | | Added RGB Underglow to my PreonicXyverz2017-02-10
| | |
* | | Merge remote-tracking branch 'upstream/master'xyverz2017-01-08
|\| |