summaryrefslogtreecommitdiffstats
path: root/keyboards/alps64/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless line continuations (#19399)Ryan2022-12-301-15/+15
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-3/+3
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-011-1/+1
|
* [Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE2022-09-291-0/+33
| | | Co-authored-by: ZyBeR <n/a>
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-5/+5
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* [Keymap] Dbroqua alps64 poker (#11254)Damien2021-01-061-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Apple M5120] First iteration * Cleaned apple_m5120 files * Changes requested by PR * Update keyboards/apple_m5120/iso/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/apple_m5120/iso/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Added dbroqua keymap for ALPS64 * Removed other keyboard * Added volume keys * Added licence * Update keyboards/alps64/keymaps/dbroqua/keymap.c Co-authored-by: dbroqua <dbroqua@mousur.org> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Add Via support to ALPS64 (#9041)jja20002020-05-192-0/+41
|
* Remove empty fn_actions[]fauxpark2019-01-112-3/+0
|
* [Keymap] Alps64 Keymap + Readme Updates (#4807)MechMerlin2019-01-102-0/+36
| | | | | | | | | | * update readme to adhere to modern QMK standards * add in my keymap as I keep losing the darn hex file * no need for KC_FNX * update readme
* crd alps64 updates (#4565)Jason Thigpen2018-12-071-25/+26
| | | | | | | | | | | | | * Update alps64 aek layout to work I tried using the layout provided with my alp64 board in AEK configuration, but keys weren't mapping correctly until I made this fix. * Update crd's alps64 aek keymp to match other boards (inspired by mechmerlin) * Fix minor whitespace issue
* Add my new ANSI layout dz60 setup (#4397)Jason Thigpen2018-11-091-3/+3
| | | | | | | | * minor additions to alps64 and dz60 * Rename crd keymap to represent 2u lshift layout * Add crd's new ANSI layout dz60 with preferred layers
* Add some more useful features to my alps64 AEK layout (#4312)Jason Thigpen2018-10-311-4/+13
| | | | | | * Add mod-tap to right mods and shift * Add del to fn1 layer and add fn2 layer for media and pcb debug
* Add crd's AEK layout for ALPS64 board (#4292)Jason Thigpen2018-10-301-0/+22
|
* Refactor for Alps64 (#3029)noroadsleft2018-05-241-8/+9
| | | | | | | | | | * Refactor for Alps64 * Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi * Add LAYOUTS = 60_ansi to rules.mk * Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
* QMK Configurator support for alps64 pcb (#2774)MechMerlin2018-04-201-1/+1
| | | | | | | | | | * Change KEYMAP to LAYOUT * add layouts that match the layouts hasu has defined for alps64 * add layouts in info.json for aek, standard, and infinity * Add LAYOUT_iso and LAYOUT_all along with respective info.json LAYOUTs
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-1373/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-212-0/+1385
* fixes from tmk's repo * rename keyboard to keyboards