qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keymap.c (856B)


      1 /* Copylight 2024 mikiya418. 
      2  *
      3  * This program is free software: you can redistribute it and/or modify it under the terms
      4  * of the GNU General Public License as published by the Free Software Foundation,
      5  * either version 3 of the License, or (at your option) any later version.
      6  * 
      7  * This program is distributed in the hope that it will be useful, but WITHOUT ANY
      8  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
      9  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     10  * 
     11  * You should have received a copy of the GNU General Public License along with this
     12  * program. If not, see <https://www.gnu.org/licenses/>.
     13  */
     14 #include QMK_KEYBOARD_H
     15 
     16 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     17 
     18     [0] = LAYOUT(
     19         KC_WBAK,   KC_WFWD,   LSG_T(KC_S),   G(KC_L),  MO(1) 
     20     )
     21 };