aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
blob: e2ef1b6273fd72b45ed7e2d74df35a78e277829e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
 * Copyright 2018 TurboMech /u/TurboMech <discord> @A9entOran9e#6134
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 *This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef MECHMINI_H
#define MECHMINI_H

#include "quantum.h"

#ifdef KEYBOARD_mechmini_v1
    #include "v1.h"
#endif

#ifdef KEYBOARD_mechmini_v2
    #include "v2.h"
#endif

#endif
d='n253' href='#n253'>253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309