summaryrefslogtreecommitdiff
path: root/keyboards/1upkeyboards
AgeCommit message (Collapse)Author
2019-01-11[Keymap] Sweet16 as a switch tester (#4822)gorbachev
* Sweet16 as a switch tester * pragma once * QMK_KEYBOARD_H instead of sweet16.h
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert
* adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection
2018-12-071up60hse: Make Keymap Rows Match Keyboard Row Layout (#4564)Alex Mayer
Remove unused process_record_user function
2018-11-10Keymap: Add default keymap from web for 1up60hse (#4351)Logan Huskins
2018-10-23keymap for 1upkeyboards/sweet16 multilayers rgb lighting and tapdance (#4208)mike fettis
* keymap for 1upkeyboards/sweet16 multilayers rgb lighting and tapdance * Update config.h typo * cleanup Co-Authored-By: ridingintraffic <michael.j.fettis@gmail.com> * layers are using layout macro replaced the include guard (the ifndef, define, and endif at the end) with just #pragma once changed undergrow to use layer-change-code emoji macros are using send_hex_code_string cleaned up the includes * tap() removed maxtrix_scan_user updated conf.h cleanup
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-09-09Keyboard: Updated readmes for 1upkeyboards (#3864)noroadsleft
Corrected the make examples by adding the parent directory. Updated the QMK Docs links for the build environment setup and the make instructions. Added links to the Newbs Guide.
2018-08-26Keyboard: Make a 1upkeyboards directory for visibility (#3759)MechMerlin